fmn.backends.pagure_models module¶
- class fmn.backends.pagure_models.BASE(**kwargs: Any)[source]¶
Bases:
AsyncAttrs,DeclarativeBase
- class fmn.backends.pagure_models.Project(**kwargs)[source]¶
Bases:
BASEStores the projects.
Table – projects
- property fullname¶
Return the name of the git repo as user/project if it is a project forked, otherwise it returns the project name.