Metadata-Version: 2.4
Name: tatrapayplus-python
Version: 0.0.2
Summary: Python package for Tatrapay+ payment gateway.
Project-URL: Homepage, https://SmartBase-SK.github.io/tatrapayplus-python/
Project-URL: Repository, https://github.com/SmartBase-SK/tatrapayplus-python
Project-URL: Documentation, https://SmartBase-SK.github.io/tatrapayplus-python/
Author-email: "SmartBase s.r.o." <info@smartbase.sk>
License-File: LICENSE
Keywords: python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0,>=3.9
Requires-Dist: attrs
Requires-Dist: cryptography
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: deptry>=0.23.0; extra == 'dev'
Requires-Dist: mypy>=0.991; extra == 'dev'
Requires-Dist: openapi-python-client; extra == 'dev'
Requires-Dist: pre-commit>=2.20.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0.0; extra == 'dev'
Requires-Dist: pytest>=7.2.0; extra == 'dev'
Requires-Dist: responses; extra == 'dev'
Requires-Dist: ruff>=0.11.5; extra == 'dev'
Requires-Dist: tox-uv>=1.11.3; extra == 'dev'
Requires-Dist: types-requests; extra == 'dev'
Requires-Dist: urllib3>=2.0; extra == 'dev'
Description-Content-Type: text/markdown

# tatrapayplus-python

[![Release](https://img.shields.io/github/v/release/SmartBase-SK/tatrapayplus-python)](https://img.shields.io/github/v/release/SmartBase-SK/tatrapayplus-python)
[![Build status](https://img.shields.io/github/actions/workflow/status/SmartBase-SK/tatrapayplus-python/main.yml?branch=main)](https://github.com/SmartBase-SK/tatrapayplus-python/actions/workflows/main.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/SmartBase-SK/tatrapayplus-python/branch/main/graph/badge.svg)](https://codecov.io/gh/SmartBase-SK/tatrapayplus-python)
[![Commit activity](https://img.shields.io/github/commit-activity/m/SmartBase-SK/tatrapayplus-python)](https://img.shields.io/github/commit-activity/m/SmartBase-SK/tatrapayplus-python)
[![License](https://img.shields.io/github/license/SmartBase-SK/tatrapayplus-python)](https://img.shields.io/github/license/SmartBase-SK/tatrapayplus-python)

Python package for Tatrapay+ payment gateway.

- **Github repository**: <https://github.com/SmartBase-SK/tatrapayplus-python/>
- **Documentation** <https://sdk.tatrabanka.sk/docs/libraries/python/v1.0.0>

## Type generation
To generate new types after OpenAPI structure has been changed please run
```
openapi-python-client generate --path tatrapayplus_api_sandbox.json --output-path tatrapayplus_client
./after_generator.py
```
