Home | Trees | Indices | Help |
|
---|
|
object --+ | Implementation
An Implementation is a package which implements an Interface.
Instance Methods | |||
|
|||
Stability |
|
||
str |
|
||
|
|||
int |
|
||
int |
|
||
bool |
|
||
|
|||
str |
|
||
bool |
|
||
Inherited from |
Class Variables | |
arch = property(lambda self: _join_arch(self.os, self.machine))
|
|
os = None Create a new digest. |
|
digests = None Create a new digest. |
|
main = property(_get_main, _set_main)
|
Instance Variables | |
str | None |
local_path = None the directory containing this local implementation, or None if it isn't local (id isn't a path) |
bool |
requires_root_install = False whether the user will need admin rights to use this |
[Binding] |
bindings how to tell this component where it itself is located (since 0.31) |
{str: Command} |
commands ways to execute as a program |
[RetrievalMethod] |
download_sources list of methods of getting this implementation |
[ZeroInstallFeed] |
feed the feed owning this implementation (since 0.32) |
id a unique identifier for this Implementation |
|
str |
langs natural languages supported by this package |
{"[URI ]localName": str} |
metadata extra metadata from the feed |
released release date |
|
[Dependency] |
requires interfaces this package depends on |
[insecure | buggy | developer | testing | stable | packaged] |
upstream_stability the stability reported by the packager |
user_stability the stability as set by the user |
|
version a parsed version number |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
repr(x)
|
Newer versions come first
|
hash(x)
|
|
Return the version as a string.
See Also: format_version |
Is this Implementation available locally? (a local implementation, an installed distribution package, or a cached ZeroInstallImplementation)
Since: 0.53 |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:07 2013 | http://epydoc.sourceforge.net |