Metadata-Version: 1.1
Name: omego
Version: 0.0.4
Summary: OME installation and administration tool
Home-page: https://github.com/ome/omego
Author: The Open Microscopy Team
Author-email: ome-devel@lists.openmicroscopy.org.uk
License: GPLv2
Description: OME, Go (omego)
        ===============
        
        The omego command provides utilities for installing and managing OME applications.
        
        |Build Status|
        
        Getting Started
        ---------------
        
        For Python 2.6, you will need to install `argparse`_
        
        ::
        
            $ pip install argparse
        
        With that, it's possible to execute omego:
        
        ::
        
            $ python omego/main.py
        
        With that, it's possible to execute omego:
        
        ::
        
            $ python omego/main.py
        
        Pip installation
        -----------------
        
        To install the latest release of omego use pip install:
        
        ::
        
            $ pip install omego
            $ omego
        
        License
        -------
        
        omego is released under the GPL.
        
        Copyright
        ---------
        
        2013, The Open Microscopy Environment
        
        .. |Build Status| image:: https://travis-ci.org/ome/omego.png
           :target: http://travis-ci.org/ome/omego
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
