Metadata-Version: 2.4
Name: palonexus
Version: 0.2.0
Summary: Python SDK for the PaloNexus agent control plane
Project-URL: Homepage, https://github.com/rogerchucker/palonexus-sdk
Project-URL: Repository, https://github.com/rogerchucker/palonexus-sdk
Project-URL: Documentation, https://github.com/rogerchucker/palonexus-sdk#readme
Project-URL: Issues, https://github.com/rogerchucker/palonexus-sdk/issues
Project-URL: Changelog, https://github.com/rogerchucker/palonexus-sdk/blob/main/CHANGELOG.md
Author: PaloNexus maintainers
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: cryptography<47,>=46.0.5
Requires-Dist: httpx<0.29,>=0.28.1
Requires-Dist: idna==3.18
Requires-Dist: pydantic<3,>=2.13.4
Requires-Dist: unicodedata2==15.1.0
Provides-Extra: deepagents
Requires-Dist: deepagents<1,>=0.3; extra == 'deepagents'
Requires-Dist: langchain-core<2,>=1; extra == 'deepagents'
Requires-Dist: langchain<2,>=1; extra == 'deepagents'
Requires-Dist: langgraph<2,>=1; extra == 'deepagents'
Provides-Extra: langchain
Requires-Dist: langchain-core<2,>=1; extra == 'langchain'
Requires-Dist: langchain<2,>=1; extra == 'langchain'
Requires-Dist: langgraph<2,>=1; extra == 'langchain'
Provides-Extra: langgraph
Requires-Dist: langchain-core<2,>=1; extra == 'langgraph'
Requires-Dist: langgraph-checkpoint-sqlite<4,>=3; extra == 'langgraph'
Requires-Dist: langgraph<2,>=1; extra == 'langgraph'
Description-Content-Type: text/markdown

# PaloNexus Python SDK

Typed, fail-closed authorization models and clients for the PaloNexus agent
control plane. Documentation and examples are maintained in the public
[PaloNexus SDK repository](https://github.com/rogerchucker/palonexus-sdk).
