Metadata-Version: 2.4
Name: wenex
Version: 0.0.2
Summary: Wenex SDK
Project-URL: Documentation, https://github.com/wenex-org/python-sdk#readme
Project-URL: Issues, https://github.com/wenex-org/python-sdk/issues
Project-URL: Source, https://github.com/wenex-org/python-sdk
Author-email: "Vahid V." <vhid.vz@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: sdk,wenex,wenex-sdk
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.12
Requires-Dist: brotli>=1.2.0
Requires-Dist: bson>=0.5.10
Requires-Dist: croniter>=6.0.0
Requires-Dist: emoji>=2.15.0
Requires-Dist: httpx-sse>=0.4.3
Requires-Dist: httpx>=0.28.1
Requires-Dist: pytest-asyncio>=1.3.0
Requires-Dist: pytest>=9.0.2
Requires-Dist: qs-codec>=1.4.0
Description-Content-Type: text/markdown

# Python SDK

Environment

```sh
# hatch env remove default
hatch env create default
hatch shell default
```

Installation

```sh
pip install -e "."
pre-commit install
```

## Build and Deploy

```sh
pip install build twine
uv build && uv publish
```

## License

`wenex` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.
