Metadata-Version: 2.4
Name: vortex-payments-sdk
Version: 0.2.0
Summary: Generated Python SDK for the Vortex Payments public API.
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urllib3<3.0.0,>=2.1.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: pydantic>=2
Requires-Dist: typing-extensions>=4.7.1
Dynamic: license-file

# vortex-payments-sdk

Generated Python SDK for the Vortex Payments public API.

This package is generated from `docs/openapi/vortex-payments-public.openapi.json` by `pnpm run sdk:generate`.
It is MIT-licensed and published to PyPI.

```bash
pip install vortex-payments-sdk
```

```py
import vortex_payments

configuration = vortex_payments.Configuration(
    host = "https://api.vortex.nyc"
)
configuration.access_token = "<VORTEX_API_KEY>"
```
