About
=====
.. image:: https://github.com/euphorie/Euphorie/workflows/tests/badge.svg
:target: https://github.com/euphorie/Euphorie/actions?query=workflow%3Atests
Euphorie is a tool for risk assessment. It was developed by `SYSLAB`_ and `TNO`_
in cooperation with `Simplon B.V.`_ and `Cornelis Kolbach`_ in commission of
`The European Agency for Safety and Health at Work`_ as part of the
`Healthy Workplaces`_ campaign.
.. _syslab: http://syslab.com/
.. _TNO: http://www.tno.nl/index.cfm?Taal=2
.. _Simplon B.V.: http://www.simplon.biz/
.. _Cornelis Kolbach: http://cornae.org/
.. _The European Agency for Safety and Health at Work: http://osha.europa.eu/en/
.. _Healthy Workplaces: http://osha.europa.eu/en/campaigns/hw2008
Introduction
============
The Euphorie risk assessment tool is based on hierarchical questionnaires. A
questionnaire (or survey) covers all possible risks for a specific sector of
industry.
Each sector organisation can have one or more surveys published simultaneously.
In order to facilitate development and testing of surveys the system supports
multiple versions for a survey. Only a single version of a survey can be public
at any point in time.
Compatibility
=============
In Euphorie 15 the "publication feature" was changed in the more generic "locking feature".
That makes the registry record ``euphorie.use_publication_feature`` obsolete.
Euphorie 12 is meant to be used with Plone 5.2.
Since Euphorie 12, NuPlone 2 is needed.
NuPlone 2 no longer uses the ``z3c.appconfig``.
The configuration is now stored in the registry.
- instead of ``appconfig["euphorie"]["allow_guest_accounts"]``, please use the registry record ``euphorie.allow_guest_accounts``.
- instead of ``appconfig["euphorie"]["allow_social_sharing"]``, please use the registry record ``euphorie.allow_social_sharing``.
- instead of ``appconfig["euphorie"]["allow_user_defined_risks"]``, please use the registry record ``euphorie.allow_user_defined_risks``.
- instead of ``appconfig["euphorie"]["client"]``, please use the registry record ``euphorie.client_url``.
- instead of ``appconfig["euphorie"]["default_country"]``, please use the registry record ``euphorie.default_country``.
- instead of ``appconfig["euphorie"]["extra_text_identification"]``, please use the registry record ``euphorie.extra_text_identification``.
- instead of ``appconfig["euphorie"]["library"]``, please use the registry record ``euphorie.library``.
- instead of ``appconfig["euphorie"]["max_login_attempts"]``, please use the registry record ``euphorie.max_login_attempts``.
- instead of ``appconfig["euphorie"]["terms-and-conditions"]``, please use the registry record ``euphorie.terms-and-conditions``.
- instead of ``appconfig["euphorie"]["use_archive_feature"]``, please use the registry record ``euphorie.use_archive_feature``.
- instead of ``appconfig["euphorie"]["use_clone_feature"]``, please use the registry record ``euphorie.use_clone_feature``.
- instead of ``appconfig["euphorie"]["use_existing_measures"]``, please use the registry record ``euphorie.use_existing_measures``.
- instead of ``appconfig["euphorie"]["use_integrated_action_plan"]``, please use the registry record ``euphorie.use_integrated_action_plan``.
- instead of ``appconfig["euphorie"]["use_involve_phase"]``, please use the registry record ``euphorie.use_involve_phase``.
- instead of ``appconfig["euphorie"]["use_publication_feature"]``, please use the registry record ``euphorie.use_publication_feature``.
- instead of ``appconfig["euphorie"]["use_training_module"]``, please use the registry record ``euphorie.use_training_module``.
More informations can be found in NuPlone 2 README file.
Euphorie 12 uses ``weasyprint`` to render PDF files.
That means that the ``appconfig["euphorie"]["smartprintng_url"]`` is now obsolete.
More information
================
For more information please see the `online documentation
<http://euphorie.readthedocs.org>`_.
Raw data
{
"_id": null,
"home_page": "https://euphorie.readthedocs.org/en/latest/",
"name": "Euphorie",
"maintainer": null,
"docs_url": "https://pythonhosted.org/Euphorie/",
"requires_python": "~=3.8",
"maintainer_email": null,
"keywords": "euphorie OiRA Interactive Risk Assessment",
"author": "Wichert Akkerman and Syslab.com",
"author_email": "info@syslab.com",
"download_url": "https://files.pythonhosted.org/packages/68/4e/91398d6a5c1244413dbc59a9c3756011288d0ed0455d18242f3406a57129/euphorie-16.2.7.tar.gz",
"platform": null,
"description": "About\n=====\n\n.. image:: https://github.com/euphorie/Euphorie/workflows/tests/badge.svg\n :target: https://github.com/euphorie/Euphorie/actions?query=workflow%3Atests\n\nEuphorie is a tool for risk assessment. It was developed by `SYSLAB`_ and `TNO`_\nin cooperation with `Simplon B.V.`_ and `Cornelis Kolbach`_ in commission of\n`The European Agency for Safety and Health at Work`_ as part of the\n`Healthy Workplaces`_ campaign.\n\n.. _syslab: http://syslab.com/\n.. _TNO: http://www.tno.nl/index.cfm?Taal=2\n.. _Simplon B.V.: http://www.simplon.biz/\n.. _Cornelis Kolbach: http://cornae.org/\n.. _The European Agency for Safety and Health at Work: http://osha.europa.eu/en/\n.. _Healthy Workplaces: http://osha.europa.eu/en/campaigns/hw2008\n\n\nIntroduction\n============\n\nThe Euphorie risk assessment tool is based on hierarchical questionnaires. A\nquestionnaire (or survey) covers all possible risks for a specific sector of\nindustry.\n\nEach sector organisation can have one or more surveys published simultaneously.\nIn order to facilitate development and testing of surveys the system supports\nmultiple versions for a survey. Only a single version of a survey can be public\nat any point in time.\n\n\nCompatibility\n=============\n\nIn Euphorie 15 the \"publication feature\" was changed in the more generic \"locking feature\".\nThat makes the registry record ``euphorie.use_publication_feature`` obsolete.\n\nEuphorie 12 is meant to be used with Plone 5.2.\nSince Euphorie 12, NuPlone 2 is needed.\n\nNuPlone 2 no longer uses the ``z3c.appconfig``.\nThe configuration is now stored in the registry.\n\n- instead of ``appconfig[\"euphorie\"][\"allow_guest_accounts\"]``, please use the registry record ``euphorie.allow_guest_accounts``.\n- instead of ``appconfig[\"euphorie\"][\"allow_social_sharing\"]``, please use the registry record ``euphorie.allow_social_sharing``.\n- instead of ``appconfig[\"euphorie\"][\"allow_user_defined_risks\"]``, please use the registry record ``euphorie.allow_user_defined_risks``.\n- instead of ``appconfig[\"euphorie\"][\"client\"]``, please use the registry record ``euphorie.client_url``.\n- instead of ``appconfig[\"euphorie\"][\"default_country\"]``, please use the registry record ``euphorie.default_country``.\n- instead of ``appconfig[\"euphorie\"][\"extra_text_identification\"]``, please use the registry record ``euphorie.extra_text_identification``.\n- instead of ``appconfig[\"euphorie\"][\"library\"]``, please use the registry record ``euphorie.library``.\n- instead of ``appconfig[\"euphorie\"][\"max_login_attempts\"]``, please use the registry record ``euphorie.max_login_attempts``.\n- instead of ``appconfig[\"euphorie\"][\"terms-and-conditions\"]``, please use the registry record ``euphorie.terms-and-conditions``.\n- instead of ``appconfig[\"euphorie\"][\"use_archive_feature\"]``, please use the registry record ``euphorie.use_archive_feature``.\n- instead of ``appconfig[\"euphorie\"][\"use_clone_feature\"]``, please use the registry record ``euphorie.use_clone_feature``.\n- instead of ``appconfig[\"euphorie\"][\"use_existing_measures\"]``, please use the registry record ``euphorie.use_existing_measures``.\n- instead of ``appconfig[\"euphorie\"][\"use_integrated_action_plan\"]``, please use the registry record ``euphorie.use_integrated_action_plan``.\n- instead of ``appconfig[\"euphorie\"][\"use_involve_phase\"]``, please use the registry record ``euphorie.use_involve_phase``.\n- instead of ``appconfig[\"euphorie\"][\"use_publication_feature\"]``, please use the registry record ``euphorie.use_publication_feature``.\n- instead of ``appconfig[\"euphorie\"][\"use_training_module\"]``, please use the registry record ``euphorie.use_training_module``.\n\nMore informations can be found in NuPlone 2 README file.\n\nEuphorie 12 uses ``weasyprint`` to render PDF files.\nThat means that the ``appconfig[\"euphorie\"][\"smartprintng_url\"]`` is now obsolete.\n\n\nMore information\n================\n\nFor more information please see the `online documentation\n<http://euphorie.readthedocs.org>`_.\n",
"bugtrack_url": null,
"license": "GPL",
"summary": "Euphorie Risk Assessment tool",
"version": "16.2.7",
"project_urls": {
"Homepage": "https://euphorie.readthedocs.org/en/latest/"
},
"split_keywords": [
"euphorie",
"oira",
"interactive",
"risk",
"assessment"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "684e91398d6a5c1244413dbc59a9c3756011288d0ed0455d18242f3406a57129",
"md5": "ee19d48f68b7577972e1f9a5ff220188",
"sha256": "c42d15916ed9ea99c0388a47d4b5919b3919de77320f239231e1afd82a97d737"
},
"downloads": -1,
"filename": "euphorie-16.2.7.tar.gz",
"has_sig": false,
"md5_digest": "ee19d48f68b7577972e1f9a5ff220188",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.8",
"size": 92964193,
"upload_time": "2025-01-15T10:11:38",
"upload_time_iso_8601": "2025-01-15T10:11:38.216102Z",
"url": "https://files.pythonhosted.org/packages/68/4e/91398d6a5c1244413dbc59a9c3756011288d0ed0455d18242f3406a57129/euphorie-16.2.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-15 10:11:38",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "euphorie"
}