-
Notifications
You must be signed in to change notification settings - Fork 8
/
README.txt
33 lines (22 loc) · 974 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
PyBagIt Version 1.5
This module helps with creating an managing BagIt-compliant packages. It has
been created to conform to BagIt v0.97.
Documentation is available at http://ahankinson.github.io/pybagit.
Code hosting is available on GitHub at http://github.com/ahankinson/pybagit/.
Requirements
------------
Tested with Python 2.6+ (2.5 or lower will probably not work.)
No external modules required.
Module has not been tested on Windows.
Running Tests
-------------
There are a number of unit tests written to verify that this module functions
as expected. To run this, simply type
python setup.py test
in the package directory. NOTE: You will need a network connection to verify
the 'fetch' tests. If you don't have a network connection you can skip these
tests by commenting them out in 'bagtest.py'
Setup and Install
-----------------
To install this module, simply run:
python setup.py install (you may need to run this as a privileged user, e.g. 'sudo')