Metadata-Version: 2.4
Name: mpay
Version: 0.0.1
Summary: Machine Payments Protocol (MPP) SDK - Implementation of the Payment HTTP Authentication Scheme
Project-URL: Homepage, https://github.com/tempoxyz/mpay-py
Project-URL: Documentation, https://docs.tempo.xyz
Project-URL: Repository, https://github.com/tempoxyz/mpay-py
Author-email: Tempo <dev@tempo.xyz>
License-Expression: MIT
License-File: LICENSE
Keywords: 402,authentication,http,machine-payments,payments
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# mpay

Python SDK for the Machine Payments Protocol (MPP) - an implementation of the ["Payment" HTTP Authentication Scheme](https://datatracker.ietf.org/doc/draft-ietf-httpauth-payment/).

## Status

This package is a placeholder. Full implementation coming soon.

See [mpay-rs](https://github.com/tempoxyz/mpay-rs) for the Rust implementation.

## License

MIT
