A Python library for interacting with the Poof API
Project description
# **Poof API Python Library**
This is a Python library for interacting with the Poof API. It provides a convenient way to create invoices, charges, fiat invoices, fiat charges, transactions, payouts, wallets, balances, prices, webhooks, products, gas prices, contracts, and checkouts through the Poof API.
## Installation
To install the Poof API Python library, simply use pip:
```pip install poofapi```
## Usage
Here's an example of how to use the Poof API Python library to create a new invoice:
````
from poofapi.api import PoofAPI
# Initialize the Poof API client with your API key
api = PoofAPI(api_key='your_api_key')
# Create a new invoice
invoice = api.create_invoice(crypto='BTC', amount=0.001, metadata={'order_id': '1234'})
# Print the invoice details
print(invoice)
````
## License
This library is released under the MIT License. Please see the LICENSE file for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
poofapi-1.0.2.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file poofapi-1.0.2.tar.gz.
File metadata
- Download URL: poofapi-1.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb8438fe272e2cf83019663dc6be885eb7df412a694b8cbcf56c278f240be855
|
|
| MD5 |
ed2377ca94e33f1cb1d8dc0808e4801b
|
|
| BLAKE2b-256 |
0d3a50d74da976d259953bba231425cb50036397df7afe10c0701ede485f0137
|
File details
Details for the file poofapi-1.0.2-py3-none-any.whl.
File metadata
- Download URL: poofapi-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42435b4756379e091111db918447136a47ec99825bffc6e239d3232ce2d5cf63
|
|
| MD5 |
f93c252f27a2fcfc7c7c497054bb8359
|
|
| BLAKE2b-256 |
f16f666d51d21f1c73a9bd08a8656995931478592be878cac2b2dd1910d37d46
|