Metadata-Version: 2.4
Name: dhis2api
Version: 0.2.3
Summary: A simple Python Wrapper for downloading DHIS2 server data.
Author: Charlie Zhang
Author-email: charlie.cxzhang@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: docs
Requires-Dist: aiofiles (>=24.1.0,<25.0.0)
Requires-Dist: aiohttp (>=3.11.2,<4.0.0)
Requires-Dist: docutils (==0.17.1) ; extra == "docs"
Requires-Dist: jupyter-book (>=0.15.1) ; extra == "docs"
Requires-Dist: openpyxl (>=3.1.5,<4.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: sphinxcontrib-apidoc (>=0.4.0,<1) ; extra == "docs"
Requires-Dist: tqdm (>=4.67.1,<5.0.0)
Description-Content-Type: text/markdown

# dhis2api

[![PyPI Downloads](https://static.pepy.tech/badge/dhis2api/month)](https://pepy.tech/projects/dhis2api)

dhis2api is a Python package that provides a simple way to download service volumes data from DHIS2 servers.

