Metadata-Version: 1.0
Name: pybagit
Version: 1.0.1
Summary: A library for dealing with BagIt packages.
Home-page: http://www.musiclibs.net/pybagit
Author: Andrew Hankinson
Author-email: andrew.hankinson@mail.mcgill.ca
License: http://www.opensource.org/licenses/mit-license.php
Description: 
        PyBagIt Version 1.0
        
        This module helps with creating an managing BagIt-compliant packages. It has
        been created to conform to BagIt v0.96.
        
        Documentation is available at http://www.musiclibs.net/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 can also install it with easy_install:
        
        easy_install pybagit
        
        (you may need to run these commands as a privileged user, e.g. 'sudo')
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Archiving :: Packaging
