Metadata-Version: 2.1
Name: aio-api-crawler
Version: 0.1.0
Summary: Crawler to extract data from various json api or html endpoints
Home-page: https://github.com/pawnhearts/aio_api_crawler
Author: robotnaoborot
Author-email: robotnaoborot@gmail.com
License: BSD license
Description: ===============
        aio_api_crawler
        ===============
        
        
        .. image:: https://img.shields.io/pypi/v/aio_api_crawler.svg
                :target: https://pypi.python.org/pypi/aio_api_crawler
        
        .. image:: https://img.shields.io/travis/pawnhearts/aio_api_crawler.svg
                :target: https://travis-ci.com/pawnhearts/aio_api_crawler
        
        .. image:: https://readthedocs.org/projects/aio-api-crawler/badge/?version=latest
                :target: https://aio-api-crawler.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Crawler to extract data from various json api or html endpoints
        
        
        * Free software: BSD license
        
        
        Features
        --------
        
        * API to parse JSON and HTML endpoints
        * Sinks to save parsed data into various databases or mq
        * Worker class to run it
        
        See examples.
        
        
        
        =======
        History
        =======
        
        0.1.0 (2020-10-31)
        ------------------
        
        * First release on PyPI.
        
Keywords: aio_api_crawler
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Provides-Extra: motor
Provides-Extra: tortoise
Provides-Extra: aio-pika
