8 projects
open2fa
A 2FA CLI tool for generating 2FA codes using TOTP secrets, with an optional SECURE remote api, and an optional web ui enabling 2FA code generation from any device
logfunc
An EASY TO USE function decorator for advanced logging of function execution, including arguments, return values, and execution time.
gitpoll
A tool to watch a GitHub repository for changes and perform actions before and after pulling updates.
pyshared
A Python library containing common utility functions for use across multiple codebases, filling gaps not covered by the standard Python libraries.
apifaker
Automatically creates mocked versions of an API from openapi.json specification for use in Python tests.
flask-simple-captcha
Extremely simple, "Good Enough" captcha implemention for flask forms. No server side session library required.
myfuncs
Personal utility functions that I use across different codebases.
flask-simple-csrf
Extremely simple, "Good Enough" csrf implemention for flask forms, no server side sessions required.