Metadata-Version: 2.1
Name: pyfrigg
Version: 0.2.0
Summary: high level data loading utils
Home-page: https://bitbucket.org/Vnk260957/pyfrigg.git
Author: Nick Kuzmenkov
Author-email: nickuzmenkov@yahoo.com
License: MIT
Keywords: data,Elasticsearch,MySQL,requests
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: aiohttp (>=3.7.4)
Requires-Dist: tqdm (>=4.62.0)
Requires-Dist: pandas (>=1.3.0)
Requires-Dist: elasticsearch (>=7.13.3)
Requires-Dist: mysql-connector-python (>=8.0.25)

# Welcome to pyfrigg 🕸️
[![Codestyle: Black](https://img.shields.io/badge/codestyle-black-black.svg)](https://github.com/psf/black)
[![Codecheck: Flake8](https://img.shields.io/badge/codecheck-flake8-blue.svg)](https://gitlab.com/pycqa/flake8)

## Description

High level wrappers of various python db and web libraries for loading data with maximum result and less effort.
Supports Elasticsearch and MySQL database interaction and asynchronous requests.

## Modules

* `elasticsearch`: wrapper of `elasticsearch`
* `mysql`: wrapper of `mysql-connector-python`
* `requests`: wrapper of `requests` and `aiohttp`

## Authors

* Nick Kuzmenkov
* Dmitry Bulychev

