Metadata-Version: 2.1
Name: pyfrigg
Version: 0.3.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
Description: # 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 asynchronous requests with interaction Elasticsearch, MySQL, and more!
        
        ## Modules
        
        * `elasticsearch`: wrapper of `elasticsearch`
        * `mysql`: wrapper of `mysql-connector-python`
        * `requests`: wrapper of `requests` and `aiohttp`
        
        ## Authors
        
        * Nick Kuzmenkov
        * Dmitry Bulychev
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
