Metadata-Version: 1.1
Name: workbench
Version: 0.2.5
Summary: A medium-data framework for security research and development teams.
Home-page: https://github.com/SuperCowPowers/workbench
Author: Brian Wylie
Author-email: briford@supercowpowers.com
License: MIT
Description: |Build Status| |Coverage Status| |Code Health| |Project Stats| |Project Ready| |Project InProgress| |Gitter chat|
        
        Note: the coverage is about 90%, the issue is with reporting. (See Issue #137)
        
        Workbench
        =========
        
        Workbench focuses on simplicity, transparency, and easy on-site customization. 
        As an open source python project it provides light-weight task management, execution and pipelining for a loosely-coupled set of python classes.
        
        .. |Build Status| raw:: html
        
            <a href="https://travis-ci.org/SuperCowPowers/workbench" >
                <img src="https://travis-ci.org/SuperCowPowers/workbench.png?branch=master"/>
            </a>
        
        .. |Coverage Status| raw:: html 
            
            <a href="https://coveralls.io/r/SuperCowPowers/workbench" >
                <img src="https://coveralls.io/repos/SuperCowPowers/workbench/badge.png"/>
            </a>
        
        .. |Code Health| raw:: html 
        
            <a href="https://landscape.io/github/SuperCowPowers/workbench/master" >
                <img src="https://landscape.io/github/SuperCowPowers/workbench/master/landscape.png"/>
            </a>
        
        .. |Project Stats| raw:: html
        
            <a href="https://www.ohloh.net/p/workbench" >
                <img src="https://www.ohloh.net/p/workbench/widgets/project_thin_badge.gif"/>
            </a>
        
        .. |Project Ready| raw:: html
            
            <a href="https://waffle.io/supercowpowers/workbench" >
                <img src="https://badge.waffle.io/supercowpowers/workbench.png?label=on_deck&title=On_Deck"/>
            </a>
        
        .. |Project InProgress| raw:: html
        
            <a href="https://waffle.io/supercowpowers/workbench" >
                <img src="https://badge.waffle.io/supercowpowers/workbench.png?label=in_progress&title=In_Progress"/>
            </a>
        
        .. |Gitter chat| raw:: html
        
            <a href="https://gitter.im/SuperCowPowers/workbench" >
                <img src="https://badges.gitter.im/SuperCowPowers/workbench.png"/>
            </a>
        
        .. |Requirements| raw:: html
        
            <a href="https://requires.io/github/SuperCowPowers/workbench/requirements/?branch=master" >
                <img src="https://requires.io/github/SuperCowPowers/workbench/requirements.png?branch=master" alt="Requirements Status" />
            </a>
        
        .. |Fury| raw:: html
        
            <a href="http://badge.fury.io/py/workbench" >
                <img src="https://badge.fury.io/py/workbench.png"/>
            </a>
        
        .. |PyPI| raw:: html image
        
            <a href="https://pypi.python.org/pypi/workbench" >
                <img src="https://pypip.in/d/workbench/badge.png"/>
            </a>
        
        
        Pull the repository
        -------------------
        Warning! The repository contains malcious samples, be careful, exclude the workbench directory from AV, etc...
        
        .. code:: sh
        	
        	git clone https://github.com/supercowpowers/workbench.git
        
        Read the Documentation
        ----------------------
        Workbech Documentation: Workbench_Docs_
        
        Email Lists (Forums)
        --------------------
        - Users Email List: Users_Email_List_
        - Developers Email List: Developers_Email_List_
        
        .. _Workbench_Docs: http://workbench.readthedocs.org/en/latest/
        .. _Users_Email_List: https://groups.google.com/forum/#!forum/workbench-users
        .. _Developers_Email_List: https://groups.google.com/forum/#!forum/workbench-devs
        
        
        
        Documentation
        -------------
        
        The full documentation is at http://workbench.rtfd.org. 
        
        
        
        History
        -------
        
        0.1 (2014-06-10)
        ^^^^^^^^^^^^^^^^
        
        * Release of workbench for alpha developers and users.
        
        0.1.5 (2014-06-10)
        ^^^^^^^^^^^^^^^^^^
        
        * Release of workbench for alpha developers and users.
        
        0.2.5 (2014-07-07)
        ^^^^^^^^^^^^^^^^^^
        
        * Release of workbench for alpha developers and users.
        
Keywords: workbench security python
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
