Development

Installation

Distimate can be installed with development dependencies from a Git clone using pip:

pip install -e .[dev]

Tools

  • Code is checked with flake8.
  • Tests are run using pytest.
  • Documentation is built using Sphinx.

Tox runs all of the above tools automatically:

tox