Metadata-Version: 2.1
Name: python-payfast
Version: 0.6.1
Summary: A very opinionated Python client library for the PayFast API.
Author: Armandt van Zyl
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pydantic
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Provides-Extra: django
Requires-Dist: django ; extra == 'django'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Provides-Extra: drf
Requires-Dist: djangorestframework ; extra == 'drf'

# python-payfast
A very opinionated Python client library for the PayFast API.

Warning: This is still in development. Don't use this package.
