Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Wutta-COREPOS 0.3.0 documentation
Wutta-COREPOS 0.3.0 documentation

Documentation

  • Installation

API

  • wutta_corepos
  • wutta_corepos.app
  • wutta_corepos.conf
  • wutta_corepos.db
  • wutta_corepos.db.model
  • wutta_corepos.handler
  • wutta_corepos.web
  • wutta_corepos.web.db
  • wutta_corepos.web.views
  • wutta_corepos.web.views.corepos
  • wutta_corepos.web.views.corepos.master
  • wutta_corepos.web.views.corepos.members
  • wutta_corepos.web.views.corepos.products
Back to top
View this page

wutta_corepos.app¶

App Provider

class wutta_corepos.app.WuttaCoreposAppProvider(config)[source]¶

The app provider for Wutta-COREPOS.

This adds the get_corepos_handler() method for the app handler.

get_corepos_handler(**kwargs)[source]¶

Get the configured CORE-POS integration handler.

Return type:

CoreposHandler

Next
wutta_corepos.conf
Previous
wutta_corepos
Copyright © 2025, Lance Edgar
Made with Sphinx and @pradyunsg's Furo
On this page
  • wutta_corepos.app
    • WuttaCoreposAppProvider
      • WuttaCoreposAppProvider.get_corepos_handler()