This is a reusable plain version the varia library website. You can host your own website of books using just a simple csv file
library | ||
__init.py__ | ||
.gitignore | ||
makefile | ||
pyproject.toml | ||
README.md | ||
requirements.txt | ||
setup.py |
varia-library-website
Work In Progress
Hacking
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
Or run make setup
.
$ cd library && python page.py
Or run make
.