Euphorie


NameEuphorie JSON
Version 16.1.2 PyPI version JSON
download
home_pagehttps://euphorie.readthedocs.org/en/latest/
SummaryEuphorie Risk Assessment tool
upload_time2024-03-20 10:54:39
maintainerNone
docs_urlhttps://pythonhosted.org/Euphorie/
authorWichert Akkerman and Syslab.com
requires_python~=3.8
licenseGPL
keywords euphorie oira interactive risk assessment
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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/b8/13/4eadafa698f8ea6569bda9a60e5ecd13085b80e36a0f401121feae35fa55/Euphorie-16.1.2.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.1.2",
    "project_urls": {
        "Homepage": "https://euphorie.readthedocs.org/en/latest/"
    },
    "split_keywords": [
        "euphorie",
        "oira",
        "interactive",
        "risk",
        "assessment"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7cd54fc4b958f137605943474b65f5a52df32547e35a1575604936b2efe12e2",
                "md5": "a3028d62af16395f8ac6566ed32961b7",
                "sha256": "9edea0657b9118bb19690faac31b1c87510d428ba055388375722c24bd7e33ed"
            },
            "downloads": -1,
            "filename": "Euphorie-16.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a3028d62af16395f8ac6566ed32961b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 89332168,
            "upload_time": "2024-03-20T10:53:14",
            "upload_time_iso_8601": "2024-03-20T10:53:14.966332Z",
            "url": "https://files.pythonhosted.org/packages/b7/cd/54fc4b958f137605943474b65f5a52df32547e35a1575604936b2efe12e2/Euphorie-16.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8134eadafa698f8ea6569bda9a60e5ecd13085b80e36a0f401121feae35fa55",
                "md5": "d18f651fd3dac030cef3f591cc7ce908",
                "sha256": "57642da30d2aa1926efcbdf0a5d3dd61726942444b2b0108c3ce171da12308c6"
            },
            "downloads": -1,
            "filename": "Euphorie-16.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d18f651fd3dac030cef3f591cc7ce908",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 92948249,
            "upload_time": "2024-03-20T10:54:39",
            "upload_time_iso_8601": "2024-03-20T10:54:39.139771Z",
            "url": "https://files.pythonhosted.org/packages/b8/13/4eadafa698f8ea6569bda9a60e5ecd13085b80e36a0f401121feae35fa55/Euphorie-16.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 10:54:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "euphorie"
}
        
Elapsed time: 0.21208s