NEMO-periodic-table-question


NameNEMO-periodic-table-question JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://gitlab.com/nemo-community/atlantis-labs/nemo-periodic-table-question
SummaryInstall Periodic table question plugin for NEMO
upload_time2023-09-26 22:38:42
maintainer
docs_urlNone
authorAtlantis Labs LLC
requires_python>=3.7
licenseMIT
keywords nemo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NEMO Periodic Table Question

This plugin for NEMO allows to use a `periodic_table` type of question in post usage questions or reservation questions.

# Installation

`pip install NEMO-periodic-table-question`

# Add NEMO Periodic Table Question

in `settings.py` add to `INSTALLED_APPS`:

```python
INSTALLED_APPS = [
    '...',
    'NEMO_periodic_table_question',
    '...'
]
```

# Usage
Use `type: "peridodic-table"` in Tool post usage questions or Reservation questions.

Options:
 - required: true or false (default: false)
 - collapsible: true or false (default: false)
 - collapsed: true or false (default: false)
 - help: "Some help text to display under the periodic table"

**Important note**:<br>
The `collapsible`/`collapsed` options aren't supported in the admin preview but should work in the calendar.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/nemo-community/atlantis-labs/nemo-periodic-table-question",
    "name": "NEMO-periodic-table-question",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "NEMO",
    "author": "Atlantis Labs LLC",
    "author_email": "atlantis@atlantislabs.io",
    "download_url": "",
    "platform": null,
    "description": "# NEMO Periodic Table Question\n\nThis plugin for NEMO allows to use a `periodic_table` type of question in post usage questions or reservation questions.\n\n# Installation\n\n`pip install NEMO-periodic-table-question`\n\n# Add NEMO Periodic Table Question\n\nin `settings.py` add to `INSTALLED_APPS`:\n\n```python\nINSTALLED_APPS = [\n    '...',\n    'NEMO_periodic_table_question',\n    '...'\n]\n```\n\n# Usage\nUse `type: \"peridodic-table\"` in Tool post usage questions or Reservation questions.\n\nOptions:\n - required: true or false (default: false)\n - collapsible: true or false (default: false)\n - collapsed: true or false (default: false)\n - help: \"Some help text to display under the periodic table\"\n\n**Important note**:<br>\nThe `collapsible`/`collapsed` options aren't supported in the admin preview but should work in the calendar.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Install Periodic table question plugin for NEMO",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/nemo-community/atlantis-labs/nemo-periodic-table-question"
    },
    "split_keywords": [
        "nemo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efc0272092989deb070ff157fae336cb11671cc69aeef46513b9f3d1ed109851",
                "md5": "64ceb8a78ef0e326c0c49529f5387a13",
                "sha256": "4a5c63dd108d70ec092684d810f37eebcb04a1cfb4bc2546f83730c9cee47bab"
            },
            "downloads": -1,
            "filename": "NEMO_periodic_table_question-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "64ceb8a78ef0e326c0c49529f5387a13",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7105,
            "upload_time": "2023-09-26T22:38:42",
            "upload_time_iso_8601": "2023-09-26T22:38:42.848398Z",
            "url": "https://files.pythonhosted.org/packages/ef/c0/272092989deb070ff157fae336cb11671cc69aeef46513b9f3d1ed109851/NEMO_periodic_table_question-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-26 22:38:42",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "nemo-community",
    "gitlab_project": "atlantis-labs",
    "lcname": "nemo-periodic-table-question"
}
        
Elapsed time: 0.11932s