| notescriber | ||
| tests/fixtures | ||
| .gitignore | ||
| LICENSE | ||
| makefile | ||
| notescriber.py | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
notescriber
Usage
python notescriber.py
Testing
Set up virtual environment:
python -m venv .
source bin/activate
make bootstrap
make test
Run tests:
make test