Metadata-Version: 2.1
Name: vertibird
Version: 0.0.4
Summary: A really, really simple Python virtualization module which interfaces directly with QEMU.
Home-page: https://github.com/naphthasl/vertibird
Author: Naphtha Nepanthez
Author-email: naphtha@lotte.link
License: MIT
Description: 
        Vertibird is a dead-simple virtualization library based around direct access to
        QEMU. Because I couldn't be bothered to figure out how the hell the crappy
        libvirt C bindings work. I also couldn't be bothered to write a million lines
        of XML. Screw that.
        
        Currently only tested on x86_64, and probably only works on x86_64. Usage is
        also only possible on Linux, this library is NOT cross-platform. It would've
        taken an infinitely longer amount of time to write this for Windows, since it
        makes use of features such as named pipes.
        
        PyPi: https://pypi.org/project/vertibird/
        
        GitHub & Further Information: https://github.com/naphthasl/vertibird
        
        License: MIT (see LICENSE for details)
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
