PySchoolBucks

Python wrapper for the MySchoolBucks Pay API


License
MIT
Install
pip install PySchoolBucks==0.2.1

Documentation

PySchoolBucks

Python wrapper for the MySchoolBucks Pay API

Installation

pip install PySchoolBucks

Usage

from msb import MsbPayAPI, APIServer

pay = MsbPayAPI('example-key', APIServer.PRODUCTION)

# TODO: Do stuff with the pay object