Metadata-Version: 2.3
Name: deepbookpy
Version: 0.7.0
Summary: Sui Deepbook Python SDK
License: Apache-2.0
Keywords: sui deepbook python sdk,deepbook,blockchain
Author: Andrei
Author-email: andreid.dev@gmail.com
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: Apache Software 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
Provides-Extra: docs
Requires-Dist: pysui (>=0.83.0,<0.84.0)
Project-URL: Documentation, https://deepbookpy.readthedocs.io
Project-URL: Repository, https://github.com/andreidev1/deepbookpy
Project-URL: changelog, https://github.com/andreidev1/deepbookpy/blob/main/CHANGELOG.md
Project-URL: issues, https://github.com/andreidev1/deepbookpy/issues
Description-Content-Type: text/markdown

# DeepBook Python SDK
DeepBook Python Client SDK for Sui blockchain - built by community with [pysui](https://github.com/FrankC01/pysui/)

## Install deepbookpy
`pip install deepbookpy`

`poetry add deepbookpy`

## Python Sui DeepBook SDK Parameters
```py
from deepbookpy.utils.normalizer import normalize_sui_object_id

CLOCK = normalize_sui_object_id("0x6")

```

## Versions
[deepbookpy v1](https://github.com/andreidev1/deepbookpy/tree/clob_v1_module) - compatible with the first CLOB module version

[deepbookpy v2](https://github.com/andreidev1/deepbookpy/tree/clob_v2_module) - compatible with second CLOB module version

deepbookpy v3 (current) - compatible with latest DeepBook protocol

## Documentation
Check out latest deepbookpy [documentation](https://deepbookpy.readthedocs.io/en/latest/) release 

## Official DeepBook Resources

[Official DeepBook Protocol Website](https://www.deepbook.tech/)

[Official DeepBook Protocol Documentation](https://docs.sui.io/standards/deepbook)

## DeepBook Mainnet Packages

[DeepBook Mainnet Package](https://suivision.xyz/package/0xcaf6ba059d539a97646d47f0b9ddf843e138d215e2a12ca1f4585d386f7aec3a)

[DeepBook Mainnet Registry Package](https://suivision.xyz/package/0xaf16199a2dff736e9f07a845f23c5da6df6f756eddb631aed9d24a93efc4549d)

[DeepBook Mainnet Treasury Package](https://suivision.xyz/package/0x032abf8948dda67a271bcc18e776dbbcfb0d58c8d288a700ff0d5521e57a1ffe)


## DeepBook Testnet Packages

[DeepBook Testnet Package](https://testnet.suivision.xyz/package/0x984757fc7c0e6dd5f15c2c66e881dd6e5aca98b725f3dbd83c445e057ebb790a)

[DeepBook Testnet Registry Package](https://testnet.suivision.xyz/package/0x7c256edbda983a2cd6f946655f4bf3f00a41043993781f8674a7046e8c0e11d1)

[DeepBook Testnet Treasury Package](https://testnet.suivision.xyz/package/0x69fffdae0075f8f71f4fa793549c11079266910e8905169845af1f5d00e09dcb)

## Ask A Question

Join Our Coummunity [discord](https://discord.gg/CUTen9zu5h)

