| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Manager To use the parcel manager, retrieve an instance of it by using the class method get(): |
|||
|
Parcel The parcel item class. |
|||
| Reference | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__parcel__ =
|
|||
logger = logging.getLogger(__name__)
|
|||
timing = True
|
|||
|
|||
Load the parcel defined by entrypoint `ep` into repository view `rv` `ep` should be an entry point yielded by ``loadable_parcels()``, and `rv` should be a repository view. The egg corresponding to the entry point, along with any dependencies, must already be on sys.path. If a parcel already exists in `rv` for the entrypoint, it is updated if its version doesn't match the version of the egg containing the entry point. If no parcel exists, it is created. |
Find the parcel item defined by entrypoint `ep` into repository view `rv` `ep` should be an entry point yielded by ``loadable_parcels()``, and `rv` should be a repository view. Return `None` if it doesn't exist. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sun Oct 28 06:06:58 2007 | http://epydoc.sourceforge.net |