NASA-PDS / roundup-action

Do a "roundup", a/k/a PDS-style continuous integration and delivery
Apache License 2.0
1 stars 4 forks source link

Resolve #46 and remove circular import dependency plus Buildout #48

Closed nutjob4life closed 3 years ago

nutjob4life commented 3 years ago

📜 Summary

Merge this if you dare and it'll resolve #46. BUT WAIT THERE'S MORE! This merge will also remove a circular import dependency that required you to have github3.py pre-installed in your Python environment. Now you can develop this package the usual way with python setup.py develop or pip install --editable .. How much would you pay for this PR? Well don't answer, because merging this will also get rid of the now-hated Buildout! All this for the low, low price of reviewing and merging!

🩺Test Data and/or Report

There's no way to test this without a massive test harness (which would include: GitHub Actions ecosystem, actions runners, virtual machines, public key infrastructure, image registries, OSSRH stub, PyPI stub, robots.txt to prevent dev sites crawling, warning banners, etc.).

🧩Related Issues