Metadata-Version: 2.1
Name: clldmpg
Version: 4.3.1
Summary: Python library supporting development of CLLD apps maintained by MPI EVA
Home-page: https://github.com/clld/clldmpg
Author: Robert Forkel
Author-email: robert_forkel@eva.mpg.de
License: Apache 2.0
Project-URL: Bug Tracker, https://github.com/clld/clldmpg/issues
Keywords: web pyramid
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE

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.
```ini
[mako]
directories_list = concepticon:templates clldmpg:templates clld:web/templates
```
