-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Is your feature request related to a problem? Please describe.
Currently, the only nominal way to consume the tools and services in this repo as an end user is via the docker image. This is generally useful and appropriate to most current use cases, but it makes the tools and services more difficult to use in situations where docker can't be used, or in situations where the end user would like to invoke the tools or services from their own Python script/application.
Describe the solution you'd like
It may be useful to publish the Python portions of this repo as a PyPI package, similar to implicitdict and uas_standards.
Describe alternatives you've considered
Users could check out the entire repo into their project folder, but the Python package approach has many advantages of this strategy which is why it is unusual to do this with other dependencies.