Metadata-Version: 2.1
Name: unesco-reader
Version: 0.0.4
Summary: Tools to extract and work with UNESCO Institute of Statistics (UIS) data
Home-page: https://github.com/lpicci96/unesco_reader
Author: Luca Picci
Author-email: lpicci96@gmail.com
License: MIT license
Keywords: unesco_reader
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
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# unesco_reader


[![image](https://img.shields.io/pypi/v/unesco_reader.svg)](https://pypi.python.org/pypi/unesco_reader)
![image](https://img.shields.io/pypi/dm/unesco-reader)


**Tools to extract and work with UNESCO Institute of Statistics (UIS) data**

**This package is unstable and under new active development.**

Installation
------------

unesco_reader can be installed from PyPI: from the command line:

```
pip install unesco-reader
```


-   Free software: MIT license
-   Documentation: https://lpicci96.github.io/unesco_reader
    

## Motivation
Currently there is so API service to query UIS data (as of 23 June 2020). 
The only way to download UIS data is through their bulk download services,
by locally downloading a zipped folder for each dataset. 
This package allows you to explore UIS datasets programmatically.

## Credits

This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.
