Metadata-Version: 2.1
Name: eust
Version: 0.1.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.4
Classifier: Programming Language :: Python :: 3.5
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)
Provides-Extra: metadata
Requires-Dist: pandasdmx (>=0.9); extra == 'metadata'

==============
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.1.0 (2019-04-09)
------------------

* First release on PyPI.


