gradio-molgallery2d


Namegradio-molgallery2d JSON
Version 1.1.0 PyPI version JSON
download
home_page
SummaryA Gradio component designed for displaying a gallery of 2D molecular structures.
upload_time2024-02-07 10:53:55
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords 2d molecular structure gallery molecular structure rdkit gradio-custom-component gradio-template-gallery
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gradio-molgallery2d",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "2D Molecular Structure,Gallery,Molecular Structure,RDKit,gradio-custom-component,gradio-template-gallery",
    "author": "",
    "author_email": "Davide Rigoni <davider1994@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/5e/2a/5c4906d648d81dedbe3081153082a05614d94f826d6e676862443764dddc/gradio_molgallery2d-1.1.0.tar.gz",
    "platform": null,
    "description": "# gradio_molgallery2d\nA 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.\n\n## Installation\nThis component can be installed through `pip`:\n```bash\npip install gradio_molgallery2d\n```\n\n## Example usage\n\n```python\nimport gradio as gr\nfrom gradio_molgallery import MolGallery2D\n\ngallery2d = MolGallery2D(columns=5, height=1000, label=\"3D Interactive Structures\")\n```\n\n# Information\nFor any questions and comments, contact [Davide Rigoni](mailto:davide.rigoni.1@unipd.it).\n\n# Licenze\nGPL-3.0\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Gradio component designed for displaying a gallery of 2D molecular structures.",
    "version": "1.1.0",
    "project_urls": null,
    "split_keywords": [
        "2d molecular structure",
        "gallery",
        "molecular structure",
        "rdkit",
        "gradio-custom-component",
        "gradio-template-gallery"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4036675d9e1c75da62dec365bb06bd303c727bdff175cc2d94c6b08ba882d190",
                "md5": "377b3b9cae5710a0c82c34c09bed830b",
                "sha256": "1a1d39c0bafb7738fdfb095f70c09fdc49f5b884c5732954d4b1a38dda82920c"
            },
            "downloads": -1,
            "filename": "gradio_molgallery2d-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "377b3b9cae5710a0c82c34c09bed830b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 67634,
            "upload_time": "2024-02-07T10:53:53",
            "upload_time_iso_8601": "2024-02-07T10:53:53.926327Z",
            "url": "https://files.pythonhosted.org/packages/40/36/675d9e1c75da62dec365bb06bd303c727bdff175cc2d94c6b08ba882d190/gradio_molgallery2d-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e2a5c4906d648d81dedbe3081153082a05614d94f826d6e676862443764dddc",
                "md5": "5e494bace8fb3bdb1a6116493ce24186",
                "sha256": "700555bd8eba182d702a0e57f2dc5f5f6fd396b77b908498840dcedd476aae7f"
            },
            "downloads": -1,
            "filename": "gradio_molgallery2d-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5e494bace8fb3bdb1a6116493ce24186",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 79072,
            "upload_time": "2024-02-07T10:53:55",
            "upload_time_iso_8601": "2024-02-07T10:53:55.905600Z",
            "url": "https://files.pythonhosted.org/packages/5e/2a/5c4906d648d81dedbe3081153082a05614d94f826d6e676862443764dddc/gradio_molgallery2d-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-07 10:53:55",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gradio-molgallery2d"
}
        
Elapsed time: 0.18135s