Metadata-Version: 1.1
Name: netengine
Version: 0.1.alpha
Summary: Abstraction layer for extracting information from network devices.
Home-page: https://github.com/nemesisdesign/netengine
Author: Federico Capoano (nemesisdesign)
Author-email: ninux-dev@ml.ninux.org
License: MIT
Description: =========
        netengine
        =========
        
        .. image:: https://readthedocs.org/projects/netengine/badge/?version=latest
            :target: https://readthedocs.org/projects/netengine/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://landscape.io/github/ninuxorg/netengine/master/landscape.png
            :target: https://landscape.io/github/ninuxorg/netengine/master
            :alt: Code Health
        
        .. image:: https://requires.io/github/ninuxorg/netengine/requirements.png?branch=master
            :target: https://requires.io/github/ninuxorg/netengine/requirements/?branch=master
            :alt: Requirements Status
        
        Abstraction layer for extracting information from network devices.
        
        ------------------------------
        
        Documentation: http://netengine.rtfd.org
        
        Contribute
        ==========
        
        1. Join the `ninux-dev mailing list`_
        2. Fork this repo
        3. Follow `PEP8, Style Guide for Python Code`_
        4. Write code
        5. Write tests for your code
        6. Ensure all tests pass
        7. Ensure test coverage is not under 90%
        8. Document your changes
        9. Send pull request
        
        .. _PEP8, Style Guide for Python Code: http://www.python.org/dev/peps/pep-0008/
        .. _ninux-dev mailing list: http://ml.ninux.org/mailman/listinfo/ninux-dev
        
        License
        =======
        
        Copyright (c) 2013 Federico Capoano
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in
        all copies or substantial portions of the Software.
        
        Except as contained in this notice, the name(s) of the above copyright holders
        shall not be used in advertising or otherwise to promote the sale,
        use or other dealings in this Software without prior written authorization.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        THE SOFTWARE.
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Networking
