Metadata-Version: 1.1
Name: gns3-converter
Version: 0.3.1
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 will convert all IOS, Cloud and VirtualBox devices to the new
        format. VPCS nodes will be converted to cloud devices due to lack of
        information the 0.8.7 topology files.
        
        QEMU nodes will not be converted currently. This will be implemented once it
        has been implemented in GNS3 v1
        
        For topologies containing snapshots, the snapshots will not currently be saved
        until snapshots have been implemented in GNS3 v1
        
        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
