Metadata-Version: 2.1
Name: NEMO-periodic-table-question
Version: 1.2.0
Summary: Install Periodic table question plugin for NEMO
Author-email: Atlantis Labs LLC <atlantis@atlantislabs.io>
License: MIT
Project-URL: Homepage, https://gitlab.com/nemo-community/atlantis-labs/nemo-periodic-table-question
Project-URL: Changelog, https://gitlab.com/nemo-community/atlantis-labs/nemo-periodic-table-question/releases
Project-URL: Issues, https://gitlab.com/nemo-community/atlantis-labs/nemo-periodic-table-question/issues
Project-URL: CI, https://gitlab.com/nemo-community/atlantis-labs/nemo-periodic-table-question/pipelines
Keywords: NEMO
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django
Provides-Extra: nemo
Requires-Dist: NEMO>=6.0.0; extra == "nemo"
Provides-Extra: nemo-ce
Requires-Dist: NEMO-CE>=6.0.0; extra == "nemo-ce"
Provides-Extra: dev-tools
Requires-Dist: pre-commit; extra == "dev-tools"
Requires-Dist: djlint; extra == "dev-tools"
Requires-Dist: black; extra == "dev-tools"

# 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.
