Metadata-Version: 2.1
Name: python-postman
Version: 0.6.0
Summary: Pypostman allows users to parse postman environments and postman collections.
Author: Data Engineering Team
Author-email: DataEngineering@loves.com
Requires-Python: >=3.8.1,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: boto3 (>=1.34.67,<2.0.0)
Requires-Dist: cryptography (>=42.0.5,<43.0.0)
Requires-Dist: logbook (>=1.7.0.post0,<2.0.0)
Requires-Dist: pendulum (>=3.0.0,<4.0.0)
Requires-Dist: pydantic (>=2.6.4,<3.0.0)
Requires-Dist: pytz (>=2024.1,<2025.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: urllib3 (>=1.25.4,<2.0.0)
Description-Content-Type: text/markdown

# Python Postman

**pypostman** is a command-line interface that allows to `automate` multiple api calls from postman collections, additionally it also allow you to `compress` and `save` the response to a local directory or to an AWS S3 bucket.
Thereby allowing you to manage your api calls using postman, then `automate` and `process` their response using python.

Example:

```
https://github.com/yudiell/energy-apis
```

### Included Modules
- http.py
- logger.py

## Installation
See the example.

### Python >= 3.8.1

Pypi:
  ```  
  pip install python-postman
  ```

## How to Use It

See example

