LibreSignage
LibreSignage is an open-source digital signage web application built with Flask. The project uses Flask's application factory pattern and blueprints so features can be developed and tested independently.
Requirements
- Python 3.10 or newer
- uv (recommended) or another Python package installer
Development
Clone the repository, install the locked development environment, and start Flask:
uv sync --dev
uv run flask --app libresignage run --debug
Then open http://127.0.0.1:5000.
Run the quality checks:
uv run pytest
uv run ruff check .
uv build
uv run twine check dist/*
The package also exposes libresignage:create_app for WSGI servers:
from libresignage import create_app
app = create_app()
Building and publishing
Build both distribution formats with uv build. GitHub Actions validates every
push and pull request. Creating a GitHub release triggers the PyPI publishing
workflow, which uses PyPI Trusted Publishing and a protected pypi GitHub
environment.
License
LibreSignage is distributed under the MIT License. See LICENSE.
Release files for libresignage 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| libresignage-0.1.0.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| libresignage-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.8 kB
Release files / libresignage-0.1.0.tar.gz
| Download URL | libresignage-0.1.0.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
171b9c851ba6ce28262473b1df598c8e88dd9df22d2300f4add3bedc21f7ef40
|
|
BLAKE2b-256 checksum How to use checksums |
4a0a9deb52afeecb2748d9cd4b6f1512aba5c65e2f026c50fecc095493bfc82e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 29, 2026.
Transparency logRelease files / libresignage-0.1.0-py3-none-any.whl
| Download URL | libresignage-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
625c5da181e940b9a6ece20e636d294b677d9e08e4c33b3f67f8d527d86b8311
|
|
BLAKE2b-256 checksum How to use checksums |
b41240f1b0d4520690b8621537d6ecf2fafed1cf02dd026a3887c317e3d0c7a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 29, 2026.
Transparency log