Notice!
PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities.
Create your free Platform account
to download ActivePython or customize Python with the packages you require and get automatic updates.
Download
ActivePython
INSTALL>
pypm install vserver
How to install vserver
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install vserver
| Python 2.7 | Python 3.2 | Python 3.3 |
---|
Windows (32-bit) | | | |
---|
Windows (64-bit) | | | |
---|
Mac OS X (10.5+) | | | |
---|
Linux (32-bit) | | | |
---|
Linux (64-bit) | | | |
---|
Lastest release
version 0.6 on May 24th, 2012
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!