Metadata-Version: 2.1
Name: gradio_molecule3d
Version: 0.0.2
Summary: Molecule3D custom component to visualize pdb or sdf files
Author-email: Simon Dürr <dev@simonduerr.eu>
License-Expression: MIT
License-File: LICENSE
Keywords: gradio,gradio custom component,gradio-template-File,machine learning,protein,reproducibility,visualization
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
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
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Description-Content-Type: text/markdown


# gradio_molecule3d
A Custom Gradio component to visualize molecules in pdb, sdf or mol2 format.


Developed by Simon Dürr. 

If you use this component for academic work please cite:
3Dmol.js: molecular visualization with WebGL , Nicholas Rego, David Koes, Bioinformatics, Volume 31, Issue 8, April 2015, Pages 1322–1324, https://doi.org/10.1093/bioinformatics/btu829

## How to use

```python
import gradio as gr
from gradio_molecule3d import Molecule3D
```
