Textboard software
.gitignore | ||
buranun.conf.example | ||
config.py | ||
database.py | ||
generate_html.py | ||
initialize.py | ||
README.md | ||
server.py | ||
session.py | ||
sqlshell.py | ||
UNLICENSE |
Buranun is a textboard software written in python.
Name
𒀀𒇉𒌓𒄒𒉣 (íd)Buranun (Sumerian) - n. Euphrates
Requirements
Buranun requires Beautiful Soup version 4 (bs4) for its html generation and PassLib 1.7 or higher and either argon2_cffi or argon2pure for password storage
Setting up
Run initialize.py
to generate database
License
Everything in the repo is under Unlicense / CC0 unless otherwise noted.
sqlshell.py
is based on code in Python documentation, which is under the PSF license