An email management frontend.
static | ||
templates | ||
.gitignore | ||
buckler_aiohttp.py | ||
config.py.template | ||
LICENSE | ||
README.md | ||
stickup.py |
Stickup
A frontend for managing a user's email password.
Requirements
Python 3.8+
Python packages: gunicorn aiohttp aiohttp_jinja2 uvloop asyncpg passlib argon2_cffi
Install
- Get on the floor
- Walk the dinosaur
Usage
gunicorn stickup:init_app --bind localhost:5050 --worker-class aiohttp.GunicornWebWorker