Metadata-Version: 2.4
Name: dloom-flow
Version: 0.1.0
Summary: A Python SDK for the DLMM program on Solana.
License: MIT
Author: samuelhorjet
Author-email: samuelhorjet001@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
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: Programming Language :: Python :: 3.14
Requires-Dist: anchorpy (>=0.21.0,<0.22.0)
Requires-Dist: anchorpy-core (>=0.2.0,<0.3.0)
Requires-Dist: anyio (>=4.11.0,<5.0.0)
Requires-Dist: attrs (>=25.4.0,<26.0.0)
Requires-Dist: based58 (>=0.1.1,<0.2.0)
Requires-Dist: borsh-construct (>=0.1.0,<0.2.0)
Requires-Dist: construct (>=2.10.68,<3.0.0)
Requires-Dist: construct-typing (>=0.5.6,<0.6.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: numpy (>=2.3.4,<3.0.0)
Requires-Dist: packaging (>=25.0,<26.0)
Requires-Dist: pyheck (>=0.1.5,<0.2.0)
Requires-Dist: pytokens (>=0.2.0,<0.3.0)
Requires-Dist: solana (>=0.36.6,<0.37.0)
Requires-Dist: solders (>=0.26.0,<0.27.0)
Requires-Dist: sumtypes (>=0.1a6,<0.2)
Requires-Dist: toolz (>=0.11.2,<0.12.0)
Requires-Dist: typing_extensions (>=4.15.0,<5.0.0)
Requires-Dist: websockets (>=15.0,<16.0)
Description-Content-Type: text/markdown

# Dloom Flow SDK

A Python SDK for the DLMM program on Solana.

## Installation

pip install dloom-flow

## Usage

(Add a simple code example here later)
