Metadata-Version: 2.4
Name: fiatsend
Version: 0.1.0
Summary: Official Fiatsend Python SDK placeholder package.
Author-email: Fiatsend <partners@fiatsend.com>
License-Expression: MIT
Project-URL: Homepage, https://fiatsend.com
Project-URL: Documentation, https://developer.fiatsend.com
Project-URL: Repository, https://github.com/fiatsend/fiatsend-sdk
Project-URL: Issues, https://github.com/fiatsend/fiatsend-sdk/issues
Keywords: fiatsend,payments,stablecoin,mobile-money,sdk
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# fiatsend (Python)

Official Fiatsend Python package on PyPI.

## Status

This release is a placeholder to reserve the official `fiatsend` package name.

- It is not production-ready.
- Partner API helper methods are not implemented yet.

For current integrations, use the Partner API docs:

- https://developer.fiatsend.com

## Install

```bash
pip install fiatsend
```

## Example

```python
from fiatsend import FiatsendClient

client = FiatsendClient(api_key="fs_test_...")
print(client.status_message())
```

## Roadmap

Planned first stable release includes:

- Rates
- Supported networks
- Withdrawals create/get
- Webhook signature verification
- Typed error handling

Questions: partners@fiatsend.com
