yum.pkgtag_db

yum.pkgtag_db.catchSqliteException(func)

This decorator converts sqlite exceptions into PkgTagsError

PackageTagDB

class yum.pkgtag_db.PackageTagDB(repoid, sqlite_file)

Bases: object

count

Number of entries in the pkgtag DB

search_names(name)

Search by package name/glob. Return dict of dict[packagename] = [tag1, tag2, tag3, tag4, ...]

search_tags(tag)

Search by tag name/glob Return dict of dict[packagename] = [stringmatched, stringmatched, ...]

PackageTags

class yum.pkgtag_db.PackageTags

Bases: object

Table Of Contents

Previous topic

yum.pgpmsg

Next topic

yum.plugins

This Page