Metadata-Version: 1.0
Name: vserver
Version: 0.5
Summary: Python interface to Linux-VServer for managing hosting systems.
Home-page: http://www.profv.de/python-vserver/
Author: Volker Grabsch
Author-email: vog@notjusthosting.com
License: UNKNOWN
Description: Example:
        
        >>> import vserver
        >>> test1 = vserver.HostingVServer(u'test1')
        >>> test1.build(ip=u'10.0.0.1',
        ...             fqdn=u'test1.localhost',
        ...             mirror=u'http://ftp.fr.debian.org/debian/',
        ...             timezone=u'Europe/Paris')
        >>> test1.install_ssh()
        >>> test1.delete()  # dangerous!
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
