Metadata-Version: 2.1
Name: unesco-reader
Version: 0.0.1
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/conda/vn/conda-forge/unesco_reader.svg)](https://anaconda.org/conda-forge/unesco_reader)


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

**This package is unstable and under new development. To use a simple version of the package 
see https://test.pypi.org/project/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.
