Metadata-Version: 2.0
Name: opx
Version: 0.0.1
Summary: UNKNOWN
Home-page: https://github.com/theucke/opx-develop
Author: Tyler Heucke
Author-email: tyler.heucke@dell.com
License: MIT
Keywords: openswitch,opx
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: click
Requires-Dist: click-completion
Requires-Dist: click-log
Requires-Dist: colorama
Requires-Dist: delegator.py
Requires-Dist: docker
Requires-Dist: dockerpty
Requires-Dist: halo

OpenSwitch Development Tool
===========================

-----

.. contents:: **Table of Contents**
    :backlinks: none

Installation
------------

opx is distributed on `PyPI <https://pypi.org>`_ as a universal
wheel and is available on Linux/macOS and Windows and supports
Python 3.6+ and PyPy.

.. code-block:: bash

    $ pip install opx

Requirements
~~~~~~~~~~~~

- `Docker <https://docs.docker.com/engine/installation/>`_
- `Repo <https://source.android.com/setup/downloading#installing-repo>`_

Getting Started
---------------

.. code-block:: bash

    $ opx init
    $ opx build

Command Line Completion
-----------------------

Run the command corresponding with your shell. Add to your shell startup file for persistent autocomplete.

.. code-block::

    # bash
    eval "$(_OPX_COMPLETE=source-bash opx)"

    # zsh
    eval "$(_OPX_COMPLETE=source-zsh opx)"

    # fish
    eval (env _OPX_COMPLETE=source-fish opx)

License
-------

opx is distributed under the terms of the
`MIT License <https://choosealicense.com/licenses/mit>`_.


