Metadata-Version: 1.1
Name: gns3-converter
Version: 0.1.3
Summary: Convert old ini-style GNS3 topologies (<=0.8.7) to the newer version 1+ JSON format
Home-page: https://github.com/dlintott/gns3-converter
Author: Daniel Lintott
Author-email: daniel@serverb.co.uk
License: GPLv3+
Description: gns3-converter: GNS3 Topology Converter
        ***************************************
        
        .. image:: https://travis-ci.org/dlintott/gns3-converter.svg?branch=master
            :target: https://travis-ci.org/dlintott/gns3-converter
        
        .. image:: https://img.shields.io/coveralls/dlintott/gns3-converter/master.svg
            :target: https://coveralls.io/r/dlintott/gns3-converter?branch=master 
        
        .. image:: https://img.shields.io/pypi/v/gns3-converter.svg
            :target: https://pypi.python.org/pypi/gns3-converter
        
        .. image:: https://img.shields.io/pypi/l/gns3-converter.svg
            :target: https://pypi.python.org/pypi/gns3-converter
        
        GNS3 Converter is designed to convert old ini-style GNS3 topologies (<=0.8.7)
        to the newer version v1+ JSON format for use in GNS3 v1+
        
        The converter should convert all IOS and Cloud Devices to the new format, but
        currently will not convert VirtualBox, VPCS and QEMU nodes.
        
        Documentation
        =============
        Current documentation for gns3-converter can be found here:
         http://gns3-converter.readthedocs.org/en/latest/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Education
Classifier: Topic :: Utilities
