Metadata-Version: 2.0
Name: bandoleers
Version: 2.0.0
Summary: AWeber development tool belt
Home-page: https://github.com/aweber/bandoleers
Author: AWeber Communications, Inc.
Author-email: api@aweber.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: consulate (>=0.5.1,<2.0)
Requires-Dist: psycopg2 (>=2.6,<3.0)
Requires-Dist: queries (>=1.7.3,<2.0)
Requires-Dist: redis (>=2.0.0,<3.0.0)
Requires-Dist: requests (>=2.5.1,<3.0)

Bandoleers
==========

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
----------------------------

.. code:: bash

    $ python3.4 -mvenv env
    $ . ./env/bin/activate
    (env) $ pip install -qr requires/development.txt


