- aid (verb): to give assistance
- aid (noun): the act of helping someone
Install the application using Poetry:
poetry install
Run the application:
# TODO: Convert project into an application
poetry run python -m ...
Run the tests, with the coverage
plugin:
poetry run pytest --cov=aid .
TODO: Build and document CI procedures
Python wheels and source distributions are built using Poetry:
poetry build
# Expected output
# Building aid (0.1.0)
# - Building sdist
# - Built aid-0.1.0.tar.gz
# - Building wheel
# - Built aid-0.1.0-py3-none-any.whl