Metadata-Version: 2.1
Name: gradio_molgallery2d
Version: 1.0.0
Summary: A Gradio component designed for displaying a gallery of 2D molecular structures.
Author-email: Davide Rigoni <davider1994@gmail.com>
License-Expression: GPL-3.0-only
License-File: LICENSE
Keywords: 2D Molecular Structure,Gallery,Molecular Structure,RDKit,gradio-custom-component,gradio-template-gallery
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_molgallery2d
A Gradio component designed for displaying a gallery of 2D molecular structures. It is designed to accept inputs consisting of [`RDKit`](https://www.rdkit.org/docs/source/rdkit.Chem.rdchem.html#rdkit.Chem.rdchem.Mol) objects.

## Installation
This component can be installed through `pip`:
```bash
pip install gradio_molgallery2d
```

## Example usage

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

gallery2d = MolGallery2D(columns=5, height=1000, label="3D Interactive Structures")
```

# Information
For any questions and comments, contact [Davide Rigoni](mailto:davide.rigoni.1@unipd.it).

# Licenze
GPL-3.0
