Metadata-Version: 2.1
Name: payments-py
Version: 0.5.3
Summary: 
Author: enrique
Author-email: enrique@nevermined.io
Requires-Python: >=3.10,<4.0
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: aiohttp (>=3.10.8,<4.0.0)
Requires-Dist: lazydocs (>=0.4.8,<0.5.0)
Requires-Dist: mkdocs (>=1.5.3,<2.0.0)
Requires-Dist: mkdocs-awesome-pages-plugin (>=2.9.2,<3.0.0)
Requires-Dist: pydantic (>=2.8.2,<3.0.0)
Requires-Dist: pyjwt (>=2.9.0,<3.0.0)
Requires-Dist: pytest-asyncio (>=0.24.0,<0.25.0)
Requires-Dist: python-socketio (==5.11.4)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: websocket-client (>=1.8.0,<2.0.0)
Description-Content-Type: text/markdown

[![banner](https://raw.githubusercontent.com/nevermined-io/assets/main/images/logo/banner_logo.png)](https://nevermined.io)

# Python SDK to interact with the Nevermined Payments Protocol

> Python SDK to interact with the Nevermined Payments Protocol
> [nevermined.io](https://nevermined.io)

## Quickstart

pip install nevermined/payments-py

### Initialize the payments library

```

Payments(nvm_api_key=nvm_api_key, environment=Environment.staging, app_id="your_app_id", version="1.0.0")

```


