Metadata-Version: 2.1
Name: sdcclient
Version: 0.19.0
Summary: Python client for Sysdig Platform
License: MIT
Author: Sysdig Inc.
Author-email: info@sysdig.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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
Provides-Extra: docs
Requires-Dist: pyaml (>=20.4,<22.0)
Requires-Dist: requests (>=2.31,<3.0)
Requires-Dist: requests-toolbelt (>=1.0.0,<2.0.0)
Requires-Dist: sphinx (>=3.3.1,<6.0.0) ; extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=0.5,<1.1) ; extra == "docs"
Requires-Dist: tatsu (>=4.4.0,<5.0.0) ; python_version < "3.8"
Requires-Dist: tatsu (>=5.5.0,<5.7.0) ; python_version >= "3.8" and python_version < "3.10"
Requires-Dist: tatsu (>=5.7.0,<5.9.0) ; python_version >= "3.10"
Requires-Dist: urllib3 (>=2.2.1,<3.0.0)
