openknowledge-archive / dpm-old

**DEPRECATED** - see https://github.com/frictionlessdata/. [[Data package manager (dpm) is a command line tool and Python library for working with data packages - http://data.okfn.org/standards/data-package/]]
http://dpm.readthedocs.org/
15 stars 8 forks source link

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
  1. Running tests. We suggest you use nose::

    nosetests dpm/tests/

    To exclude tests depend on access to the internet::

    nosetests -a !external dpm/tests