/ilp-reader

Read ilastik .ilp files

Primary LanguagePythonMIT LicenseMIT

ilp-reader

Read ilastik .ilp files.

Travis (.com) Codecov

Development

  • Initial setup:
    1. Install tox: pip install tox
    2. Create a development environment: tox -e ilp-reader-dev
    3. Activate the development environment: . .tox/ilp-reader-dev/bin/activate
  • Format code: make fmt or just make
  • Run tests: tox
  • Coverage report: tox -e report and open .htmlcov/index.html