Metadata-Version: 2.1
Name: data-portal-explorer
Version: 0.1.7
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://github.com/kingsdigitallab/DataPortalExplorer
Author: Kings Digital Lab
Author-email: jmvieira@pm.me
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
License-File: LICENSE
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://travis-ci.org/kingsdigitallab/DataPortalExplorer.svg
        :target: https://travis-ci.org/kingsdigitallab/DataPortalExplorer

.. image:: https://readthedocs.org/projects/dataportalexplorer/badge/?version=latest
        :target: https://dataportalexplorer.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


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://dataportalexplorer.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.7] - yyyy-mm-dd
--------------------

Fixed
~~~~~
* Pypi authentication.


[0.1.6] - 2021-09-29
--------------------

Added
~~~~~
* Usage documentation.

Changed
~~~~~~~
* Pin requirements.


[0.1.5] - 2020-05-13
--------------------

Added
~~~~~
* Usage documentation.

Changed
~~~~~~~
* Adopt `Keep a Changelog`_ format for this document.
* Pin requirements.

Security
~~~~~~~~
* Upgrade bleach, https://nvd.nist.gov/vuln/detail/CVE-2020-6816.

.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0


[0.1.4] - 2020-01-22
--------------------

Fixed
~~~~~
* Fix setup.py URL.


[0.1.3] - 2020-01-22
---

Added
~~~~~
* Command line documentation.


[0.1.1] - 2020-01-22
--------------------

Fixed
~~~~~
* Syntax in README.


[0.1.0] - 2020-01-22
--------------------

* First release on PyPI.


