An Implementation is a package which implements an Interface.
|
|
__init__(self,
feed,
id)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
__cmp__(self,
other)
Newer versions come first |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__
|
|
[Binding]
|
bindings
how to tell this component where it itself is located (since 0.31)
|
|
[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
|
|
|
langs
natural languages supported by this package
|
|
|
main
the default file to execute when running as a program
|
|
{"[URI ]localName": str}
|
metadata
extra metadata from the feed
|
|
|
released
release date
|
|
|
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
|