gradio-editor3d


Namegradio-editor3d JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryBringing 3D design and editing capabilities to Gradio
upload_time2023-12-06 21:30:09
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords 3d design gradio gradio-custom-component gradio-editor3d
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# gradio_editor3d
Bringing 3D design and editing capabilities to Gradio.

## Example usage

```python
import gradio as gr
from gradio_editor3d import Editor3D
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gradio-editor3d",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "3D design gradio,gradio-custom-component,gradio-editor3d",
    "author": "",
    "author_email": "Shariq Farooq Bhat <shariqfarooq00@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6b/a6/51fbfbbd98730b9a53895f9e8ba3c3c12bb03d81ff2a5742da74e22ea656/gradio_editor3d-0.0.2.tar.gz",
    "platform": null,
    "description": "\n# gradio_editor3d\nBringing 3D design and editing capabilities to Gradio.\n\n## Example usage\n\n```python\nimport gradio as gr\nfrom gradio_editor3d import Editor3D\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Bringing 3D design and editing capabilities to Gradio",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "3d design gradio",
        "gradio-custom-component",
        "gradio-editor3d"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e724b91340fbd4f2fe69893e13eda9186f52512fd313fcc3d5a099847b2b8174",
                "md5": "ffd05d993e4a76ff35d0d9d97210bdfd",
                "sha256": "3af2ef184c47313fbc406fca5b3416df31face2132f44593290faf604d2a1ab5"
            },
            "downloads": -1,
            "filename": "gradio_editor3d-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ffd05d993e4a76ff35d0d9d97210bdfd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1172866,
            "upload_time": "2023-12-06T21:30:06",
            "upload_time_iso_8601": "2023-12-06T21:30:06.033985Z",
            "url": "https://files.pythonhosted.org/packages/e7/24/b91340fbd4f2fe69893e13eda9186f52512fd313fcc3d5a099847b2b8174/gradio_editor3d-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ba651fbfbbd98730b9a53895f9e8ba3c3c12bb03d81ff2a5742da74e22ea656",
                "md5": "837099c582aa00151ec425b69ae493da",
                "sha256": "b050e4b066ea8d4c8f077890e2de1cbee40a83307e640427208aefd92babd528"
            },
            "downloads": -1,
            "filename": "gradio_editor3d-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "837099c582aa00151ec425b69ae493da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1174105,
            "upload_time": "2023-12-06T21:30:09",
            "upload_time_iso_8601": "2023-12-06T21:30:09.067460Z",
            "url": "https://files.pythonhosted.org/packages/6b/a6/51fbfbbd98730b9a53895f9e8ba3c3c12bb03d81ff2a5742da74e22ea656/gradio_editor3d-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-06 21:30:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gradio-editor3d"
}
        
Elapsed time: 0.15735s