Skip to content

unt-libraries/pypairtree

Folders and files

NameName
Last commit message
Last commit date
Jun 22, 2022
Aug 28, 2018
Apr 3, 2015
Aug 28, 2018
Jun 22, 2022
Aug 28, 2018
Aug 28, 2018
Jun 17, 2022
Jun 22, 2022
Jun 22, 2022

Repository files navigation

pypairtree Build Status

pypairtree is a Python implementation of Pairtree for storing objects in a filesystem hierarchy that maps object identifiers to two character directory paths (http://tools.ietf.org/html/draft-kunze-pairtree-01).

License

See LICENSE.txt.

Acknowledgements

pypairtree was developed at the UNT Libraries and has been worked on by a number of developers over the years including

If you have questions about the project feel free to contact Mark Phillips at [email protected].

Installation

Install with:

$ python setup.py install

Tests

Unit tests are provided. To run them via Tox, ensure you are in the pypairtree directory with the tox.ini file and execute:

$ tox