Metadata-Version: 2.4
Name: b12od
Version: 0.1.3
Summary: Python bindings for b12od C library
Home-page: https://github.com/21M4TW/b12od
Author: 21M4TW
Author-email: 21M4TW@proton.me
License: "BSD-2-Clause"
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Classifier: Programming Language :: Cython
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest
Dynamic: license-file
Dynamic: requires-dist

# Bolt12 Offer Decoding Library

Python binding for the [Bolt12 Offer Decoding Library](https://github.com/21M4TW/b12od). The library can be built
using the python_binding target from the main directory of the repository.

It can then be tested using
```
. venv/bin/activate
pytest
```

Sample code is also located in [examples](https://github.com/21M4TW/b12od/tree/main/python/examples).
