Metadata-Version: 2.1
Name: gns3-net-converter
Version: 1.3.0
Summary: Official fork by GNS3 team of the gns3 converter.Convert old ini-style GNS3 topologies (<=0.8.7) to the newer version 1+ JSON format
Home-page: https://github.com/gns3/gns3-converter
Author: GNS3 Team
Author-email: developers@gns3.net
License: GPLv3+
Platform: any
Classifier: Development Status :: 5 - Production/Stable
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
License-File: COPYING

gns3-converter: GNS3 Topology Converter
***************************************

The original code is from Daniel Lintott:
https://github.com/dlintott/gns3-converter

The GNS3 team forked it in order to update it for the last versions of GNS3.

.. image:: https://travis-ci.org/gns3/gns3-converter.svg?branch=master
    :target: https://travis-ci.org/gns3/gns3-converter

.. image:: https://img.shields.io/coveralls/gns3/gns3-converter/master.svg
    :target: https://coveralls.io/r/gns3/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. It will also convert all QEMU based devices (QEMU VM, ASA, PIX, JUNOS &
IDS). VPCS nodes will be converted to cloud devices due to lack of information
the 0.8.7 topology files.

For topologies containing snapshots, the snapshots will also be converted to
the new format automatically.

Documentation
=============
Current documentation for gns3-converter can be found here:
 http://gns3-converter.readthedocs.org/en/latest/


