{"id":15014259,"url":"https://github.com/libninjacom/postman-py","last_synced_at":"2026-02-02T05:06:19.811Z","repository":{"id":135928986,"uuid":"554544796","full_name":"libninjacom/postman-py","owner":"libninjacom","description":"Postman client, generated from the OpenAPI spec","archived":false,"fork":false,"pushed_at":"2022-10-20T20:48:45.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T04:04:16.720Z","etag":null,"topics":["openapi","postman","python"],"latest_commit_sha":null,"homepage":"https://www.postman.com/postman/workspace/postman-public-workspace/documentation/12959542-c8142d51-e97c-46b6-bd77-52bb66712c9a","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/libninjacom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-20T01:42:33.000Z","updated_at":"2022-10-20T02:13:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0ca8538-cc4f-41ca-8985-a743cf3ef989","html_url":"https://github.com/libninjacom/postman-py","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/libninjacom/postman-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fpostman-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fpostman-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fpostman-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fpostman-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libninjacom","download_url":"https://codeload.github.com/libninjacom/postman-py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fpostman-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29006081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T04:25:24.522Z","status":"ssl_error","status_checked_at":"2026-02-02T04:24:51.069Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["openapi","postman","python"],"created_at":"2024-09-24T19:45:22.970Z","updated_at":"2026-02-02T05:06:19.791Z","avatar_url":"https://github.com/libninjacom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/libninjacom/postman-py/stargazers\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/stars/libninjacom/postman-py.svg?style=flat-square\" alt=\"Stars\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/libninjacom/postman-py/actions\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/workflow/status/libninjacom/postman-py/CI?style=flat-square\" alt=\"Build Status\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/postman_api\"\u003e\n        \u003cimg src=\"https://img.shields.io/pypi/v/postman_api?style=flat-square\" alt=\"Pypi\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nPostman client, generated from the OpenAPI spec.\n\n# Usage\n\n```python\nimport os\nfrom postman_api import AsyncPostmanClient\nfrom postman_api import PostmanClient\n\ndef main():\n    client = PostmanClient.from_env()\n    response = client.get_all_apis()\n    print(f\"{response!r}\")\n\nasync def async_main():\n    client = AsyncPostmanClient.from_env()\n    response = await client.get_all_apis()\n    print(f\"{response!r}\")\n\n\nif __name__ == \"__main__\":\n    if os.environ.get(\"ASYNC\"):\n        import asyncio\n        asyncio.run(async_main())\n    else:\n        main()\n\n\n```\n\nThis example loads configuration from environment variables, specifically:\n\n* `POSTMAN_API_KEY`\n\n# Documentation\n\n* [API Documentation](https://www.postman.com/postman/workspace/postman-public-workspace/documentation/12959542-c8142d51-e97c-46b6-bd77-52bb66712c9a)\n\nYou can see working examples of every API call in the `examples/` directory.\n\n# Contributing\n\nContributions are welcome!\n\n*Library created with [Libninja](https://www.libninja.com).*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibninjacom%2Fpostman-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibninjacom%2Fpostman-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibninjacom%2Fpostman-py/lists"}