Metadata-Version: 2.0
Name: ckan-datapackage-tools
Version: 0.0.3
Summary: {{ DESCRIPTION }}
Home-page: https://github.com/frictionlessdata/ckan_datapackage_tools
Author: Open Knowledge International
Author-email: UNKNOWN
License: MIT
Description-Content-Type: UNKNOWN
Keywords: data,ckan
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: six (<2.0,>=1.9)
Requires-Dist: datapackage (<2.0,>=1.0)
Requires-Dist: python-slugify (<2.0,>=1.0)
Provides-Extra: develop
Requires-Dist: pylama; extra == 'develop'
Requires-Dist: tox; extra == 'develop'
Requires-Dist: requests-mock; extra == 'develop'

Tools for working with Data Packages and CKAN
=============================================

| |Travis|
| |Coveralls|
| |PyPi|
| |SemVer|
| |Gitter|

Install
-------

::

    # clone the repo and install it with pip

    git clone https://github.com/frictionlessdata/ckan-datapackage-tools.git
    pip install -e .

Usage
-----

.. |Travis| image:: https://img.shields.io/travis/frictionlessdata/ckan-datapackage-tools/master.svg
   :target: https://travis-ci.org/frictionlessdata/ckan-datapackage-tools
.. |Coveralls| image:: http://img.shields.io/coveralls/frictionlessdata/ckan-datapackage-tools/master.svg
   :target: https://coveralls.io/r/frictionlessdata/ckan-datapackage-tools?branch=master
.. |PyPi| image:: https://img.shields.io/pypi/v/ckan-datapackage-tools.svg
   :target: https://pypi.python.org/pypi/ckan-datapackage-tools
.. |SemVer| image:: https://img.shields.io/badge/versions-SemVer-brightgreen.svg
   :target: http://semver.org/
.. |Gitter| image:: https://img.shields.io/gitter/room/frictionlessdata/chat.svg
   :target: https://gitter.im/frictionlessdata/chat

