Metadata-Version: 1.0
Name: flower
Version: 0.2.0
Summary: Celery Flower
Home-page: https://github.com/mher/flower
Author: Mher Movsisyan
Author-email: mher.movsisyan@gmail.com
License: BSD
Description: Celery Flower
        =============
        
        Web based Celery administration and monitoring tool. Screenshots_.
        
        .. _Screenshots: https://github.com/mher/flower/tree/master/docs/screenshots
        
        Features
        --------
        
        * Workers monitoring and management
        * Configuration viewer
        * Worker pool control
        * Broker options viewer
        * Queues management
        * Tasks execution statistics
        * Task viewer
        
        Usage
        -----
        
        Launch the server and open http://localhost:8008: ::
        
            $ flower --port=8008
        
        Or launch from celery: ::
        
            $ celery flower --port=8008
        
        Installation
        ------------
        
        To install, simply: ::
        
            $ pip install flower
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: System :: Distributed Computing
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
