1
0
Fork 0
Base package for Wutta Framework
Go to file
Lance Edgar c3efbfbf7b fix: ensure config has no app when constructor finishes
had to move `make_engine_from_config()` out of app handler and define
as a separate function, so that `get_engines()` did not need to
instantiate the app handler.  because if it did, then config
extensions would lose the ability to set a default app handler - er,
they could do it but it would be ignored
2024-07-04 06:21:38 -05:00
docs docs: use accurate package version when building docs 2024-06-30 20:40:23 -05:00
src/wuttjamaican fix: ensure config has no app when constructor finishes 2024-07-04 06:21:38 -05:00
tests fix: ensure config has no app when constructor finishes 2024-07-04 06:21:38 -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/