Metadata-Version: 2.4
Name: sentinel-python-client
Version: 2.0.3
Summary: Official Python client for the Sentinel v2 license validation and management API
Author: Demeng
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic>=2.0
Requires-Dist: pynacl>=1.5
Provides-Extra: dev
Requires-Dist: pyright>=1.1; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.24; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: respx>=0.21; extra == 'dev'
Requires-Dist: ruff>=0.8; extra == 'dev'
Description-Content-Type: text/markdown

[![PyPI](https://img.shields.io/pypi/v/sentinel-python-client)](https://pypi.org/project/sentinel-python-client/)

# Sentinel Python Client

Official Python client library for the [Sentinel](https://demeng.dev/sentinel) v2 API.

## Documentation

Full documentation is available on GitBook:
[https://demeng.gitbook.io/sentinel/clients/python](https://demeng.gitbook.io/sentinel/clients/python)

## License

[MIT](LICENSE)
