Metadata-Version: 2.1
Name: payments-py
Version: 0.1.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
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: requests (>=2.31.0,<3.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(session_key=session_key, environment=Environment.appStaging, app_id="your_app_id", version="1.0.0", session_key=your_session_key, marketplace_auth_token=your_marketplace_auth_token)

```


