Metadata-Version: 2.0
Name: odltools
Version: 0.1.16
Summary: Tools for troubleshooting OpenDaylight
Home-page: http://github.com/shague/odltools
Author: Sam Hague
Author-email: shague@gmail.com
License: Eclipse Public License 1.0
Platform: All
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Dist: requests

odltools
========

.. image:: https://travis-ci.org/shague/odltools.png?branch=master
   :target: https://travis-ci.org/shague/odltools

.. image:: https://pypip.in/d/odltools/badge.png
   :target: https://pypi.python.org/pypi/odltools

.. image:: https://pypip.in/v/odltools/badge.png
   :target: https://pypi.python.org/pypi/odltools

.. image:: https://pypip.in/wheel/odltools/badge.png
   :target: https://pypi.python.org/pypi/odltools
   :alt: Wheel Status

.. image:: https://pypip.in/license/odltools/badge.png
   :target: https://pypi.python.org/pypi/odltools
   :alt: License

A tool to troubleshoot the NetVirt OpenDaylight OpenStack integration.

The tool can fetch mdsal model dumps, openvswitch flow dumps
and extract dumps from CSIT output.xml files.

odltool's documentation can be found at `Read The Docs <http://odltools.readthedocs.org>`_.

Requirements
------------

* python 2.7, 3.3, 3.4, 3.5, 3.6
* requests

Installation
------------
::

  pip install odltools

Usage
-----
::

  usage: python -m odltools [-h] [-v] [-V] {csit,model,analyze} ...

  OpenDaylight Troubleshooting Tools

  optional arguments:
    -h, --help            show this help message and exit
    -v, --verbose         verbosity (-v, -vv)
    -V, --version         show program's version number and exit

  subcommands:
    Command Tool

    {csit,model,analyze}

Contribute
----------
``odltools`` is an open source project that welcomes any and all contributions
from the community. odltools is hosted on `GitHub <http://github.com/shague/odltools>`_
.

Feel free to contribute to:

- `code <https://git.opendaylight.org/gerrit/gitweb?p=odltools.git>`_,
- `documentation <http://odltools.readthedocs.org>`_,
- `bug reports <https://jira.opendaylight.org/projects/ODLTOOLS>`_,
- `contribution reviews <https://git.opendaylight.org/gerrit/#/q/project:odltools>`_.

Please see the `Contributor Guidelines <https://git.opendaylight.org/gerrit/gitweb?p=odltools.git;a=blob;f=CONTRIBUTING.rst>`_
for information about contributing.

Licensing
---------
See the `LICENSE <http://github.com/shague/odltools/LICENSE.txt>`_ file



