Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 730 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 730 Bytes

AID

  • aid (verb): to give assistance
  • aid (noun): the act of helping someone

Install and run using Poetry

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 .

Continuous Integration

TODO: Build and document CI procedures

Build & distribution

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