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
# Install with extra Flask utilities
poetry add tna-utilities[flask]
pip install tna-utilities[flask]# Install the test dependencies and run the tests
./tasks/test.sh
# Format the code
./tasks/format.sh
# Build the package
./tasks/build.sh