NEMO-periodic-table-question


NameNEMO-periodic-table-question JSON
Version 1.2.0 PyPI version JSON
download
home_pageNone
SummaryInstall Periodic table question plugin for NEMO
upload_time2024-10-28 20:50:10
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
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": null,
    "name": "NEMO-periodic-table-question",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "NEMO",
    "author": null,
    "author_email": "Atlantis Labs LLC <atlantis@atlantislabs.io>",
    "download_url": null,
    "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.2.0",
    "project_urls": {
        "CI": "https://gitlab.com/nemo-community/atlantis-labs/nemo-periodic-table-question/pipelines",
        "Changelog": "https://gitlab.com/nemo-community/atlantis-labs/nemo-periodic-table-question/releases",
        "Homepage": "https://gitlab.com/nemo-community/atlantis-labs/nemo-periodic-table-question",
        "Issues": "https://gitlab.com/nemo-community/atlantis-labs/nemo-periodic-table-question/issues"
    },
    "split_keywords": [
        "nemo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d34913f7822fa700a6cbabeed6e063d3c1c58f6267b120ea04a16772e9760408",
                "md5": "f121d143cd8c30617bc2fc6adfa8f1ea",
                "sha256": "ee77bbf85cdc121ddddc824bc4c22dc923daad98dda994b9fc2526a26a1237dc"
            },
            "downloads": -1,
            "filename": "NEMO_periodic_table_question-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f121d143cd8c30617bc2fc6adfa8f1ea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7812,
            "upload_time": "2024-10-28T20:50:10",
            "upload_time_iso_8601": "2024-10-28T20:50:10.128059Z",
            "url": "https://files.pythonhosted.org/packages/d3/49/13f7822fa700a6cbabeed6e063d3c1c58f6267b120ea04a16772e9760408/NEMO_periodic_table_question-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-28 20:50:10",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "nemo-community",
    "gitlab_project": "atlantis-labs",
    "lcname": "nemo-periodic-table-question"
}
        
Elapsed time: 0.71930s