Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 631 Bytes

File metadata and controls

28 lines (19 loc) · 631 Bytes

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