Metadata-Version: 2.4
Name: pumpdotfun
Version: 0.3.5
Summary: pump.fun frontend API Wrapper for Python
Home-page: https://github.com/izzulafifteam/py-python.git
Author: Melvin Luis
Author-email: whappiness183@gmail.com
License: MIT
Project-URL: Source, https://github.com/izzulafifteam/pumpdotfun
Project-URL: Documentation, https://frontend-api.pump.fun/api
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests==2.31.0
Requires-Dist: solders==0.26.0
Requires-Dist: solana==0.36.6
Requires-Dist: base58==2.1.1
Requires-Dist: aiohttp==3.11.13
Requires-Dist: aiogram==3.2.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: summary

# Pumpdotfun

Pumpdotfun 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
