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 | |
- Author: Volker Grabsch
- Home Page: http://www.profv.de/python-vserver/
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Console
- Intended Audience :: Developers
- Intended Audience :: System Administrators
- License :: OSI Approved :: MIT License
- Operating System :: POSIX :: Linux
- Programming Language :: Python
- Topic :: Software Development :: Libraries :: Python Modules
- Topic :: System :: Installation/Setup
- Topic :: System :: Systems Administration
- Topic :: Utilities
- Package Index Owner: vog
- DOAP record: vserver-0.5.xml
