Metadata-Version: 2.1
Name: paymentgrid
Version: 0.1
Summary: PaymentGrid Core (Python) is the foundational library for mapping credit card specific payment-related data.
Home-page: https://github.com/PaymentGrid/paymentgrid-core-python
Author: Ayesh Rodrigo
Author-email: paymentgrid.git@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Payment Grid (Python 3.x)

**PaymentGrid** is a Python package that provides mappings for various payment-related data formats, including:

- Credit card action/response codes (e.g., Visa, Mastercard)

## Installation

```bash
pip install paymentgrid
```
