AlekSIS-Core


NameAlekSIS-Core JSON
Version 3.2.0 PyPI version JSON
download
home_pagehttps://aleksis.org
SummaryAlekSIS (School Information System) — Core
upload_time2023-12-29 17:32:37
maintainerJonathan Weth
docs_urlNone
authorDominik George
requires_python>=3.9,<4.0
licenseEUPL-1.2-or-later
keywords sis education school digitisation school apps
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            AlekSIS (School Information System) — Core (Core functionality and app framework)
=================================================================================

This is the core of the AlekSIS framework and the official distribution
(see below). It bundles functionality for all apps, and utilities for
developers and administrators.

If you are looking for the AlekSIS standard distribution, i.e. the complete
software product ready for installation and usage, please visit the `AlekSIS®`_
website or the distribution repository on `EduGit`_.

Features
--------

The AlekSIS core currently provides the following features:

* For users:

 * Authentication via local account, LDAP, or social accounts
 * Two factor authentication via Yubikey, OTP or SMS
 * Configurable dashboard with widgets
 * User-specific preferences
 * Global search
 * Manage announcements
 * Manage groups and types of groups
 * Manage roles and additional, informative fields per group
 * Manage persons
 * Notifications via SMS, email or dashboard
 * PWA with offline caching
 * User registration, password changes and password reset
 * User invitations with invite codes and targeted invites

* For admins

 * `aleksis-admin` script to wrap django-admin with pre-configured settings
 * Manage school terms
 * Custom menu entries (e.g. in footer)
 * Automatic backup of database, static and media files
 * OAuth2 and OpenID Connect provider support
 * Serve prometheus metrics
 * System health and data checks
 * Configuration of low-level settings via configuration files
 * System-wide preferenes
 * Creating dashboard widgets for external links/apps

* For developers

 * Generic PDF generation with chromium
 * Caching with Redis
 * Django REST framework for apps to use at own discretion
 * Injection of fields, methods, permissions and properties via custom `ExtensibleModel`
 * K8s compatible, read-only Docker image
 * Object-level permissions and rules with `django-guardian` and `django-rules`
 * Query caching with `django-cachalot`
 * uWSGI and Celery via `django-uwsgi` in development
 * Extensible dashbaord widget system
 * Extensible OAuth/OpenID Connect scope and claims system

Licence
-------

::

  Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023 Jonathan Weth <dev@jonathanweth.de>
  Copyright © 2017, 2018, 2019, 2020 Frank Poetzsch-Heffter <p-h@katharineum.de>
  Copyright © 2018, 2019, 2020, 2021, 2022, 2023 Hangzhi Yu <yuha@katharineum.de>
  Copyright © 2018, 2019, 2020, 2021, 2022, 2023 Julian Leucker <leuckeju@katharineum.de>
  Copyright © 2019, 2020, 2021, 2022, 2023 Dominik George <dominik.george@teckids.org>
  Copyright © 2019, 2020, 2021, 2022 Tom Teichler <tom.teichler@teckids.org>
  Copyright © 2019 mirabilos <thorsten.glaser@teckids.org>
  Copyright © 2021, 2022, 2023 magicfelix <felix@felix-zauberer.de>
  Copyright © 2021 Lloyd Meins <meinsll@katharineum.de>
  Copyright © 2022 Benedict Suska <benedict.suska@teckids.org>
  Copyright © 2022 Lukas Weichelt <lukas.weichelt@teckids.org>

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

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
.. _European Union Public Licence: https://eupl.eu/
.. _EduGit: https://edugit.org/AlekSIS/official/AlekSIS
.. _trademark policy: https://aleksis.org/pages/about

            

Raw data

            {
    "_id": null,
    "home_page": "https://aleksis.org",
    "name": "AlekSIS-Core",
    "maintainer": "Jonathan Weth",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "dev@jonathanweth.de",
    "keywords": "SIS,education,school,digitisation,school apps",
    "author": "Dominik George",
    "author_email": "dominik.george@teckids.org",
    "download_url": "https://files.pythonhosted.org/packages/6e/51/cdd189bc5cd2b1276009c15ea333968016a5651a3da95bd37a0fd2179d9d/aleksis_core-3.2.0.tar.gz",
    "platform": null,
    "description": "AlekSIS (School Information System)\u200a\u2014\u200aCore (Core functionality and app framework)\n=================================================================================\n\nThis is the core of the AlekSIS framework and the official distribution\n(see below). It bundles functionality for all apps, and utilities for\ndevelopers and administrators.\n\nIf you are looking for the AlekSIS standard distribution, i.e. the complete\nsoftware product ready for installation and usage, please visit the `AlekSIS\u00ae`_\nwebsite or the distribution repository on `EduGit`_.\n\nFeatures\n--------\n\nThe AlekSIS core currently provides the following features:\n\n* For users:\n\n * Authentication via local account, LDAP, or social accounts\n * Two factor authentication via Yubikey, OTP or SMS\n * Configurable dashboard with widgets\n * User-specific preferences\n * Global search\n * Manage announcements\n * Manage groups and types of groups\n * Manage roles and additional, informative fields per group\n * Manage persons\n * Notifications via SMS, email or dashboard\n * PWA with offline caching\n * User registration, password changes and password reset\n * User invitations with invite codes and targeted invites\n\n* For admins\n\n * `aleksis-admin` script to wrap django-admin with pre-configured settings\n * Manage school terms\n * Custom menu entries (e.g. in footer)\n * Automatic backup of database, static and media files\n * OAuth2 and OpenID Connect provider support\n * Serve prometheus metrics\n * System health and data checks\n * Configuration of low-level settings via configuration files\n * System-wide preferenes\n * Creating dashboard widgets for external links/apps\n\n* For developers\n\n * Generic PDF generation with chromium\n * Caching with Redis\n * Django REST framework for apps to use at own discretion\n * Injection of fields, methods, permissions and properties via custom `ExtensibleModel`\n * K8s compatible, read-only Docker image\n * Object-level permissions and rules with `django-guardian` and `django-rules`\n * Query caching with `django-cachalot`\n * uWSGI and Celery via `django-uwsgi` in development\n * Extensible dashbaord widget system\n * Extensible OAuth/OpenID Connect scope and claims system\n\nLicence\n-------\n\n::\n\n  Copyright \u00a9 2017, 2018, 2019, 2020, 2021, 2022, 2023 Jonathan Weth <dev@jonathanweth.de>\n  Copyright \u00a9 2017, 2018, 2019, 2020 Frank Poetzsch-Heffter <p-h@katharineum.de>\n  Copyright \u00a9 2018, 2019, 2020, 2021, 2022, 2023 Hangzhi Yu <yuha@katharineum.de>\n  Copyright \u00a9 2018, 2019, 2020, 2021, 2022, 2023 Julian Leucker <leuckeju@katharineum.de>\n  Copyright \u00a9 2019, 2020, 2021, 2022, 2023 Dominik George <dominik.george@teckids.org>\n  Copyright \u00a9 2019, 2020, 2021, 2022 Tom Teichler <tom.teichler@teckids.org>\n  Copyright \u00a9 2019 mirabilos <thorsten.glaser@teckids.org>\n  Copyright \u00a9 2021, 2022, 2023 magicfelix <felix@felix-zauberer.de>\n  Copyright \u00a9 2021 Lloyd Meins <meinsll@katharineum.de>\n  Copyright \u00a9 2022 Benedict Suska <benedict.suska@teckids.org>\n  Copyright \u00a9 2022 Lukas Weichelt <lukas.weichelt@teckids.org>\n\n  Licenced under the EUPL, version 1.2 or later, by Teckids e.V. (Bonn, Germany).\n\nPlease see the LICENCE.rst file accompanying this distribution for the\nfull licence text or on the `European Union Public Licence`_ website\nhttps://joinup.ec.europa.eu/collection/eupl/guidelines-users-and-developers\n(including all other official language versions).\n\nTrademark\n---------\n\nAlekSIS\u00ae is a registered trademark of the AlekSIS open source project, represented\nby Teckids e.V. Please refer to the `trademark policy`_ for hints on using the trademark\nAlekSIS\u00ae.\n\n.. _AlekSIS\u00ae: https://aleksis.org\n.. _European Union Public Licence: https://eupl.eu/\n.. _EduGit: https://edugit.org/AlekSIS/official/AlekSIS\n.. _trademark policy: https://aleksis.org/pages/about\n",
    "bugtrack_url": null,
    "license": "EUPL-1.2-or-later",
    "summary": "AlekSIS (School Information System)\u200a\u2014\u200aCore",
    "version": "3.2.0",
    "project_urls": {
        "Documentation": "https://aleksis.org/AlekSIS-Core/docs/html/",
        "Homepage": "https://aleksis.org",
        "Repository": "https://edugit.org/AlekSIS/official/AlekSIS-Core"
    },
    "split_keywords": [
        "sis",
        "education",
        "school",
        "digitisation",
        "school apps"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7dd5ee0bcdc332c18311cd76336324db45db15dc057d03f7d8e91bf22cbfc0e",
                "md5": "c67132e5cb3566ed3add683c9cd23d00",
                "sha256": "1ebb4d70bef346e5f33f31c977776dc0753f90d532691758a04adfce3f344930"
            },
            "downloads": -1,
            "filename": "aleksis_core-3.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c67132e5cb3566ed3add683c9cd23d00",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 860229,
            "upload_time": "2023-12-29T17:32:34",
            "upload_time_iso_8601": "2023-12-29T17:32:34.634789Z",
            "url": "https://files.pythonhosted.org/packages/c7/dd/5ee0bcdc332c18311cd76336324db45db15dc057d03f7d8e91bf22cbfc0e/aleksis_core-3.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e51cdd189bc5cd2b1276009c15ea333968016a5651a3da95bd37a0fd2179d9d",
                "md5": "92e8d9775d989b336a6f9c5326b219a7",
                "sha256": "827e2c4001c6d8cb2bc152ad0e4d7629ea00980f82d89c3b19febdd4476dbe8d"
            },
            "downloads": -1,
            "filename": "aleksis_core-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "92e8d9775d989b336a6f9c5326b219a7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 2206662,
            "upload_time": "2023-12-29T17:32:37",
            "upload_time_iso_8601": "2023-12-29T17:32:37.576581Z",
            "url": "https://files.pythonhosted.org/packages/6e/51/cdd189bc5cd2b1276009c15ea333968016a5651a3da95bd37a0fd2179d9d/aleksis_core-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-29 17:32:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aleksis-core"
}
        
Elapsed time: 0.22139s