Python library for FELT Labs. It is available at PyPI:
pip install feltlabs
pip install -e .
pip install -r requirements-dev.txt
pre-commit install
pytest --cov=feltlabs --cov-report=term
Do following steps when updating to new version:
- Update version number in
setup.py
- Run following commands (replace
0.0.0
with correct version number):git add -A git commit -m "New version 0.0.0" git tag v0.0.0 git push origin v0.0.0
- Create new release on Github based on tag