# Buckler A security shield for protecting a number of small web applications. ## Requirements Python 3.7+ PostgreSQL 11.5+ Python packages: `gunicorn aiohttp aiohttp_jinja2 psycopg2 passlib argon2_cffi` ## Install 1. Get on the floor 2. Walk the dinosaur ## Usage `gunicorn buckler:app --bind localhost:5400 --worker-class aiohttp.GunicornWebWorker`