Metadata-Version: 2.3
Name: simba-sdk
Version: 1.3.3
Summary: Python SDK for interacting with SIMBA Ensure
Author: SIMBA Chain, Inc.
Maintainer: Liam Hiley
Maintainer-email: liam.hiley@simbachain.com
Requires-Python: >=3.10.0,<4.0.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: datamodel-code-generator (>=0.25.9,<0.26.0)
Requires-Dist: eth-account (>=0.13.4,<0.14.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: keyring (>=25.2.1,<26.0.0)
Requires-Dist: openapi-pydantic (>=0.4.1,<0.5.0)
Requires-Dist: pydantic-settings (>=2.6.1,<3.0.0)
Requires-Dist: pydantic[email] (>=2.8.2,<3.0.0)
Requires-Dist: typeguard (>=4.4.2,<5.0.0)
Requires-Dist: urllib3 (>=2.2.2,<3.0.0)
Project-URL: Bug Tracker, https://github.com/SIMBAChain/simba-sdk-for-python/issues
Project-URL: Documentation, https://simbachain.github.io/simba-sdk-for-python
Project-URL: Homepage, https://github.com/SIMBAChain/simba-sdk-for-python
Description-Content-Type: text/markdown

# SIMBA SDK
The SIMBA SDK is a toolkit for integrating the SIMBA API into your python application (or just for exploration/experimentation). It provides a python wrapper around various endpoints in the SIMBA web service.

