Code contributions are welcomed and appreciated. Just submit a PR!
The current build environment uses pre-commit
, and hatch
.
pip install hatch
git clone [email protected]:afourney/aprstastic.git
cd aprstastic
pre-commit install
# Optionally run the pre-commit scripts at any time
pre-commit run --all-files
From the aprstastic directory:
hatch shell
# Running
python -m aprstastic
# Testing
hatch test