Python libs
This website is powered by Python, a very flexible and powerful programming language.
CherryPy is a Python Web Framework we use to run and code this site. CherryPy is easy to customize and has some good plugins to make web development easier.
We use SQLAlchemy to connect and store data to a SQL database. The cp_sqlalchemy plugin for CherryPy makes this quick and easy.
We use PassLib for 2Factor Auth and to keep your password secure.
Jinja2 template engine makes frontend work a breeze.
We use pdfkit module to generate PDFs with wkhtmltopdf.
The Cherrys module allows us to store CherryPy sessions in Redis.
QR Codes generated by qrcode[pil] library.
Javascript libs
Bootstrap is a popular frontend framework which allows this site to be mobile friendly and easy on the eyes.
The pretty graphs are generated by chart.js.