Metadata-Version: 2.1
Name: lunes-cms
Version: 2024.5.0
Summary: Content Management System for the Lunes Vocabulary Trainer App
Home-page: https://lunes.app/
Author: Tür an Tür – Digitalfabrik gGmbH
Author-email: tech@integreat-app.de
License: Apache License 2.0
Project-URL: Documentation, https://lunes-cms.rtfd.io
Project-URL: Issues, https://github.com/digitalfabrik/lunes-cms/issues
Project-URL: Source Code, https://github.com/digitalfabrik/lunes-cms
Project-URL: Release Notes, https://digitalfabrik.github.io/integreat-cms/changelog.html
Keywords: lunes,cms,django,e-learning,vocabulary,trainer,vocabulary-trainer,visual-vocabulary-trainer
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
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: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE.md
Requires-Dist: django==3.2.21
Requires-Dist: django-jazzmin==2.6.0
Requires-Dist: django-mptt==0.15.0
Requires-Dist: django-qr-code==3.1.1
Requires-Dist: djangorestframework==3.14.0
Requires-Dist: drf-spectacular==0.26.5
Requires-Dist: ipython==8.16.0
Requires-Dist: pillow==10.0.1
Requires-Dist: psycopg2==2.9.8
Requires-Dist: pydub==0.25.1
Provides-Extra: dev
Requires-Dist: black==23.9.1; extra == "dev"
Requires-Dist: bumpver==2023.1126; extra == "dev"
Requires-Dist: pre-commit==3.4.0; extra == "dev"
Requires-Dist: pyjwt==2.8.0; extra == "dev"
Requires-Dist: pylint-django==2.5.3; extra == "dev"
Requires-Dist: pylint-runner==0.6.0; extra == "dev"
Requires-Dist: shellcheck-py==0.9.0.6; extra == "dev"
Requires-Dist: twine==4.0.2; extra == "dev"
Provides-Extra: doc
Requires-Dist: sphinx==7.2.6; extra == "doc"
Requires-Dist: sphinx-rtd-theme==1.3.0; extra == "doc"
Requires-Dist: sphinx-last-updated-by-git==0.3.6; extra == "doc"
Requires-Dist: sphinxcontrib-django==2.5; extra == "doc"
Provides-Extra: test
Requires-Dist: pytest-circleci-parallelized==0.1.0; extra == "test"
Requires-Dist: pytest-cov==4.1.0; extra == "test"
Requires-Dist: pytest-django==4.5.2; extra == "test"
Requires-Dist: pytest-icdiff==0.8; extra == "test"
Requires-Dist: pytest-xdist==3.3.1; extra == "test"

[![CircleCI](https://circleci.com/gh/digitalfabrik/lunes-cms.svg?style=shield)](https://circleci.com/gh/digitalfabrik/lunes-cms)
![Coverage](https://img.shields.io/codeclimate/coverage/digitalfabrik/lunes-cms)
[![Documentation Status](https://readthedocs.org/projects/lunes-cms/badge/?version=latest)](https://lunes-cms.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/github/license/digitalfabrik/lunes-cms)](https://opensource.org/licenses/Apache-2.0)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Pylint](https://img.shields.io/badge/pylint-10.00-brightgreen)](https://www.pylint.org/)

# Lunes CMS

[![Logo](https://lunes.tuerantuer.org/static/images/logo-lunes.svg)](https://www.lunes.app)

[Lunes - Vocabulary for your profession.](https://www.lunes.app)

This is the content management system for the vocabulary trainer app Lunes, which facilitates migrants to acquire technical and subject-specific vocabulary.

## TL;DR

### Prerequisites

Following packages are required before installing the project (install them with your package manager):

* python3.8 or greater
* python3-pip
* python3-venv
* ffmpeg
* libpq-dev
* [PostgreSQL](https://www.postgresql.org/) database server
* [Apache2](https://docs.djangoproject.com/en/3.2/howto/deployment/wsgi/modwsgi/) server with `mod_wsgi`

### Installation

```
pip install lunes-cms
```

## Documentation

For detailed instructions and the source code reference have a look at our documentation:

### https://lunes-cms.rtfd.io
