Metadata-Version: 2.3
Name: GlobalPayments.Api
Version: 2.0.4
Summary: Global Payments Python SDK for integrating with Heartland and Global Payments merchant services APIs
License: LICENSE.md
Author: Heartland Payment Systems
Author-email: EntApp_DevPortal@e-hps.com
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: certifi (>=2024.12.14,<2025.0.0)
Requires-Dist: enum34 (>=1.1.10,<2.0.0)
Requires-Dist: idna (>=3.10,<4.0)
Requires-Dist: jsonpickle (>=4.0.1,<5.0.0)
Requires-Dist: pyopenssl (>=24.3.0,<25.0.0)
Requires-Dist: urllib3 (>=2.3.0,<3.0.0)
Requires-Dist: xmltodict (>=0.14.2,<0.15.0)
Project-URL: Homepage, https://developer.heartlandpaymentsystems.com/
Description-Content-Type: text/plain

==================
GlobalPayments.Api
==================

Global Payments Python SDK for integrating with Global Payments merchant services APIs.

Contributing
============

Source is on Github:
https://github.com/globalpayments/python-sdk

1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (got push origin my-new-feature)
5. Create a new Pull Request

Installation
============

$ python pip install GlobalPayments.Api

