Fritter, the Frame-Rate IndependenT TimEr tRee, is a Python library for working with scheduling with scheduled tasks that have sophisticated requirements of their timing and scheduling. - glyph/Fri...
DBXS ("dee-bee-access") gives you the simplicity of raw SQL, with the security guarantees of an expression-construction library and the runtime type-safety of an ORM. For applications where you know exactly what SQL you want to execute, it removes most of the downsides. It won't give you all the bells and whistles of an ORM (and sometimes you do need those!) but it also will give you structures and types without needing to reinterpret all your queries into a new DSL.
A type wrapper for the standard library `datetime` that supplies stricter checks, such as making 'datetime' not substitutable for 'date', and separating out Naive and Aware datetime...
A backend for the `keyring` module which uses a hardware token to require user presence for any secret access, by encrypting your vault and passwords as Fernet tokens. - glyph/tokenring
@glyph This reminded me of the talk you gave… not easy to find from repo or your site (the pyvideo only go to 2018)
@carlton yep, this software was released for that talk :)
PyVideo has more recent talks but PyCon US 2023 isn't indexed yet https://github.com/pyvideo/data/issues/1127
I occasionally submit a PR like this to fix up the metadata https://github.com/pyvideo/data/pull/1155