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