Metadata-Version: 2.1
Name: biar
Version: 0.1.0
Summary: batteries-included async requests tool for python.
Home-page: https://github.com/rafaelleinio/biar
Author: Rafael Leinio
License: MIT
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=v2.5.0b1
Requires-Dist: aiohttp
Requires-Dist: aiodns
Requires-Dist: tenacity
Requires-Dist: pyrate-limiter
Requires-Dist: yarl
Requires-Dist: certifi
Requires-Dist: loguru

# biar
_batteries-included async requests tool for python_

![Python Version](https://img.shields.io/badge/python-3.11-brightgreen.svg)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![flake8](https://img.shields.io/badge/code%20quality-flake8-blue)](https://github.com/PyCQA/flake8)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![pytest coverage: 100%](https://img.shields.io/badge/pytest%20coverage-100%25-green)](https://github.com/pytest-dev/pytest)
