Metadata-Version: 2.1
Name: virtualbricks
Version: 1.0.11
Summary: Virtualbricks Virtualization Tools
Home-page: https://github.com/virtualsquare/virtualbricks
Author: Virtualbricks team
License: GPLv2
Description: =============
        Virtualbricks
        =============
        
        Virtualbricks is a frontend for the management of Qemu Virtual Machines
        (VMs) and VDE virtualized network devices (switches, channel emulators,
        etc.). Although it can be used to manage isolated VMs, its peculiar aim
        is to design and manage testbeds consisting of many VMs interconnected
        by VDE elements. In other words, it allows to extend the concept of VM
        to testbeds, which thanks to Virtualbricks can become entirely
        software-defined.
        
        Installation
        ============
        
        Virtualbricks is installable with pip but it won't work. It depends
        indeed on pygtk which is not installable via pip. The first solution is
        to install pygtk from your distribution's packages and to install
        Virtualbricks with pip::
        
           pip install --user .
        
        The second solution is to install Virtualbricks from the DEB or RPM
        packages. Available soon.
        
        Note also that if you install Virtualbricks with pip, you must be able
        to install the dependencies, most notably pygraphviz. Pygraphviz
        requires a compiler, pkg-config and the development libraries for
        graphviz (libgraphviz-dev in Debian).
        
        .. vim: ft=rst tw=72
        
Platform: linux2
Platform: linux
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Environment :: X11 Applications :: GTK
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX :: Linux
Provides-Extra: test
