Metadata-Version: 2.4
Name: omego
Version: 0.8.0rc1
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
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
License-File: LICENSE.txt
Requires-Dist: future
Requires-Dist: yaclifw>=0.1.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

OME, Go (omego)
===============

.. image:: https://github.com/ome/omego/actions/workflows/workflow.yml/badge.svg
   :target: https://github.com/ome/omego/actions

.. image:: https://badge.fury.io/py/omego.svg
    :target: https://badge.fury.io/py/omego

The omego command provides utilities for installing and managing OME applications.

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

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-2016, The Open Microscopy Environment

.. _argparse: http://pypi.python.org/pypi/argparse
