updates to support installing automactc script via pip #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
to @kshitijkumar14
We are interested in leveraging some of the functionality of automactc, but cannot do so in its current form. Ideally, this would be installable via pip to support on-demand installation (when applicable). These changes are largely to support that.
I'm happy to answer any questions about the change or update as you see fit. With these changes, you will be able to publish to pypi.
Changes
ModuleRegistry
for storing and accessing module classes.__main__
imports from modules.CLIRunner
class to help organize things and store variables.automactc
folder to better support packaging.setup.py
) to allow for installing via pip. This will result in aautomactc
executable being installed.setup.py
for now - this can be updated as desired prior to publishing to pypi.