Metadata-Version: 2.4
Name: ephios
Version: 0.26.0
Summary: ephios is a tool to manage shifts for medical services.
Project-URL: Homepage, https://ephios.de
Project-URL: Repository, https://github.com/ephios-dev/ephios
Project-URL: Documentation, https://docs.ephios.de/en/stable/
Project-URL: Changelog, https://docs.ephios.de/en/latest/changelog.html
Project-URL: Coverage, https://coveralls.io/github/ephios-dev/ephios
Project-URL: Report bugs, https://github.com/ephios-dev/ephios/issues
Author-email: Julian Baumann <julian@ephios.de>, Felix Rindt <felix@ephios.de>
License-Expression: MIT
License-File: LICENSE
Requires-Python: <4,>=3.11
Requires-Dist: beautifulsoup4<5,>=4.13.3
Requires-Dist: bleach<7.0.0,>=6.0.0
Requires-Dist: crispy-bootstrap5<2025.7,>=0.7
Requires-Dist: cryptography<47,>=46.0.3
Requires-Dist: css-inline<0.21.0,>=0.10.3
Requires-Dist: django-compressor<5,>=4.5
Requires-Dist: django-coverage-plugin<4.0.0,>=2.0.3
Requires-Dist: django-crispy-forms<3,>=2.0
Requires-Dist: django-csp<5,>=4.0
Requires-Dist: django-dynamic-preferences<2,>=1.15.0
Requires-Dist: django-environ<0.13,>=0.11.2
Requires-Dist: django-filter<26,>=24
Requires-Dist: django-formset-js-improved<0.6,>=0.5.0
Requires-Dist: django-guardian<4,>=3.2.0
Requires-Dist: django-ical<2,>=1.8.3
Requires-Dist: django-libsass<0.10,>=0.9
Requires-Dist: django-oauth-toolkit<3.3.0,>=3.0.1
Requires-Dist: django-polymorphic<5.0,>=4.1
Requires-Dist: django-select2<9.0,>=8.0
Requires-Dist: django-statici18n<3,>=2.3.1
Requires-Dist: django-webpush<0.4,>=0.3.5
Requires-Dist: django[argon2]<5.3,>=5.2
Requires-Dist: djangorestframework-guardian<0.5,>=0.3
Requires-Dist: djangorestframework<4,>=3.13.1
Requires-Dist: drf-spectacular[sidecar]<0.30.0,>=0.27.2
Requires-Dist: lxml<7.0.0,>=4.9.3
Requires-Dist: markdown<4,>=3.3.7
Requires-Dist: py-vapid<2,>=1.9.4
Requires-Dist: pyjwt<3,>=2.8.0
Requires-Dist: python-dateutil<3,>=2.9.0.post0
Requires-Dist: pyyaml<7,>=6.0.1
Requires-Dist: reportlab<5.0.0,>=3.6.11
Requires-Dist: requests-oauthlib<3,>=2.0
Requires-Dist: requests<3,>=2.31.0
Requires-Dist: scipy==1.17.1
Requires-Dist: uritemplate<5,>=4.1.1
Requires-Dist: urllib3<3,>=2.5.0
Provides-Extra: mysql
Requires-Dist: mysqlclient<3,>=2.1.1; extra == 'mysql'
Provides-Extra: pgsql
Requires-Dist: psycopg2<3,>=2.9.3; extra == 'pgsql'
Provides-Extra: redis
Requires-Dist: redis[hiredis]<8,>=5; extra == 'redis'
Description-Content-Type: text/markdown

[![tests](https://github.com/ephios-dev/ephios/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/ephios-dev/ephios/actions/workflows/tests.yml)
[![Documentation Status](https://readthedocs.org/projects/ephios/badge/?version=latest)](https://docs.ephios.de/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/ephios)](https://pypi.org/project/ephios/)
[![Coverage Status](https://coveralls.io/repos/github/ephios-dev/ephios/badge.svg?branch=main)](https://coveralls.io/github/ephios-dev/ephios?branch=main)
[![translated by Weblate](https://hosted.weblate.org/widgets/ephios/-/svg-badge.svg)](https://hosted.weblate.org/engage/ephios/)

<h1 align="center">
    <img src="https://raw.githubusercontent.com/ephios-dev/ephios/refs/heads/main/docs/_static/img/ephios_logo.png" alt="ephios logo" width="200">
</h1>

ephios is a web-based system to manage personnel taking part in multiple events. It focuses on a clean, mobile first interface for participants and flexible configuration options for planners. ephios was created by volunteers of german aid organizations and is used by medical services, volunteer organisations and professional associations, among others, to plan helpers at their events.

ephios is free and open-source software with a growing community and a german translation.
We do offer [paid hosting and support](https://ephios.de), feel free to reach out.

- [Features](#features)
- [Getting started](#getting-started)
- [Contributing](#contributing)

## Features

* Single Sign On (OIDC), user management, group based permissions
* Events with shifts, event types with default values for event-specific visibility
* powerful qualification system with flexibile per-shift requirement configuration options
* various signup flows, deadlines, disposition with comments
* track working hours with statistics and approval workflow
* bulk-copy events or export/print as pdf
* log of who made changes to users and events
* progressive web app, calendar export, email and push notifications
* guests and federation, document upload, content pages, ...
* REST-API, plugin system, OAuth2 for external apps

<img src="https://raw.githubusercontent.com/ephios-dev/ephios/refs/heads/main/docs/_static/img/screenshot_event_detail.png" alt="event detail page of some test event with description and multiple shifts">

## Getting started

ephios is built on the python django web framework with plain html/css/js and some uncompiled vue frontend components. Most of what you need to know to get started is in [the documentation](https://docs.ephios.de/en/stable/index.html). We also offer [managed hosting](https://ephios.de) - feel free to reach out.

* [deployment instructions (native and docker)](https://docs.ephios.de/en/stable/admin/deployment/index.html)
* [a user guide explaining many of the features](https://docs.ephios.de/en/stable/user/index.html)
* [API documentation](https://docs.ephios.de/en/stable/api/index.html)
* [building plugins](https://docs.ephios.de/en/stable/development/plugins/introduction.html)

## Contributing
Contributions to ephios are very welcome! Feel free to ask us for what can be done, we might have some additional context. We love to see other people work with ephios and try to help along the way.

Report bugs [on github](https://github.com/ephios-dev/ephios/issues/new?template=bug-report.md). Fork the project and create a pull request to contribute code.
You can find information about the **development setup** in [the documentation](https://docs.ephios.de/en/latest/development/contributing.html)
We are using Weblate for translations, you can also contribute [there](https://hosted.weblate.org/engage/ephios/).
Please follow our [code of conduct](https://github.com/ephios-dev/ephios/blob/main/CODE_OF_CONDUCT.md).
