Metadata-Version: 2.3
Name: pypaystack2
Version: 2.0.3
Summary: A developer-friendly client library for Paystack
Author-email: Gbenga Adeyi <adeyigbenga005@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: paystack,paystack-python,paystackapi,pypaystack
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: httpx>=0.27.0
Description-Content-Type: text/markdown

# PyPaystack2

[![Downloads](https://static.pepy.tech/badge/pypaystack2)](https://pepy.tech/project/pypaystack2)
[![Downloads](https://static.pepy.tech/badge/pypaystack2/month)](https://pepy.tech/project/pypaystack2)
[![Downloads](https://static.pepy.tech/badge/pypaystack2/week)](https://pepy.tech/project/pypaystack2)

A developer-friendly [Paystack](https://paystack.com/) API wrapper.

## Installation

1. Create your [Paystack account](https://paystack.com/) to get your paystack secret key that is required to use this
   package from your account's settings.
2. Store your paystack secret key in your environment variable as `PAYSTACK_AUTHORIZATION_KEY` or pass it into the
   pypaystack api wrapper on instantiation. (protect your secret key at all costs, never push it to a remote version
   control system. it is advisable to start trying out this package with your test private key).
3. Install `pypaystack2` package.

```bash
pip install -U pypaystack2
```

## Documentation
See [Documentation](https://gray-adeyi.github.io/pypaystack2/) for more on this package.