完整的和易于使用的Python包装与SUSE Studio Web交互平台。
资 源 简 介
This is a Python library that works with the Suse Studio API. This libraries uses XML-RPC, that’s not necessarily good but I just thought it fit better in to Python since XML-RPC is part of the standard python library. The format that the API functions return is a nested dictionary, it might change later to something more palatable.
Other features include a streamlined authentication process and an integrated upload method.
Anyway, this whole library came to be because I am working on a Suse Studio client that I will be releasing shortly i think. Here is how it works:
```
from pysusestudio import pysusestudio
username = "myusername"
password = "mypassword"
Instantiate with Basic (HTTP) Authentication
objSS = pysusestudio.pySuseStudio(username, password)
This returns the Account information
account = objSS.getAccount()
print account
```
Sponsored by ![](http://www.ja
文 件 列 表
.DS_Store
.svn
all-wcprops
entries
format
prop-base
props
text-base
tmp
all-wcprops
entries
format
all-wcprops
entries
format
all-wcprops
entries
format
all-wcprops
entries
format
all-wcprops
entries
format
all-wcprops
entries
format
all-wcprops
entries
format
all-wcprops
entries
format
AUTHORS
CHANGELOG
doc
.DS_Store
.svn
html
img
latex
man
LICENSE
PKG-INFO
pysusestudio
.DS_Store
.svn
__init__.py
pysusestudio.py
README
setup.py
test.py