{"id":19925638,"url":"https://github.com/paloaltonetworks/prisma-sase-sdk-python","last_synced_at":"2026-02-12T14:21:32.581Z","repository":{"id":43817682,"uuid":"511683443","full_name":"PaloAltoNetworks/prisma-sase-sdk-python","owner":"PaloAltoNetworks","description":"Prisma SASE SDK","archived":false,"fork":false,"pushed_at":"2026-02-11T15:05:13.000Z","size":4824,"stargazers_count":11,"open_issues_count":4,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-02-11T18:38:26.698Z","etag":null,"topics":["cloud-services","paloaltonetworks","panw","prisma","prisma-sase","pypi","python","sase","sdk","sdk-python","sdwan"],"latest_commit_sha":null,"homepage":"","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/PaloAltoNetworks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-07T21:49:48.000Z","updated_at":"2025-10-24T05:21:53.000Z","dependencies_parsed_at":"2024-06-23T16:37:15.454Z","dependency_job_id":"122121ab-44eb-4fcc-bdf4-86bf0a246314","html_url":"https://github.com/PaloAltoNetworks/prisma-sase-sdk-python","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/PaloAltoNetworks/prisma-sase-sdk-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaloAltoNetworks%2Fprisma-sase-sdk-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaloAltoNetworks%2Fprisma-sase-sdk-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaloAltoNetworks%2Fprisma-sase-sdk-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaloAltoNetworks%2Fprisma-sase-sdk-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PaloAltoNetworks","download_url":"https://codeload.github.com/PaloAltoNetworks/prisma-sase-sdk-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaloAltoNetworks%2Fprisma-sase-sdk-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29368331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: 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":["cloud-services","paloaltonetworks","panw","prisma","prisma-sase","pypi","python","sase","sdk","sdk-python","sdwan"],"created_at":"2024-11-12T22:23:28.544Z","updated_at":"2026-02-12T14:21:32.576Z","avatar_url":"https://github.com/PaloAltoNetworks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI](https://img.shields.io/pypi/v/prisma-sase.svg)](https://pypi.org/project/prisma-sase/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/prisma-sase.svg)](https://pypi.org/project/prisma-sase/)\n[![Downloads](https://pepy.tech/badge/prisma-sase)](https://pepy.tech/project/prisma-sase)\n[![PyPI - License](https://img.shields.io/pypi/l/prisma-sase.svg?color=brightgreen)](https://pypi.org/project/prisma-sase/)\n[![GitHub issues](https://img.shields.io/github/issues/PaloAltoNetworks/prisma-sase-sdk-python.svg)](https://github.com/PaloAltoNetworks/prisma-sase-sdk-python/issues)\n\n\n# Palo Alto Networks Prisma SASE Python SDK v6.6.2b1\n\nPython3 SDK for the Prisma SASE AppFabric\n\n#### Synopsis\nIntended to be a small, lightweight SDK wrapper around the Prisma SASE API for easy use. \nInitial version requires knowledge of JSON/Dict objects for POST/PUT/PATCH operations.\n\n#### Requirements\n* Active Prisma SASE Account\n* Python \u003e= 3.7\n* Python modules:\n    * Requests - \u003chttp://docs.python-requests.org/en/master/\u003e\n    * Websockets \u003e= 8.1 - \u003chttps://websockets.readthedocs.io/en/stable/index.html\u003e\n    * urllib3 \u003e= 2.0.0 - \u003chttps://urllib3.readthedocs.io/en/stable/\u003e\n\n#### Code Example\nComes with `example.py` that shows usage to get a JSON list of sites.\n\nSuper-simplified example code (rewrite of example.py in ~4 lines of code):\n```python\n# Import the Prisma SASE SDK API constructor and JSON response pretty printer\nfrom prisma_sase import API, jd\n\n# Instantiate the Prisma SASEx API constructor\nsdk = API()\n\n# Call Prisma SASE API login using the Interactive helpers (Handle SAML2.0 login and MSP functions too!).\nsdk.interactive.login_secret(client_id='api_user1@1111111111.iam.panserviceaccount.com', \n                             client_secret='xxxxxx', \n                             tsg_id=1111111111)\n\n# Print a dump of the list of sites for your selected account\njd(sdk.get.sites())\n```\n\n#### License\nMIT\n\n#### Version\n| Version   | Build | Changes                                                    |\n|-----------| ----- |------------------------------------------------------------|\n| **6.6.2** | **b1** | Support for February 2026 Controller release.               |\n| **6.6.1** | **b1** | Support for October 2025 Controller release.                |\n| **6.5.2** | **b2** | Support for February 2025 Controller release with bugfixes. |\n| **6.5.2** | **b1** | Support for February 2025 Controller release.               |\n| **6.5.1** | **b1** | Support for November 2024 Controller release.               |\n| **6.4.2** | **b1** | Support for August 2024 Controller release.                 |\n| **6.4.1** | **b1** | Support for March 2024 Controller release.                  |\n| **6.3.2** | **b1** | Support for February 2024 Controller release.               |\n| **6.3.1** | **b1** | Support for November 2023 Controller release.               |\n| **6.2.3** | **b1** | Support for August 2023 Controller release.                 |\n| **6.2.2** | **b1** | Support for June 2023 Controller release.                   |\n| **6.2.1** | **b1** | Support for April 2023 Controller release.                  |\n| **6.1.2** | **b1** | Support for January 2023 Controller release.                |\n| **6.1.1** | **b1** | Support for November 2022 Controller release.               |\n| **6.0.1** | **b1** | Support for May 2022 Controller release.                    |\n\n## For more info\n * Get help and additional Prisma SASE Documentation at \u003chttps://pan.dev/sase/docs\u003e\n * View the autogenerated documentation in the `docs/` directory, or at \u003chttps://github.com/PaloAltoNetworks/prisma-sase-sdk-python/\u003e.\n * View in-python help using `help()` functions. (example: `help(sdk.get.login)`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaloaltonetworks%2Fprisma-sase-sdk-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaloaltonetworks%2Fprisma-sase-sdk-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaloaltonetworks%2Fprisma-sase-sdk-python/lists"}