Metadata-Version: 2.1
Name: berapi
Version: 0.1.0
Summary: An API client for simplifying API testing with Python + PyTest
License: MIT
Author: fachrulch
Author-email: fachrul.fch@gmail.com
Requires-Python: >=3.13,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: assertpy (>=1.1,<2.0)
Requires-Dist: curlify (>=2.2.1,<3.0.0)
Requires-Dist: jsonschema (>=4.23.0,<5.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown

# 🔥 berAPI 🔥
An API client for simplifying API testing with Python + PyTest

## Installation

### Install Poetry

```bash
pip install poetry
```
