Metadata-Version: 2.1
Name: bolt12
Version: 0.1.1
Summary: Lightning Network BOLT12 Routines
Home-page: https://github.com/rustyrussell/bolt12/
License: MIT
Keywords: bitcoin,lightning,bolt12
Author: Rusty Russell
Author-email: rusty@rustcorp.com.au
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: bech32 (>=1.2.0,<2.0.0)
Requires-Dist: pyln-proto (>=0.10.1,<0.11.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Project-URL: Repository, https://github.com/rustyrussell/bolt12/
Description-Content-Type: text/markdown

# Lightning Network BOLT12 Routines

This is a simple Python 3 library to read, check, generate and
manipulate [BOLT 12](https://bolt12.org) offers, invoice_requests and
invoices.

See [examples/](examples/) for usage.

