Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.11 KB

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 mark.phillips@unt.edu.

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