Metadata-Version: 1.0
Name: datapm
Version: 0.10
Summary: dpm (data package): data packaging system and utilities
Home-page: http://okfn.org/projects/dpm
Author: Open Knowledge Foundation
Author-email: info@okfn.org
License: MIT
Description: Introduction
        ============
        
        dpm (data package manager) is a command line tool and python library for
        working with `Data Packages`_ and interacting with data repositories like
        `the Data Hub`_.
        
        For more information visit the documentation at:
        http://readthedocs.org/docs/dpm/
        
        .. _`Data Packages`: http://wiki.ckan.org/Data_Package
        .. _`the Data Hub`: http://thedatahub.org/
        
        Installation
        ============
        
        See doc/install.rst or the online documentation.
        
        
        License
        =======
        
        See doc/license.rst
        
        
        For Developers
        ==============
        
        1. Building the documentation.
        
        You need sphinx (python-sphinx) to do this. Now you can build the docs::
        
            python setup.py build_sphinx
        
        2. Running tests. We suggest you use nose::
        
            nosetests dpm/tests/
          
          To exclude tests depend on access to the internet::
        
            nosetests -a \!__external__ dpm/tests
        
        
Keywords: data,packaging,component,tool
Platform: UNKNOWN
