2
0
Fork 0
wuttjamaican/docs/index.rst

52 lines
1.1 KiB
ReStructuredText
Raw Permalink Normal View History

WuttJamaican
============
This package aims to provide a "base layer" for apps regardless of
platform or environment (console, web, GUI).
2023-11-24 15:49:57 -06:00
It comes from patterns developed within the `Rattail Project`_, and
roughly corresponds with the "base and data layers" as described in
:doc:`rattail-manual:index`.
.. _Rattail Project: https://rattailproject.org/
2023-11-24 19:47:08 -06:00
Good documentation and 100% `test coverage`_ are priorities for this
project.
.. _test coverage: https://buildbot.rattailproject.org/coverage/wuttjamaican/
Features
--------
* flexible configuration, using config files and/or DB settings table
2023-11-24 15:49:57 -06:00
* flexible architecture, abstracting various portions of the overall app
2023-11-24 19:14:48 -06:00
* flexible database support, using `SQLAlchemy`_
.. _SQLAlchemy: https://www.sqlalchemy.org
See also these projects which build on WuttJamaican:
* :doc:`wutta-continuum:index`
* `WuttaWeb <https://rattailproject.org/docs/wuttaweb/>`_
Contents
--------
.. toctree::
:maxdepth: 3
glossary
narr/index
api/index
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`