Welcome to Pylnbits Docs

Pylnbits is an asyncio/aiohttp python library of methods for accessing lnbits API or your own LNBits install. For building front end or app layer projects with lnbits.

Write less code in python, make Lightning apps faster.

Visit the How To Guide to understand how to install, configure and connect to pylnbits API using sample code. If you are not yet familiar with how LNBits works, please visit lnbits.com.

Project layout

Get the Source: https://github.com/lightningames/pylnbits

mkdocs.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.
config_sample.yml
pylnbits/
    DTOs
    __init__.py
    config.py
    invoices.py
    lndhub.py
    lnurl_p.py
    lnurl_w.py
    user_manager.py
    user_wallet.py
    utils.py
tests/
    __init__.py
    test_invoices.py
    test_lndhub.py
    test_lnurlp.py
    test_lnurlw.py
    test_usermanager.py
    test_userwallet.py

These docs for the pylnbits library are auto generated. For full documentation on how they were generated, visit mkdocs.org.