A library of common National Archives Python functions.
See the documentation.
# Install with Poetry
poetry add tna-utilities
# Install with pip
pip install tna-utilities# Run the tests
python -m unittest discover tests
# Format the code
./tasks/format.sh