python-postman


Namepython-postman JSON
Version 0.6.0 PyPI version JSON
download
home_pageNone
SummaryPypostman allows users to parse postman environments and postman collections.
upload_time2024-07-27 23:11:13
maintainerNone
docs_urlNone
authorData Engineering Team
requires_python<4.0.0,>=3.8.1
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "python-postman",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": null,
    "author": "Data Engineering Team",
    "author_email": "DataEngineering@loves.com",
    "download_url": "https://files.pythonhosted.org/packages/7e/0f/a3ec8c09bc4b2230a910598a42083adfffd1ac26b7dad603f7987e8ca00b/python_postman-0.6.0.tar.gz",
    "platform": null,
    "description": "# Python Postman\n\n**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.\nThereby allowing you to manage your api calls using postman, then `automate` and `process` their response using python.\n\nExample:\n\n```\nhttps://github.com/yudiell/energy-apis\n```\n\n### Included Modules\n- http.py\n- logger.py\n\n## Installation\nSee the example.\n\n### Python >= 3.8.1\n\nPypi:\n  ```  \n  pip install python-postman\n  ```\n\n## How to Use It\n\nSee example\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pypostman allows users to parse postman environments and postman collections.",
    "version": "0.6.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8f18f232dd8256bc800a8eac9a669a26ddbd7bf16d34c54fa387215d0ab4b91",
                "md5": "16147cfdf227ff1c1442bb188c340650",
                "sha256": "0b51baa4ca6c849779ae5cc892f7d4a41a35a5367b42beb798a297462f8c60fc"
            },
            "downloads": -1,
            "filename": "python_postman-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "16147cfdf227ff1c1442bb188c340650",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.8.1",
            "size": 19514,
            "upload_time": "2024-07-27T23:11:11",
            "upload_time_iso_8601": "2024-07-27T23:11:11.621122Z",
            "url": "https://files.pythonhosted.org/packages/e8/f1/8f232dd8256bc800a8eac9a669a26ddbd7bf16d34c54fa387215d0ab4b91/python_postman-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e0fa3ec8c09bc4b2230a910598a42083adfffd1ac26b7dad603f7987e8ca00b",
                "md5": "a391542efb0a2c59a13ad85c0eeb33b6",
                "sha256": "4d362eabce9b87dd861ab3766d8de6c02616f13e6cdfb6554331c45317530219"
            },
            "downloads": -1,
            "filename": "python_postman-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a391542efb0a2c59a13ad85c0eeb33b6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.8.1",
            "size": 14350,
            "upload_time": "2024-07-27T23:11:13",
            "upload_time_iso_8601": "2024-07-27T23:11:13.103551Z",
            "url": "https://files.pythonhosted.org/packages/7e/0f/a3ec8c09bc4b2230a910598a42083adfffd1ac26b7dad603f7987e8ca00b/python_postman-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-27 23:11:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "python-postman"
}
        
Elapsed time: 6.25373s