Metadata-Version: 2.1
Name: gradio_molgallery3d
Version: 0.0.1
Summary: A Gradio component designed for displaying an interactive gallery of 3D molecular structures.
Author-email: Davide Rigoni <davider1994@gmail.com>
License-Expression: GPL-3.0-only
License-File: LICENSE
Keywords: 3D structures,Molecules Structures,gradio-custom-component,gradio-template-Gallery,py3Dmol
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.8
Requires-Dist: gradio<5.0,>=4.0
Requires-Dist: rdkit
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Description-Content-Type: text/markdown


# gradio_molgallery
A Custom Gradio component.

## Example usage

```python
import gradio as gr
from gradio_molgallery import MolGallery3D
```
