Skip to content
  • Kevin Morris's avatar
    change(python): put pkgbase routes & impl into their own modules · bd2ad9b6
    Kevin Morris authored
    
    
    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 in
      `aurweb.pkgbase.actions`.
    - `pkgbase`-wise routes have been moved to
      `aurweb.routers.pkgbase`.
    - `make_single_context` was moved to
      `aurweb.pkgbase.util.make_context`.
    
    Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
    bd2ad9b6