|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
create(self,
name,
epoch,
version,
release,
arch,
description,
checksum_type,
checksum,
filename)
Create a new Package object and return it |
source code
|
|
|
|
|
package(self,
id)
Return a single Package object based on the id |
source code
|
|
|
packages(self,
name=None,
epoch=None,
version=None,
release=None,
arch=None,
filename=None,
checksum_type=None,
checksum=None)
Return a list of all package version objects matching search terms |
source code
|
|
|
package_by_ivera(self,
name,
version,
epoch,
release,
arch)
Returns the package version identified by the given package and VERA. |
source code
|
|
|
package_descriptions(self,
spec=None)
List of all package names and descriptions (will not contain package
version information). |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
|
|
|
insert(self,
object,
check_keys=False)
Insert the object document to the database |
source code
|
|
|
update(self,
object)
Write the object document to the database |
source code
|
|