buranun/README.md

21 lines
670 B
Markdown

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](https://docs.python.org/3.6/library/sqlite3.html#sqlite3.complete_statement), which is under the [PSF license](https://docs.python.org/3.6/license.html)