Metadata-Version: 1.1
Name: bandoleers
Version: 1.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
Description: 
        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 Cassandra, RabbitMQ, and PostgreSQL.
        
        :wait-for:
            This simple utility pings a URL periodically until it responds
            successfully.  It supports HTTP, Cassandra, 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
        
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
