Metadata-Version: 2.4
Name: tna-utilities
Version: 0.0.1rc1
Summary: A library of common National Archives Python functions
Home-page: https://github.com/nationalarchives/python-utilities
Author: Andrew Hosgood
Author-email: andrew.hosgood@nationalarchives.gov.uk
Project-URL: Bug Tracker, https://github.com/nationalarchives/python-utilities/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# National Archives Python Utilities

A library of common National Archives Python functions.

```sh
# Run the tests
python -m unittest discover test

# Format the code
./tasks/format.sh
```
