Metadata-Version: 2.3
Name: AlekSIS
Version: 2025.1.1
Summary: Free School Information System Distribution
License: EUPL-1.2-or-later
Keywords: SIS,education,school,digitisation,school apps
Author: Dominik George
Author-email: dominik.george@teckids.org
Maintainer: Jonathan Weth
Maintainer-email: jonathan.weth@teckids.org
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 5.1
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Education
Requires-Dist: aleksis-app-alsijil (>=4.0.0,<4.1.0)
Requires-Dist: aleksis-app-chronos (>=4.0.1,<4.1.0)
Requires-Dist: aleksis-app-csvimport (>=4.0.0,<4.1.0)
Requires-Dist: aleksis-app-cursus (>=1.0.0,<1.1.0)
Requires-Dist: aleksis-app-dashboardfeeds (>=4.0.0,<4.1.0)
Requires-Dist: aleksis-app-hjelp (>=4.0.0,<4.1.0)
Requires-Dist: aleksis-app-kolego (>=1.0.0,<1.1.0)
Requires-Dist: aleksis-app-ldap (>=4.0.0,<4.1.0)
Requires-Dist: aleksis-app-lesrooster (>=1.0.0,<1.1.0)
Requires-Dist: aleksis-app-matrix (>=3.0.0,<3.1.0)
Requires-Dist: aleksis-app-resint (>=4.0.0,<4.1.0)
Requires-Dist: aleksis-core[ldap,s3,sentry] (>=4.0.4,<4.1.0)
Project-URL: Homepage, https://aleksis.org/
Project-URL: Repository, https://edugit.org/AlekSIS/official/AlekSIS
Description-Content-Type: text/x-rst

AlekSIS® — All-libre extensible kit for school information systems
==================================================================

What AlekSIS® is
----------------

`AlekSIS®`_ is a web-based school information system (SIS) which can be used to
manage and/or publish organisational subjects of educational institutions.

AlekSIS is a platform based on Django, that provides central functions
and data structures that can be used by apps that are developed and provided
separately. The AlekSIS team also maintains a set of official apps which
make AlekSIS a fully-featured software solution for the information
management needs of schools.

By design, the platform can be used by schools to write their own apps for
specific needs they face, also in coding classes. Students are empowered to
create real-world applications that bring direct value to their environment.

AlekSIS is part of the `schul-frei`_ project as a component in sustainable
educational networks.

This package
------------

The ``aleksis`` package is a meta-package, which simply depends on the core
and all official apps as requirements. The dependencies are semantically versioned
and limited to the current `minor` version. If installing the distribution meta-package,
all apps will be kept up to date with bugfixes, but not introduce new features or breakage.

Official apps
-------------

+--------------------------------------+---------------------------------------------------------------------------------------------+
| App name                             | Purpose                                                                                     |
+======================================+=============================================================================================+
| `AlekSIS-App-Chronos`_               | The Chronos app provides functionality for digital timetables.                              |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-DashboardFeeds`_        | The DashboardFeeds app provides functionality to add RSS or Atom feeds to dashboard         |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-Hjelp`_                 | The Hjelp app provides functionality for aiding users.                                      |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-LDAP`_                  | The LDAP app provides functionality to import users and groups from LDAP                    |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-Untis`_                 | This app provides import and export functions to interact with Untis, a timetable software. |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-Alsijil`_               | This app provides an online class register.                                                 |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-CSVImport`_             | This app provides import functions to import data from CSV files.                           |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-Resint`_                | This app provides time-base/live documents.                                                 |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-Matrix`_                | This app provides integration with matrix/element.                                          |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-Cursus`_                | This app provides functionality for managing subjects and courses.                          |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-Lesrooster`_            | This app provides functionality for timetable creation.                                     |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-Kolego`_                | This app provides functionality for absences.                                               |
+--------------------------------------+---------------------------------------------------------------------------------------------+


Licence
-------

::

  Licenced under the EUPL, version 1.2 or later, by Teckids e.V. (Bonn, Germany).

  For details, please see the README file of the official apps.

Please see the LICENCE.rst file accompanying this distribution for the
full licence text or on the `European Union Public Licence`_ website
https://joinup.ec.europa.eu/collection/eupl/guidelines-users-and-developers
(including all other official language versions).

Trademark
---------

AlekSIS® is a registered trademark of the AlekSIS open source project, represented
by Teckids e.V. Please refer to the `trademark policy`_ for hints on using the trademark
AlekSIS®.

.. _AlekSIS®: https://aleksis.org/
.. _Teckids e.V.: https://www.teckids.org/
.. _Katharineum zu Lübeck: https://www.katharineum.de/
.. _European Union Public Licence: https://eupl.eu/
.. _schul-frei: https://schul-frei.org/
.. _AlekSIS-Core: https://edugit.org/AlekSIS/official/AlekSIS-App-Core
.. _AlekSIS-App-Chronos: https://edugit.org/AlekSIS/official/AlekSIS-App-Chronos
.. _AlekSIS-App-DashboardFeeds: https://edugit.org/AlekSIS/official/AlekSIS-App-DashboardFeeds
.. _AlekSIS-App-Hjelp: https://edugit.org/AlekSIS/official/AlekSIS-App-Hjelp
.. _AlekSIS-App-LDAP: https://edugit.org/AlekSIS/official/AlekSIS-App-LDAP
.. _AlekSIS-App-Untis: https://edugit.org/AlekSIS/official/AlekSIS-App-Untis
.. _AlekSIS-App-Alsijil: https://edugit.org/AlekSIS/official/AlekSIS-App-Alsijil
.. _AlekSIS-App-CSVImport: https://edugit.org/AlekSIS/official/AlekSIS-App-CSVImport
.. _AlekSIS-App-Resint: https://edugit.org/AlekSIS/official/AlekSIS-App-Resint
.. _AlekSIS-App-Matrix: https://edugit.org/AlekSIS/official/AlekSIS-App-Matrix
.. _AlekSIS-App-Cursus: https://edugit.org/AlekSIS/official/AlekSIS-App-Cursus
.. _AlekSIS-App-Lesrooster: https://edugit.org/AlekSIS/official/AlekSIS-App-Lesrooster
.. _AlekSIS-App-Kolego: https://edugit.org/AlekSIS/official/AlekSIS-App-Kolego
.. _trademark policy: https://aleksis.org/pages/about

