gray-adeyi / pypaystack2

A developer-friendly Paystack API wrapper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPaystack2

Downloads Downloads Downloads

A developer-friendly Paystack API wrapper.

Installation

  1. Create your Paystack account 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.
pip install -U pypaystack2

Documentation

See Documentation for more on this package.

About

A developer-friendly Paystack API wrapper.

License:MIT License


Languages

Language:Python 100.0%