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
2021-01-10 13:13:09 +01:00
library Move setuptools logic to package top-level 2021-01-10 13:13:09 +01:00
.gitignore Wire up install docs and requirements 2020-12-12 13:50:00 +01:00
makefile Use ifmain hook to run app 2020-12-21 19:56:03 +01:00
README.md Update docs for running 2020-12-21 19:57:49 +01:00
requirements.txt Wire up install docs and requirements 2020-12-12 13:50:00 +01: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.