Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.65 KB

File metadata and controls

40 lines (28 loc) · 1.65 KB

The National Archives logo

National Archives Python Utilities

Main build status Latest release PyPi version Python version Licence

A library of common National Archives Python functions.

See the documentation.

Install

# 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]

Developing

# Install the test dependencies and run the tests
./tasks/test.sh

# Format the code
./tasks/format.sh

# Build the package
./tasks/build.sh