#2 Build python package
Opened by cqi. Modified
Unknown source master

Download 2.patch

With this commit, it is possible to build Python source distribution package
with `python setup.py sdist'. A few relative changes to code base are

  • setup.py is added with project metadata and dependencies.
  • A readme file is added.
  • Python module monitor is moved to a package named monitor_flask_sqlalchemy.
    As a result, package can be imported like `import monitor_flask_sqlalchemy'.

Signed-off-by: Chenxiong Qi cqi@redhat.com

I have two question while making this patch:

  • What license is used for this library?
  • What do you think to rename this library, for example flask_prometheus_monitor, or some others?
Metadata