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).
See LICENSE.txt.
pypairtree was developed at the UNT Libraries and has been worked on by a number of developers over the years including
- Kurt Nordstrom
- Brandon Fredericks
- Mark Phillips
- Lauren Ko
- Joey Liechty
- Gio Gottardi
If you have questions about the project feel free to contact Mark Phillips at mark.phillips@unt.edu.
Install with:
$ python setup.py install
Unit tests are provided. To run them via Tox, ensure you are in the pypairtree directory with the tox.ini file and execute:
$ tox