Metadata-Version: 2.1
Name: forumpaypy
Version: 0.0.1
Summary: An (unofficial) package used to integrate with the ForumPay API quickly and easily.
Home-page: https://github.com/Faugermire/forumpaypy
Author: William Hinz
Author-email: faugermire@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools~=75.6.0
Requires-Dist: requests~=2.32.3
Provides-Extra: dev
Requires-Dist: python-dotenv~=1.0.1; extra == "dev"

# FORUMPAYPY

An unofficial (and horribly incomplete) package used to integrate with ForumPay's API quickly and easily.

## STANDARD INSTALLATION

`pip install forumpaypy`

## DEVELOPMENT INSTALLATION

`pip install forumpaypy[dev]`
