Metadata-Version: 2.1
Name: goat-sdk-plugin-spl-tokens
Version: 0.1.0
Summary: Goat plugin for spl_token
Home-page: https://ohmygoat.dev/
Keywords: goat,sdk,agents,ai,spl_token
Author: Your Name
Author-email: your_email@example.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: anchorpy (>=0.18.0,<0.19.0)
Requires-Dist: goat-sdk
Requires-Dist: goat-sdk-wallet-solana
Requires-Dist: solana[spl] (>=0.30.2,<0.31.0)
Requires-Dist: solders (>=0.18.0,<0.19.0)
Project-URL: Bug Tracker, https://github.com/goat-sdk/goat/issues
Project-URL: Repository, https://github.com/goat-sdk/goat
Description-Content-Type: text/markdown

# spl-token Plugin for GOAT SDK

A plugin for the GOAT SDK that provides spl-token functionality.

## Installation

```bash
# Install the plugin
poetry add goat-sdk-plugin-spl-token

# Install required wallet dependency
poetry add goat-sdk-wallet-solana
```

## Usage

```python
from goat_plugins.spl-token import spl_token, SplTokenPluginOptions

# Initialize the plugin
options = SplTokenPluginOptions(
    api_key="your-api-key"
)
plugin = spl_token(options)
```

## Features

- Example query functionality
- Example action functionality
- Solana chain support

## License

This project is licensed under the terms of the MIT license.

