python-flask-migrate
SQLAlchemy database migrations for Flask applications using Alembic
Flask-Migrate is an extension that handles SQLAlchemy database migrations for
Flask applications using Alembic. The database operations are provided as
command line arguments for Flask-Script.
python-dib-utils
Standalone tools related to diskimage-builder - Python 2.x
These tools were originally part of the diskimage-builder project, but they
have uses outside of that project as well. Because disk space is at a premium
in base cloud images, pulling in all of diskimage-builder and its dependencies
just to use something like dib-run-parts is not desirable. This project allows
consumers to use the tools while pulling in only one small package with few/no
additional dependencies.
lua-uri
pure Lua library to normalize and validate URIs/URLs
Provides methods for manipulating URIs in various ways.
In particular, you can resolve relative URI references
to create absolute URIs, and extract parts of URIs.
python-vcr
record and replay HTML interactions (Python library)
vcr.py records all interactions that take place through the HTML libraries
it supports and writes them to flat files, called cassettes (YAML format by
default). These cassettes could be replayed then for fast, deterministic
and accurate HTML testing.