Metadata-Version: 2.1
Name: protectai-layer-sdk
Version: 0.0.7
Summary: Python SDK for Protect AI's Layer.
Home-page: https://protectai.com/layer
License: Apache-2.0
Keywords: layer,llm,monitoring,security
Author: Protect AI
Author-email: support@protectai.com
Requires-Python: >=3.9,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: orjson (>=3.10.7,<4.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: wrapt (>=1.16.0,<2.0.0)
Project-URL: Repository, https://github.com/protectai/layer/tree/main/python
Description-Content-Type: text/markdown

# Layer SDK Python API library

Layer SDK is a Python library for interacting with the Layer API, allowing you to create sessions and append session actions with ease.

Read more in the Layer Documentation.

