Metadata-Version: 1.1
Name: odltools
Version: 0.0.1.dev59
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
Description: 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 get mdsal model dumps, openvswitch flow dumps
        and extracting dumps from CSIT output.xml files.
        
        odltool's documentation can be found at `Read The Docs - TBD <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 projects 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,
        - `documentation TBD <http://odltools.readthedocs.org/>`_ improvements,
        - `bug reports <https://github.com/shague/odltools/issues>`_,
        - `contribution reviews <https://github.com/shague/odltools/pulls>`_.
        
        Please see the `Contributor Guidelines <http://github.com/shague/odltools/CONTRIBUTING.rst>`_
        for information about contributing.
        
        Licensing
        ---------
        
        See the `LICENSE <http://github.com/shague/odltools/LICENSE.txt>`_ file
        
        
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
