Python library supporting development of CLLD apps maintained by MPI EVA


Keywords
web, pyramid
License
Apache-2.0
Install
pip install clldmpg==4.3.0

Documentation

clldmpg

Python library providing common functionality for CLLD apps maintained in affiliation with the MPG.

Provides an MPG specific pyramid app scaffold and a pyramid package to be included by a clld app.

Note: The templates directory provided by this package must be specified in an app's appconf.ini in the correct position to make template lookup work, e.g.

[mako]
directories_list = concepticon:templates clldmpg:templates clld:web/templates