Paystack api implemented as a package, paystack-client is a simple project created by Joel .A.
Project description
A Python package that creates a typewriter effect for text output.
Installation
You can install this package using pip:
pip install paystackPY
Usage
from paystackPY import Paystack
paystack = Paystack(api_key=<Your paystack api key>)
reference = <Your custom reference>
pay = paystack.initializeTransaction(email, amount, reference=reference, callback_url=<your callback url>)
# The above will return a dictionary which you can access
ref = paystack.verifyTransaction(reference)
# The above will return a dictionary which you can access
Contributing
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and test them thoroughly.
- Create a pull request with a clear description of your changes.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Inspired by the openai package in Python.
Contact
- Anozie Joel
- Email: chibuikeanozie0@gmail.com
- GitHub: Anozie Chibuike
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 Distributions
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 paystackclient-0.1.0-py3-none-any.whl.
File metadata
- Download URL: paystackclient-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51453ce480d9e5c4594d8d5d93dda9eee2d0a7d7da4636e370c7bce474938748
|
|
| MD5 |
fe4c29bd68c9d4e159f3d328f66e4730
|
|
| BLAKE2b-256 |
232c115f946485857d2beb8621f4e708bb692fffc87bfde37baf83ae7ddc3299
|