mir.acle

Distribution template for the mir namespace


License
Apache-2.0
Install
pip install mir.acle==2.0.0

Documentation

mir.acle README

CircleCI Codecov PyPI Release Latest Documentation

Asynchronous Command Line Environment.

Before running any other make command, run:

$ make pipenv

To build an installable wheel, run:

$ make wheel

To build a source distribution, run:

$ make sdist

To run tests, run:

$ make check

To build docs, run:

$ make html

To build a TAGS file, run:

$ make TAGS

To clean up all built files, run:

$ make distclean