Metadata-Version: 2.4
Name: richie
Version: 2.34.1.dev39
Summary: A CMS to build learning portals for open education
Author-email: "Open FUN (France Université Numérique)" <fun.dev@fun-mooc.fr>
License: MIT License
        
        Copyright (c) 2018-present GIP FUN MOOC.
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
        
Project-URL: Bug Tracker, https://github.com/openfun/richie/issues/new
Project-URL: Changelog, https://github.com/openfun/richie/blob/master/CHANGELOG.md
Project-URL: Homepage, https://github.com/openfun/richie
Project-URL: Repository, https://github.com/openfun/richie
Project-URL: Documentation, https://richie.education/
Project-URL: Demonstration website, https://demo.richie.education/
Keywords: Django,Django-CMS,Open edX
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
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
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: arrow<2
Requires-Dist: Django<5
Requires-Dist: djangocms-file<4
Requires-Dist: djangocms-googlemap<3
Requires-Dist: djangocms-link<6,>=5.0.0
Requires-Dist: djangocms-picture<5
Requires-Dist: djangocms-text-ckeditor<6
Requires-Dist: djangocms-video<4
Requires-Dist: djangorestframework<4
Requires-Dist: django-autocomplete-light<4
Requires-Dist: django-cms<4.0.0,>=3.11.0
Requires-Dist: django-parler<3,>=2.3
Requires-Dist: django-redis<6,>=4.11.0
Requires-Dist: django-treebeard<5
Requires-Dist: dj-pagination<3
Requires-Dist: easy_thumbnails[svg]<3,>=2.8
Requires-Dist: elasticsearch<7.0.0,>=6.0.0
Requires-Dist: exrex<1
Requires-Dist: importlib-metadata<9
Requires-Dist: oauthlib<4,>=3.2.2
Requires-Dist: requests<3,>=2.32.3
Provides-Extra: dev
Requires-Dist: bandit==1.8.3; extra == "dev"
Requires-Dist: black==25.1.0; extra == "dev"
Requires-Dist: pyRdfa3==3.6.4; extra == "dev"
Requires-Dist: cssselect==1.3.0; extra == "dev"
Requires-Dist: factory-boy==3.3.3; extra == "dev"
Requires-Dist: flake8==7.1.2; extra == "dev"
Requires-Dist: flake8-pyproject==1.2.3; extra == "dev"
Requires-Dist: htmlmin==0.1.12; extra == "dev"
Requires-Dist: ipdb==0.13.13; extra == "dev"
Requires-Dist: ipython==9.0.2; extra == "dev"
Requires-Dist: isort==6.0.1; extra == "dev"
Requires-Dist: lxml==5.3.1; extra == "dev"
Requires-Dist: msgpack==1.1.0; extra == "dev"
Requires-Dist: mysqlclient==2.2.7; extra == "dev"
Requires-Dist: pylint==3.3.6; extra == "dev"
Requires-Dist: pylint-django==2.6.1; extra == "dev"
Requires-Dist: pytest==8.3.5; extra == "dev"
Requires-Dist: pytest-cov==6.0.0; extra == "dev"
Requires-Dist: pytest-django==4.10.0; extra == "dev"
Requires-Dist: responses==0.25.7; extra == "dev"
Provides-Extra: ci
Requires-Dist: twine==6.1.0; extra == "ci"
Provides-Extra: sandbox
Requires-Dist: boto3<1.36; extra == "sandbox"
Requires-Dist: django-storages==1.14.5; extra == "sandbox"
Requires-Dist: django-configurations==2.5.1; extra == "sandbox"
Requires-Dist: dockerflow==2024.4.2; extra == "sandbox"
Requires-Dist: factory-boy==3.3.3; extra == "sandbox"
Requires-Dist: gunicorn==23.0.0; extra == "sandbox"
Requires-Dist: psycopg2-binary==2.9.10; extra == "sandbox"
Requires-Dist: sentry-sdk==2.24.1; extra == "sandbox"
Dynamic: license-file

# Richie, the best OpenSource CMS to build education portals

[![CircleCI](https://circleci.com/gh/openfun/richie/tree/master.svg?style=svg)](https://circleci.com/gh/openfun/richie/tree/master)

## Overview

`Learning Management Systems` (LMS) are great tools for hosting and playing interactive online
courses and MOOCs.

However, if you need to build a complete website with flexible content to aggregate your courses,
in several languages and from different sources, **you will soon need a CMS**.

At "France Université Numérique", we wanted to build an OpenSource portal with `Python` and
`Django`. That's why we built `Richie` on top of [DjangoCMS](https://www.django-cms.org), one of
the best CMS on the market, as a toolbox to easily create full fledged websites with a catalog of
online courses.

Among the features that `Richie` offers out of the box:

- multi-lingual by default,
- advanced access rights and moderation,
- catalog of courses synchronized with one or more `LMS` instances,
- search engine based on `Elasticsearch` and pre-configured to offer full-text queries,
  multi-facetting, auto-complete,...
- flexible custom pages for courses, organizations, categories, teachers, blog posts,
  programs (and their inter-relations),
- Extensible with any third-party `DjangoCMS` plugin or any third-party `Django` application.

## Discover Richie

If you're looking for a quick preview of `Richie`, you can take a look and have a tour of
`Richie` on our dedicated [demo site](https://demo.richie.education).

It is connected back-to-back with a demo of OpenEdX running on
[OpenEdX Docker](https://github.com/openfun/openedx-docker).

Two users are available for testing:

- admin: `admin@example.com`/`admin`
- student: `edx@example.com`/`edx`

The database is regularly flushed.

## Getting started

Take a look at our [documentation](https://richie.education/docs/discover) to get started with Richie.

## Contributing

### [Contributing guide](https://richie.education/docs/contributing-guide)

Read our [contributing guide](https://richie.education/docs/contributing-guide) to learn about our development process and get started developing on `Richie`.

### License

This work is released under the MIT License (see [LICENSE](./LICENSE)).
