buranun/README.md

21 lines
670 B
Markdown
Raw Permalink Normal View History

2018-03-15 21:34:44 +00:00
Buranun is a textboard software written in python.
Name
----
𒀀𒇉𒌓𒄒𒉣 (íd)Buranun (Sumerian) - n. Euphrates
Requirements
------------
2018-05-08 21:17:37 +00:00
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)