Metadata-Version: 2.4
Name: destack-py
Version: 0.55.3
Summary: Python compatibility package for Destack
Project-URL: Homepage, https://github.com/destack-sh/destack
Project-URL: Repository, https://github.com/destack-sh/destack
Project-URL: Issues, https://github.com/destack-sh/destack/issues
Author: Symbol Industries
License: MIT
Keywords: client,destack,python,sdk
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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 :: Compilers
Requires-Python: >=3.10
Requires-Dist: destack==0.55.3
Description-Content-Type: text/markdown

# destack-py

Destack compatibility package for Python.
This package forwards imports from the canonical `destack` package.

## Installation

```sh
pip install destack-py
```

## API

```python
from destack_py import create_client

client = create_client()
assert client.backend == "python"
```
