Metadata-Version: 2.1
Name: ckan-datapackage-tools
Version: 0.1.0
Summary: {{ DESCRIPTION }}
Home-page: https://github.com/frictionlessdata/ckan_datapackage_tools
Author: Open Knowledge International
License: MIT
Description: 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
Keywords: data,ckan
Platform: UNKNOWN
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
Provides-Extra: develop
