#10 [EPIC] Make it easier write application on top of rpkg
Opened by cqi. Modified

Currently, any package tool built on top of rpkg has to write its own __main__.py in the source tree, and repeat almost all the code that basically mean copy/paste. This EPIC aims to solve this issue. Ideally, anyone who would like to write an app based on rpkg, he/she can do

import pyrpkg
class Fedpkg(rpkg.App):
    name = 'fedpkg'
    ...

Metadata Update from @cqi:
- Issue assigned to cqi

Metadata