Python SDK for the Lightspark API
Project description
Lightspark Python SDK
The Lightspark Python SDK provides a convenient way to interact with the Lightspark services from applications written in the Python language.
Installation
To install the SDK, simply run:
pip install lightspark
Documentation
The documentation for this SDK (installation, usage, etc.) is available at https://docs.lightspark.com/lightspark-sdk/getting-started?language=Python
Sample code
For your convenience, we included an example that shows you how to use the SDK.
Open the file example.py
and make sure to update the variables at the top of the page with your information, then run it using pipenv:
pipenv install
pipenv run python -m examples.example
There are also a few examples of webservers for demonstrating webhooks and LNURLs. These can similarly be run through Flask:
pipenv install -d
pipenv run flask --app examples.flask_lnurl_server run
Note that Flask requires Python >= 3.8, so these examples will not work if running Python 3.7.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file lightspark-2.10.0.zip
.
File metadata
- Download URL: lightspark-2.10.0.zip
- Upload date:
- Size: 232.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91146fdb311c233a3833146a807984a63e202ba115451e3b487a670cba42b5c3 |
|
MD5 | 76d43b8b303a82ebb3c8e06c1b2cb977 |
|
BLAKE2b-256 | 1a7375e6c4a32744fe8112172744a3b9396de89d430f56f20b55ac1a10f069ff |