Metadata-Version: 2.4
Name: entdb-sdk
Version: 1.12.2
Summary: Python SDK for EntDB tenant-sharded graph database
Author-email: EntDB Team <team@entdb.io>
License-Expression: MIT
Project-URL: Homepage, https://github.com/elloloop/tenant-shard-db
Project-URL: Documentation, https://github.com/elloloop/tenant-shard-db#readme
Project-URL: Repository, https://github.com/elloloop/tenant-shard-db
Project-URL: Issues, https://github.com/elloloop/tenant-shard-db/issues
Keywords: database,graph,tenant,sharding,grpc,entdb
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: grpcio>=1.60.0
Requires-Dist: grpcio-tools>=1.60.0
Requires-Dist: protobuf>=4.25.0
Dynamic: license-file

# EntDB Python SDK (`entdb-sdk`)

Python SDK for talking to a deployed EntDB server. See the [package on PyPI](https://pypi.org/project/entdb-sdk/) and the [repository README](../../README.md) for the project-level overview.

```bash
pip install entdb-sdk
```
