Metadata-Version: 2.1
Name: pycheckoapi
Version: 0.2.170125
Summary: Full implementation of checko.ru API functions in Python
Home-page: https://github.com/io451/pycheckoapi
Author: io451
Author-email: prvtangl@gmail.com
Keywords: osint
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: Russian
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.1

![РёР·РѕР±СЂР°Р¶РµРЅРёРµ](https://github.com/user-attachments/assets/0fa9b735-d9c1-4047-a2e1-43efb20965d4)



# Python Checko API

Full implementation of [checko.ru](https://checko.ru/) API functions in Python

This is a site where you can find any information about Russian legal entities and individual entrepreneurs.

## Features

- Easy to use
- Inculdes All API functions
- Useful for OSINT scripts

### Requirements

- Python 3.10+

- API-key of [checko.ru](https://checko.ru)

- [Requests library](https://docs.python-requests.org/en/latest/index.html)



## Installation

Install pycheckoapi with pip

```bash
  pip install pycheckoapi
```

Install pycheckoapi with git

```bash
git clone https://github.com/webcartel-https/pycheckoapi
cd pycheckoapi
python setup.py
```


## Usage

[Documentation](https://github.com/webcartel-https/pycheckoapi/wiki/%D0%94%D0%BE%D0%BA%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D0%B0%D1%86%D0%B8%D1%8F)
