str
|
version()
Return the SOAP API version |
|
|
str
|
latest_version(source)
Return the latest (known) version of a given source package. |
|
|
dict with str keys and values
|
versions(source)
Return all the (known) versions of a given source package. |
|
|
str
|
maintainer_name(source)
Return the name of the maintainer of a given source package. |
|
|
str
|
maintainer_email(source)
Return the email of the maintainer of a given source package. |
|
|
dict with str keys and values
|
maintainer(source)
Return information about the maintainer of a given source package. |
|
|
list of str
|
uploader_names(source)
Return the names of all the uploaders of a given source package. |
|
|
list of str
|
uploader_emails(source)
Return the emails of all the uploaders of a given source package. |
|
|
list of dict with str keys and
values
|
uploaders(source)
Return information about all the uploaders of a given source package. |
|
|
str
|
standards_version(source)
Return latest Standards-Version value of a given source
package, i.e., latest version of the policy
manual that the package declares to be conforming to. |
|
|
str
|
priority(source)
Return the Priority value of a given source package. |
|
|
str
|
section(source)
Return the Section value of a given source package. |
|
|
list of str
|
binary_names(source)
Return the names of all the binary packages of a given source
package. |
|
|
dict with str keys and int
values
|
lintian(source)
Return the lintian summary for a given source package. |
|
|
dict with str keys and int
values
|
bug_counts(source)
Return the bug summary for a given source package. |
|
|
|
|
|
|
|
files(source)
NOT IMPLEMENTED. |
|
|
|
|
|
|
|
|
|
|
todos(source)
NOT IMPLEMENTED. |
|
|
|
|
|
|
|
news(source)
NOT IMPLEMENTED. |
|
|
|
|
|