Metadata-Version: 1.1
Name: ramona
Version: 0.9b6
Summary: Enterprise-grade runtime supervisor
Home-page: http://ateska.github.com/ramona/
Author: Ales Teska
Author-email: ales.teska+ramona@gmail.com
License: BSD 2-clause "Simplified" License
Download-URL: http://pypi.python.org/pypi/ramona
Description: ======
        Ramona
        ======
        
        Ramona is an enterprise-grade runtime supervisor that allows controlling and monitoring software programs during their execution life cycle.
        
        It is primarily meant to be blended into your project source code set to provide supervisor/console functionality of init.d-like start/stop control, task frontend (e.g. unit/functional/performance test launcher) and other command-line oriented features. It should ideally represent the only executable of the project - kind of 'dispatcher' to rest of a project. It is design the way that you should be able to extend that easily if needed (e.g. to include your own tasks).
        
        For more info see http://ateska.github.com/ramona/
        
        Documentation can be found here: http://ateska.github.com/ramona/manual
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
Requires: pyev
