Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.47 KB

index.rst

File metadata and controls

48 lines (39 loc) · 1.47 KB

AnyBlok documentation

AnyBlok is a Python framework allowing to create highly dynamic and modular applications on top of SQLAlchemy. Applications are made of "bloks" that can be installed, extended, replaced, upgraded or uninstalled. Bloks can provide SQL Models, Column types, Fields, Mixins, SQL views, or plain Python code unrelated to the database. Models can be dynamically customized, modified, or extended without strong dependencies between them, just by adding new bloks. Bloks are declared using setuptools entry-points.

AnyBlok is released under the terms of the Mozilla Public License.

.. toctree::
    :maxdepth: 2

    FRONT.rst
    HOWTO_CREATE_APP.rst
    HOWTO_ADD_ENTRY_OR_CORE_TYPE.rst
    HOWTO_Environment.rst
    MEMENTO.rst
    CODE.rst
    UNITTEST.rst
    BLOKS.rst
    CHANGES.rst
    ROADMAP.rst
    LICENSE.rst

Indices and tables