Metadata-Version: 1.1
Name: petrel
Version: 0.10.0.0.3
Summary: Storm Topology Builder
Home-page: https://github.com/AirSage/Petrel
Author: bhart
Author-email: UNKNOWN
License: BSD 3-clause
Description: Petrel
        ======
        
        Tools for writing, submitting, debugging, and monitoring Storm topologies in pure Python.
        
        Overview
        ========
        
        Petrel offers some important improvements over the storm.py module provided with Storm:
        
        * Topologies are implemented in 100% Python
        * Petrel's packaging support automatically sets up a Python virtual environment for your topology and makes it easy to install additional Python packages.
        * "petrel.mock" allows testing of single components or single chains of related components.
        * Petrel automatically sets up logging for every spout or bolt and logs a stack trace on unhandled errors.
        
        
Keywords: Storm Topology Builder
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Operating System :: POSIX :: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
