gradio-test3


Namegradio-test3 JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryThis is a test component.
upload_time2023-11-15 16:37:02
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords gradio-custom-component gradio-template-fallback no-template test
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# gradio_test3
A Custom Gradio component.

## Example usage

```python
import gradio as gr
from gradio_test3 import Test3
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gradio-test3",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "gradio-custom-component,gradio-template-Fallback,no-template,test",
    "author": "",
    "author_email": "YOUR NAME <YOUREMAIL@domain.com>",
    "download_url": "https://files.pythonhosted.org/packages/88/b3/dba7a05a3841c5dae9fe010708b1f08fc53e357c5a9b8db22878f9652dc0/gradio_test3-0.0.2.tar.gz",
    "platform": null,
    "description": "\n# gradio_test3\nA Custom Gradio component.\n\n## Example usage\n\n```python\nimport gradio as gr\nfrom gradio_test3 import Test3\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This is a test component.",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "gradio-custom-component",
        "gradio-template-fallback",
        "no-template",
        "test"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "124160ae67ab4ed15970013f0bd800735aaf07ea448690d93a45e9de88b223eb",
                "md5": "e0d940f8d0935876f2582ad08f4255a9",
                "sha256": "4e8b68636bbdd5b030ada9dfa5d339e5d3e090605a4d5560bd4b106498a3be01"
            },
            "downloads": -1,
            "filename": "gradio_test3-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e0d940f8d0935876f2582ad08f4255a9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2126,
            "upload_time": "2023-11-15T16:37:00",
            "upload_time_iso_8601": "2023-11-15T16:37:00.361713Z",
            "url": "https://files.pythonhosted.org/packages/12/41/60ae67ab4ed15970013f0bd800735aaf07ea448690d93a45e9de88b223eb/gradio_test3-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88b3dba7a05a3841c5dae9fe010708b1f08fc53e357c5a9b8db22878f9652dc0",
                "md5": "518bc5abbf0324ed6f51d5fbfdab6a56",
                "sha256": "66b3227785ca1f154ee09055feed6f5d91b1950f8c371a6f6637b76b947628f9"
            },
            "downloads": -1,
            "filename": "gradio_test3-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "518bc5abbf0324ed6f51d5fbfdab6a56",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11333,
            "upload_time": "2023-11-15T16:37:02",
            "upload_time_iso_8601": "2023-11-15T16:37:02.956367Z",
            "url": "https://files.pythonhosted.org/packages/88/b3/dba7a05a3841c5dae9fe010708b1f08fc53e357c5a9b8db22878f9652dc0/gradio_test3-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-15 16:37:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gradio-test3"
}
        
Elapsed time: 0.12984s