Metadata-Version: 2.1
Name: data-portal-explorer
Version: 0.1.0
Summary: This package contains tools to extract metadata from CKAN
    instances which can be used to study data portals as infrastructures from
    the perspective of social/cultural research.
Home-page: https://gitlab.com/kingsdigitallab/data_portal_explorer
Author: Kings Digital Lab
Author-email: jmvieira@gmail.com
License: MIT license
Keywords: data_portal_explorer
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: certifi (==2019.11.28)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: ckanapi (==4.3)
Requires-Dist: click (==7.0)
Requires-Dist: docopt (==0.6.2)
Requires-Dist: idna (==2.8)
Requires-Dist: numpy (==1.18.1)
Requires-Dist: pandas (==0.25.3)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: python-slugify (==4.0.0)
Requires-Dist: pytz (==2019.3)
Requires-Dist: requests (==2.22.0)
Requires-Dist: six (==1.14.0)
Requires-Dist: text-unidecode (==1.3)
Requires-Dist: tqdm (==4.41.1)
Requires-Dist: urllib3 (==1.25.8)
Requires-Dist: xlrd (==1.2.0)

====================
Data Portal Explorer
====================

.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
    :target: https://opensource.org/licenses/MIT

.. image:: https://img.shields.io/pypi/v/data_portal_explorer.svg
        :target: https://pypi.python.org/pypi/data_portal_explorer

.. image:: https://img.shields.io/travis/kingsdigitallab/data_portal_explorer.svg
        :target: https://travis-ci.org/kingsdigitallab/data_portal_explorer

.. image:: https://readthedocs.org/projects/data-portal-explorer/badge/?version=latest
        :target: https://data-portal-explorer.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/kingsdigitallab/data_portal_explorer/shield.svg
     :target: https://pyup.io/repos/github/kingsdigitallab/data_portal_explorer/
     :alt: Updates


This package contains tools to extract metadata from CKAN instances which can
be used to study data portals as infrastructures from the perspective of
social/cultural research.


* Documentation: https://data-portal-explorer.readthedocs.io.


Credits
-------

This package was created with Cookiecutter_ and the
`audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-03-21)
------------------

* First release on PyPI.


