3
0
Fork 0
Base package for Wutta Framework
Find a file
Lance Edgar a25712ef54 fix: let config class specify default app handler, engine maker
this avoids the need for a config subclass to use `setdefault()` hacks
to specify default app handler for instance, since that approach must
compete with config extensions who also may wish to do that.

similar concept for the engine maker; notably the rattail project
needs to override this function somewhat and we need a way to allow
for that without (re-)introducing the app handler here.
2024-07-04 07:24:07 -05:00
docs docs: use accurate package version when building docs 2024-06-30 20:40:23 -05:00
src/wuttjamaican fix: let config class specify default app handler, engine maker 2024-07-04 07:24:07 -05:00
tests fix: let config class specify default app handler, engine maker 2024-07-04 07:24:07 -05:00
.gitignore feat: replace setup.cfg with pyproject.toml 2024-06-10 13:32:03 -05:00
CHANGELOG.md bump: version 0.3.0 → 0.3.1 2024-06-14 17:33:47 -05:00
COPYING.txt First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00
pyproject.toml docs: use furo docs theme instead of alabaster 2024-06-30 20:22:42 -05:00
README.rst Use ReST instead of markdown for README 2023-11-24 16:55:37 -06:00
tasks.py build: parse version from pyproject.toml when building release 2024-06-10 13:42:59 -05:00
tox.ini Revert "Add support for python 3.12" 2024-05-31 14:03:02 -05:00

==============
 WuttJamaican
==============

Base package for Wutta Framework

See docs at https://rattailproject.org/docs/wuttjamaican/