skip to navigation
skip to content

vserver 0.5

Python interface to Linux-VServer for managing hosting systems.

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!
 
File Type Py Version Uploaded on Size # downloads
vserver-0.5-py2.5.egg (md5, pgp) Python Egg 2.5 2010-09-27 18KB 331
vserver-0.5.tar.gz (md5, pgp) Source 2010-09-27 7KB 285