Last updated:
0 purchases
bandoleers 3.3.2
This package contains useful command line tools that make deployment and
local data bootstrapping less painful.
prep-it:
This simple utility iterates over data files in a sub-tree and loads
them into various backends such as RabbitMQ, Consul, and PostgreSQL.
wait-for:
This simple utility pings a URL periodically until it responds
successfully. It supports HTTP and Postgres URLs out of
the box.
Quickstart Development Guide
$ python3.4 -mvenv env
$ . ./env/bin/activate
(env) $ pip install -qr requires/development.txt
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.