3
0
Fork 0

First commit, basic config (with db) and app handler

this has 100% test coverage and i intend to keep it that way.  api
docs have a good start but still need narrative.  several more things
must be added before i can seriously consider incorporating into
rattail but this seemed a good save point
This commit is contained in:
Lance Edgar 2023-10-28 17:48:37 -05:00
commit 5c3c42d6b3
36 changed files with 3322 additions and 0 deletions

12
docs/api/index.rst Normal file
View file

@ -0,0 +1,12 @@
Package API
===========
This is the "raw" API documentation for the ``wuttjamaican`` package. It hopefully
contains all pertinent info regarding available functions, classes and their
attributes and method signatures etc.
.. toctree::
:maxdepth: 2
wuttjamaican/index

View file

@ -0,0 +1,6 @@
``wuttjamaican.app``
====================
.. automodule:: wuttjamaican.app
:members:

View file

@ -0,0 +1,6 @@
``wuttjamaican.conf``
=====================
.. automodule:: wuttjamaican.conf
:members:

View file

@ -0,0 +1,6 @@
``wuttjamaican.db.conf``
========================
.. automodule:: wuttjamaican.db.conf
:members:

View file

@ -0,0 +1,6 @@
``wuttjamaican.db``
===================
.. automodule:: wuttjamaican.db
:members:

View file

@ -0,0 +1,6 @@
``wuttjamaican.db.sess``
========================
.. automodule:: wuttjamaican.db.sess
:members:

View file

@ -0,0 +1,6 @@
``wuttjamaican.exc``
====================
.. automodule:: wuttjamaican.exc
:members:

View file

@ -0,0 +1,16 @@
``wuttjaimaican``
=================
.. automodule:: wuttjamaican
.. toctree::
:maxdepth: 1
app
conf
db
db.conf
db.sess
exc
util

View file

@ -0,0 +1,6 @@
``wuttjamaican.util``
=====================
.. automodule:: wuttjamaican.util
:members: