No description
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
The asset route serves without a version in the path, so a browser kept an old stylesheet after a feature changed it (a new gallery rule went unseen and images rendered unsized). get_assets now appends ?v=<mtime>, so the URL changes with the file. |
||
| src/splent_framework | ||
| tests | ||
| .coverage | ||
| .gitignore | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
SPLENT Framework
Core library for building modular, feature-driven Flask applications using Software Product Line principles.
Quick start
from splent_framework import create_splent_app
app = create_splent_app(__name__, config_name="development")
Requirements
- Python 3.13+
- Flask 3.1+
- SQLAlchemy 2.0+
Documentation
Full docs, tutorials, and architecture reference at docs.splent.io
License
Creative Commons CC BY 4.0 - SPLENT - Diverso Lab