change(python): put pkgbase routes & impl into their own modules
Introduces new router:
aurweb.routers.pkgbase
Introduces new package:
aurweb.pkgbase
Introduces new modules:
aurweb.pkgbase.actions
aurweb.pkgbase.util
Changes:
-
pkgbase_{action}_instance
functions are now located inaurweb.pkgbase.actions
. -
pkgbase
-wise routes have been moved toaurweb.routers.pkgbase
. -
make_single_context
was moved toaurweb.pkgbase.util.make_context
.
Signed-off-by: Kevin Morris kevr@0cost.org
Edited by Kevin Morris