Metadata-Version: 2.1
Name: korrektor-py
Version: 1.0.0
Summary: Python wrapper for the https://korrektor.uz/api
Home-page: https://github.com/AbduazizZiyodov/korrektor-py
Author: Abduaziz Ziyodov
Author-email: abduaziz.ziyodov@mail.ru
License: MIT
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: httpx
Requires-Dist: pydantic
Requires-Dist: pytest

# :gb: **Korrektor-Py**

<p align="center">
    <img src="assets/logo.png"></img> <br>
     <img src="https://github.com/AbduazizZiyodov/korrektor-py/actions/workflows/ci.yml/badge.svg?branch=master"></img> <br>
    <b>Korrektor-Py</b> - python library & wrapper for API of the https://korrektor.uz
</p>

## **Installation**

Using `pip`:

```bash
pip3 install --upgrade korrektor-py
```

Build & install from source code:

```
git clone https://github.com/AbduazizZiyodov/korrektor-py.git
cd korrektor-py/

python3 setup.py sdist bdist_wheel && cd dist/
pip install Korrektor_Py-*.whl

```

<hr>

- Owner: [Manuchehr Usmonov](https://github.com/con9799)
- Author of this library: [Abduaziz Ziyodov](https://github.com/AbduazizZiyodov)

# :uzbekistan: **Korrektor-Py**

<p align="center">
    <img src="assets/logo.png"></img> <br>
     <img src="https://github.com/AbduazizZiyodov/korrektor-py/actions/workflows/ci.yml/badge.svg?branch=master"></img> <br>
    <b>Korrektor-Py</b> - python library & wrapper for API of the https://korrektor.uz
</p>

## **O'rnatish**

`pip` yordamida:

```bash
pip3 install --upgrade korrektor-py
```

Loyihani asl manba kodidan `build` qilib, so'ng o'rnatish:

```
git clone https://github.com/AbduazizZiyodov/korrektor-py.git
cd korrektor-py/

python3 setup.py sdist bdist_wheel && cd dist/
pip install Korrektor_Py-*.whl

```

<hr>

- Loyiha asoschisi: [Manuchehr Usmonov](https://github.com/con9799)
- Ushbu kutubxona muallifi: [Abduaziz Ziyodov](https://github.com/AbduazizZiyodov)


