Metadata-Version: 2.1
Name: estatpy
Version: 0.1.0
Summary: e-Stat API Client
Home-page: https://github.com/poyo46/estatpy
License: Apache-2.0
Keywords: e-Stat
Author: poyo46
Author-email: poyo4rock@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/poyo46/estatpy
Description-Content-Type: text/markdown

# estatpy: Project Description

[![PyPI Version](https://img.shields.io/pypi/v/estatpy.svg)](https://pypi.org/pypi/estatpy/)
[![Python Versions](https://img.shields.io/pypi/pyversions/estatpy.svg)](https://pypi.org/pypi/estatpy/)
[![License](https://img.shields.io/pypi/l/estatpy.svg)](https://github.com/poyo46/estatpy/blob/main/LICENSE)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

## Installation

estatpy is available on PyPI:

```console
$ pip install estatpy
```

You can also use [poetry](https://python-poetry.org/) to add it to a specific Python project.

```console
$ poetry add estatpy
```

