Metadata-Version: 2.1
Name: bandoleers
Version: 4.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
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
License-File: LICENSE
Requires-Dist: psycopg <4,>=3.2.2
Requires-Dist: requests <3,>=2.5.1
Requires-Dist: redis <6,>=2


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
