Metadata-Version: 2.4
Name: gevt
Version: 1.0.2
Summary: Event management to affect tasks to volunteers
Project-URL: Homepage, https://github.com/seb5g/gevt
Project-URL: Repository, https://github.com/seb5g/gevt
Project-URL: Documentation, http://gevt.readthedocs.io
Project-URL: Issues, https://github.com/seb5g/gevt/issues
Author-email: Sebastien Weber <seb.weber@gmail.com>
Maintainer-email: Sebastien Weber <seb.weber@gmail.com>
License: MIT License
        
        Copyright (c) 2018 Sébastien Weber
        
        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.
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.8
Requires-Dist: pymodaq-gui==5.2.0a1
Requires-Dist: pymodaq-utils==5.2.0a1
Requires-Dist: pyqt5
Requires-Dist: python-dateutil
Requires-Dist: yawrap
Description-Content-Type: text/markdown

Gevt est un Gestionnaire de Volontaires et de Tâches écrit en python pour faciliter la gestion d'événements impliquant
l'attribution de bénévoles (les volontaires) à l'éxécution de tâches.

GeVT est une interface utilisateur qui permet la gestion semi-automatisée d'événements nécessitant des bénévoles. Plus le nombre de tâches à effectuer et à répartir parmis de nombreux bénévoles est grand plus la gestion de l'affectation de ces tâches devient complexe. GeVT permet de:

* **Edition de la liste des tâches** à effectuer durant les différents jours de l'événement. Importation depuis un fichier au format *csv* possible.
* **Edition de la liste des volontaires** (bénévoles) et de leur disponibilité. Importation depuis un fichier au format *csv* possible.
* **Affectation d'un ou plusieurs bénévoles** (selon le nombre nécessaire *N needed*) à une tâche donnée selon leur disponibilité. Si un bénévole n'est pas disponible sur le créneau de la tâche, il n'apparait pas dans la liste des possibilités.
* **Affectation d'une ou plusieurs tâches** à un bénévole. La liste des tâches *affectables* est mise à jour immédiatement selon les tâches précédemment sélectionnées et qui modifient la disponibilité du bénévole.
* **Timeline** pour voir l'état des différentes affectations
* Edition automatique de fiches bénévoles regroupant l'ensemble des tâches qu'un bénvole devra effectuer.


GitHub repo: https://github.com/seb5g/gevt

Pypi: *pip install gevt*

Ecrit par Sébastien Weber sous licence MIT

    

