Skip to content

Releases: MarekSuchanek/labelord

Labelord package

08 Nov 09:08

Choose a tag to compare

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)

Labelord CLI+WEB

25 Oct 08:02

Choose a tag to compare

Finished second task of Labelord series: flask

The application can be now used as CLI tool as well as master-to-master replication server.

Labelord CLI

25 Oct 07:52

Choose a tag to compare

Finished first task of Labelord series: click+requests