This is a reusable plain version the varia library website. You can host your own website of books using just a simple csv file
Go to file
2023-07-12 21:09:22 +02:00
library search the library 2023-07-12 21:09:22 +02:00
__init.py__ WIP uploadform, Up next is the CSV writer 2021-03-07 19:55:47 +01:00
.gitignore search the library 2023-07-12 21:09:22 +02:00
makefile Add target 2021-05-03 16:55:38 +02:00
pyproject.toml small edit pyproject file 2023-06-05 20:18:00 +02:00
README.md Update docs for running 2020-12-21 19:57:49 +01:00
requirements.txt search the library 2023-07-12 21:09:22 +02:00
setup.py Move setuptools logic to package top-level 2021-01-10 13:13:09 +01:00

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.