Metadata-Version: 2.4
Name: pumpdotfun
Version: 0.2
Summary: A simple bundler Python library for pumpfun
Home-page: https://github.com/izzulafifteam/py-python.git
Author: Melvin Luis
Author-email: whappiness183@gmail.com 
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# MyLibrary

PumpFun SDK is a Python toolkit for interacting with the Pump.fun protocol on the Solana blockchain. This SDK provides modules for building transactions, monitoring on-chain events, decoding transactions with IDL support, and analyzing bonding curve states.

## Features
- Transaction Building: Create buy and sell transactions with pre-defined instruction discriminators.
- On-Chain Monitoring: Subscribe to logs and account updates via websockets.
- Transaction Analysis: Decode and analyze transactions using a provided IDL.
- Bonding Curve Analysis: Parse on-chain bonding curve state and compute token prices.
- Token Operations: Retrieve token information, prices, holders, transactions, and liquidity.
- User Operations: Track user's created tokens, trading history, and liquidity positions.

## Installation

You can install the library with pip:

```bash
pip install pumpdotfun
