Metadata-Version: 2.4
Name: s2-python
Version: 0.8.1
Summary: S2 Protocol Python Wrapper
Author-email: Flexiblepower <info@info.nl>
License-Expression: Apache-2.0
Project-URL: Source code, https://github.com/flexiblepower/s2-ws-json-python
Platform: Linux
Classifier: Development Status :: 4 - Beta
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
Requires-Python: <3.14,>=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pydantic>=2.8.2
Requires-Dist: pytz
Requires-Dist: click
Requires-Dist: typing-extensions
Provides-Extra: ws
Requires-Dist: websockets~=13.1; extra == "ws"
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-coverage; extra == "testing"
Requires-Dist: pytest-timer; extra == "testing"
Requires-Dist: mypy; extra == "testing"
Requires-Dist: types-pytz; extra == "testing"
Requires-Dist: pylint; extra == "testing"
Requires-Dist: pyright; extra == "testing"
Provides-Extra: development
Requires-Dist: pip-tools; extra == "development"
Requires-Dist: datamodel-code-generator; extra == "development"
Requires-Dist: pre-commit; extra == "development"
Requires-Dist: tox; extra == "development"
Requires-Dist: setuptools_scm; extra == "development"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.2; extra == "docs"
Requires-Dist: sphinx-tabs; extra == "docs"
Requires-Dist: sphinx_copybutton; extra == "docs"
Requires-Dist: sphinx_fontawesome; extra == "docs"
Requires-Dist: sphinxcontrib.httpdomain; extra == "docs"
Dynamic: license-file
