Skip to main content

Python SDK for the Machine Payments Protocol (MPP)

Project description

pympp

Python SDK for the Machine Payments Protocol

PyPI License

Documentation

Full documentation, API reference, and guides are available at mpp.dev/sdk/python.

Install

pip install pympp

Quick Start

Server

from mpp import Credential, Receipt
from mpp.server import Mpp
from mpp.methods.tempo import tempo, ChargeIntent

server = Mpp.create(
    method=tempo(
        intents={"charge": ChargeIntent()},
        recipient="0x742d35Cc6634c0532925a3b844bC9e7595F8fE00",
    ),
)

@app.get("/paid")
@server.pay(amount="0.50")
async def handler(request, credential: Credential, receipt: Receipt):
    return {"data": "...", "payer": credential.source}

Client

from mpp.client import Client
from mpp.methods.tempo import tempo, TempoAccount, ChargeIntent

account = TempoAccount.from_key("0x...")

async with Client(methods=[tempo(account=account, intents={"charge": ChargeIntent()})]) as client:
    response = await client.get("https://mpp.dev/api/ping/paid")

Examples

Example Description
api-server Payment-gated API server
fetch CLI tool for fetching URLs with automatic payment handling
mcp-server MCP server with payment-protected tools

Protocol

Built on the "Payment" HTTP Authentication Scheme. See mpp-specs for the full specification.

License

MIT OR Apache-2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pympp-0.4.0.tar.gz (96.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pympp-0.4.0-py3-none-any.whl (60.4 kB view details)

Uploaded Python 3

File details

Details for the file pympp-0.4.0.tar.gz.

File metadata

  • Download URL: pympp-0.4.0.tar.gz
  • Upload date:
  • Size: 96.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for pympp-0.4.0.tar.gz
Algorithm Hash digest
SHA256 533fd738ba8c4499430f9bed7dd700bcc17d24fda39d85c4e955c870d84a5949
MD5 93d69fc444bce240c3f0577a8122b266
BLAKE2b-256 ab83528b1c19e7924ca773fb383cb3b2283e871259e5041e8063b57f6af88917

See more details on using hashes here.

File details

Details for the file pympp-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: pympp-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 60.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for pympp-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a3c551ab05a50d207cc0996ab75ecfe549e56996122758b79d7055ea783dc5f1
MD5 5ec6cc4747a6e7e4a5cface64093ea12
BLAKE2b-256 330035938eed8db25c9e56a3df6a27b3931e63235e6a6ad6d608460836ecb44f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page