Skip to content

Publish monitoring repo content as PyPI package #1398

@BenjaminPelletier

Description

@BenjaminPelletier

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Lower priorityenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions