Metadata-Version: 2.1
Name: eust
Version: 0.2.0
Summary: A set of tools to download, archive, and read Eurostat data
Home-page: https://github.com/rasmuse/eust
Author: Rasmus Einarsson
Author-email: mr@rasmuseinarsson.se
License: MIT license
Keywords: eust
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.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Click (>=7.0)
Requires-Dist: pandas (>=0.24)
Requires-Dist: tables (>=3.2)
Requires-Dist: pandasdmx (>=0.9)
Requires-Dist: requests (>=2.5.1)
Requires-Dist: yaconf (==0.2)
Requires-Dist: xlrd (>=1.0)

==============
Eurostat tools
==============


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

.. image:: https://img.shields.io/travis/rasmuse/eust.svg
        :target: https://travis-ci.org/rasmuse/eust

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




A set of tools to download, archive, and read Eurostat data


* Free software: MIT license
* Documentation: https://eust.readthedocs.io.


Features
--------

* TODO

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.2.0 (2019-04-27)
------------------

* Create download for Eurostat tables and NUTS tables.
* Support only Python 3.6 and 3.7 for now.
* Restructure metadata reader output.
* Create list_tables and list_table_versions functions.
* Transform year-only time index level to integer dtype.
* Change CLI to use new API.
* Implement some tests.


0.1.0 (2019-04-09)
------------------

* First release on PyPI.


