Skip to content

Labelord package

Latest
Compare
Choose a tag to compare
@MarekSuchanek MarekSuchanek released this 08 Nov 09:08
· 2 commits to master since this release

Labelord is now distributed as Python package:

  • There is a setup.py file allowing you to install in standard way with python setup.py install
  • Package is on PyPI and TestPyPI:
  • After installation it is possible to:
    • from labelord import app, cli (import from labelord modules)
    • python -m labelord --help (run labelord as python module)
    • labelord --help (run labelord as command in shell via entrypoint)