Metadata-Version: 2.1
Name: octopus-api
Version: 0.9.0
Summary: Octopus-api is a python library for performing optimized concurrent requests and API limits set by the endpoint contract. The goal with octopus is to provide the limitations and then use the standard requests library to perform the calls. The tentacles of the octopus are then used to call the endpoint and provide the responses efficiently.
Home-page: https://github.com/FilipByren/octopus-api
License: GNU GENERAL PUBLIC LICENSE
Keywords: rate limiting,concurrent api,python
Author: Filip Byrén
Author-email: filip.j.byren@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiohttp (>=3.8.1,<4.0.0)
Requires-Dist: asyncio (>=3.4.3,<4.0.0)
Requires-Dist: more-itertools (>=8.11.0,<9.0.0)
Requires-Dist: tqdm (>=4.62.3,<5.0.0)
Project-URL: Repository, https://github.com/FilipByren/octopus-api
Description-Content-Type: text/markdown

# octopus-api
![octopus_icon](image.png)
### About
Octopus-api is a python library for performing optimized concurrent requests and limit rate set by the endpoint contract. 
The goal with octopus is to provide the limitations and then use the standard request library to perform the calls.
The tentacles of the octopus are then used to call the endpoint and provide the responses efficiently. 


## Example
