Metadata-Version: 1.0
Name: dspace
Version: 1.0
Summary: A python library for retrieving data from a DSpace repository.
Home-page: http://library.tamu.edu
Author: Texas A&M University Library
Author-email: webmaster@library.tamu.edu
License: UNKNOWN
Description: Introduction
        ============
        
        This package provides a DSpace interface on top of the Python OAI-PMH library,
        pyoai. After providing the OAI-PMH server URL, items can be harvested either
        by collection handle or individually. Additional harvesting options such as
        dates are passed through directly to the pyoai client.
        
        
        History
        =======
        
        1.0 (2010-08-19)
        ----------------
        
        * Repository class for interfacing with the OAI-PMH server of a DSpace repsitory
        * Default METS based metadata extraction
        
Keywords: dspace
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Education
Classifier: Development Status :: 5 - Production/Stable
