Metadata-Version: 1.1
Name: datenguidepy
Version: 0.1.0
Summary: Provids easy access to German publically availible regional statistics
Home-page: https://github.com/CorrelAid/datenguide-python
Author: CorrelAid
Author-email: packages@correlaid.org
License: MIT license
Description: Datenguide Python
        =================
        
        
        .. image:: https://img.shields.io/pypi/v/datenguide_python.svg
                :target: https://pypi.python.org/pypi/datenguide_python
        
        .. image:: https://img.shields.io/travis/CorrelAid/datenguide-python.svg
                :target: https://travis-ci.org/CorrelAid/datenguide-python
        
        .. image:: https://readthedocs.org/projects/datenguide-python/badge/?version=latest
                :target: https://datenguide-python.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        The package provides easy access to German publicly available regional statistics.
        It does so by providing a wrapper for the GraphQL API of the Datenguide project.
        
        
        * Free software: MIT license
        * Documentation: https://datenguide-python.readthedocs.io.
        
        
        Features
        --------
        
        **Overview of available statistics and regions:**
          The package provides DataFrames with the available statistics and regions, which
          can be queried by the user without having to refer to expert knowledge on regional
          statistics or the documentation of the underlying GraphQL API
        
        **Build and Execute Queries:**
          The package provides the user an object oriented interface to build queries that
          fetch certain statistics and return the results as a pandas DataFrame for
          further analysis.
        
        
        Credits
        -------
        All this builds on the great work of Datenguide_ and their GraphQL API `datenguide/datenguide-api`_
        
        
        
        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
        .. _`datenguide/datenguide-api`: https://github.com/datenguide/datenguide-api
        .. _Datenguide: https://datengui.de/
        
        
        =======
        History
        =======
        
        0.1.0 (2019-10-07)
        ------------------
        
        * First release on PyPI.
        
Keywords: datenguidepy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education
Classifier: Topic :: Sociology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
