Metadata-Version: 1.0
Name: jedha
Version: 0.1.2
Summary: jedha - Easy Cisco CDP Parser
Home-page: UNKNOWN
Author: Richard Strnad
Author-email: cisco-cdp-parser@strnad.ch
License: UNKNOWN
Description: ========================================================
        Jedha - Easy Cisco CDP Parse
        ========================================================
        
        .. image:: https://img.shields.io/travis/richardstrnad/jedha/master.svg?style=flat-square
           :target: https://travis-ci.org/richardstrnad/jedha
           :alt: Travis CI Status
        
        .. image:: https://img.shields.io/pypi/v/jedha.svg?style=flat-square
           :target: https://pypi.python.org/pypi/jedha/
           :alt: Version
        
        .. image:: https://img.shields.io/github/tag/richardstrnad/jedha.svg?style=flat-square   
           :target: https://github.com/richardstrnad/jedha
           :alt: GitHub Version
        
        .. image:: http://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square
           :target: https://www.gnu.org/copyleft/gpl.html
           :alt: License
        
        .. image:: https://img.shields.io/github/issues/richardstrnad/jedha.svg?style=flat-square
           :target: https://github.com/richardstrnad/jedha/issues
           :alt: Issues
        
        .. image:: https://img.shields.io/github/stars/richardstrnad/jedha.svg?style=flat-square
           :target: https://github.com/richardstrnad/jedha/stargazers
           :alt: Stars
        
        .. image:: https://img.shields.io/badge/Richard-Strnad-blue.svg?style=flat-square
           :alt: RichardStrnad
        
        .. contents:: Table of Contents
        
        .. _introduction:
        
        Introduction: What is jedha?
        =====================================
        
        jedha is a Python_ library, which parses through Cisco CDP output and generates 
        python objects out of it.
        
        
        Docs
        ====
        
        - The Docs follow soon...
        - jedha tutorial follow soon...
        
        .. _Pre-Requisites:
        
        Pre-requisites
        ==============
        
        jedha_ requires Python versions 3.2+; the OS should not
        matter. If you want to run it under a Python virtualenv_, it's been heavily 
        tested in that environment as well.
        
        .. _Installation:
        
        Installation and Downloads
        ==========================
        
        The best way to get jedha is with or pip_. 
        ::
        
              pip install --upgrade jedha
        
        
        Otherwise `download it from PyPi <https://pypi.python.org/pypi/jedha>`_, extract it and run the ``setup.py`` script:
        
        ::
        
              python setup.py install
        
        If you're interested in the source, you can always pull from the `github repo`_:
        
        
        - From github_:
        
        ::
        
              git clone https://github.com/richardstrnad/jedha.git
        
        .. _Samples:
        
        Samples
        =======
        
        ::
        
            python samples/sample_script.py samples/sample_input.txt
            python samples/sample_script_ciscocmd.py samples/sample_input_ciscocmd.txt
        
        
        .. _Unit-Tests:
        
        Unit-Tests
        ==========
        
        `Travis CI project <https://travis-ci.org>`_ tests jedha on Python versions 3.4 through 3.7-dev
        
        Click the image below for details; the current build status is:
        
        .. image:: https://img.shields.io/travis/richardstrnad/jedha/master.svg?style=flat-square
           :target: https://travis-ci.org/richardstrnad/jedha
           :alt: Travis CI Status
        
        .. _`License and Copyright`:
        
        License and Copyright
        =====================
        
        jedha_ is licensed GPLv3_; 
        2016.
        
        
        .. _Author:
        
        Author and Thanks
        =================
        
        jedha_ was developed by Richard Strnad
        
        .. _jedha: https://pypi.python.org/pypi/jedha
        
        .. _Python: http://python.org/
        
        .. _setuptools: https://pypi.python.org/pypi/setuptools
        
        .. _pip: https://pypi.python.org/pypi/pip
        
        .. _virtualenv: https://pypi.python.org/pypi/virtualenv
        
        .. _`github repo`: https://github.com/richardstrnad/jedha
        
        .. _github: https://github.com/richardstrnad/jedha
        
        .. _`GPLv3`: http://www.gnu.org/licenses/gpl-3.0.html
Platform: UNKNOWN
