Metadata-Version: 1.1
Name: data_portal_explorer
Version: 0.1.11
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
Description: ====================
        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://github.com/kingsdigitallab/DataPortalExplorer/actions/workflows/main.yml/badge.svg
                :target: https://github.com/kingsdigitallab/DataPortalExplorer/actions/workflows/main.yml
        
        .. 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.11] - 2021-10-28
        ---------------------
        
        Fixed
        ~~~~~
        * Add missing documentation about logging configuration.
        
        
        [0.1.10] - 2021-10-21
        ---------------------
        
        Fixed
        ~~~~~
        * Add missing destination path to the usage documentation.
        
        
        [0.1.9] - 2021-10-11
        --------------------
        
        Added
        ~~~~~
        * GitHub action.
        
        
        [0.1.8] - 2021-10-11
        --------------------
        
        Fixed
        ~~~~~
        * Travis/Pypi authentication.
        
        
        [0.1.7] - 2021-09-29
        --------------------
        
        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.
        
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
