image-object-component


Nameimage-object-component JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-11-19 10:10:42
maintainerNone
docs_urlNone
authorJohn Smith
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # streamlit-custom-component

Streamlit component that allows you to do X

## Installation instructions

```sh
pip install streamlit-custom-component
```

## Usage instructions

```python
import streamlit as st

from my_component import my_component

value = my_component()

st.write(value)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "image-object-component",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "John Smith",
    "author_email": "john@example.com",
    "download_url": "https://files.pythonhosted.org/packages/98/24/466272329379cb3d6a5145bc9db8999fa827545a8a202b26a81f82036887/image_object_component-0.0.1.tar.gz",
    "platform": null,
    "description": "# streamlit-custom-component\r\n\r\nStreamlit component that allows you to do X\r\n\r\n## Installation instructions\r\n\r\n```sh\r\npip install streamlit-custom-component\r\n```\r\n\r\n## Usage instructions\r\n\r\n```python\r\nimport streamlit as st\r\n\r\nfrom my_component import my_component\r\n\r\nvalue = my_component()\r\n\r\nst.write(value)\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56840d0e32eb86812eed20fa04dd22094f0f41b7c3f58a13a994b0124a1b58ba",
                "md5": "0465d7ac876a20ca57e08781abc1c98f",
                "sha256": "40e0a0bedc2bcc74b08e09f0a4060132a18cda9f1e13db2353b1704d865152bd"
            },
            "downloads": -1,
            "filename": "image_object_component-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0465d7ac876a20ca57e08781abc1c98f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 863583,
            "upload_time": "2024-11-19T10:10:30",
            "upload_time_iso_8601": "2024-11-19T10:10:30.830044Z",
            "url": "https://files.pythonhosted.org/packages/56/84/0d0e32eb86812eed20fa04dd22094f0f41b7c3f58a13a994b0124a1b58ba/image_object_component-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9824466272329379cb3d6a5145bc9db8999fa827545a8a202b26a81f82036887",
                "md5": "2e50955e82d0d82ac1284d6137c2dd9c",
                "sha256": "040a165094bc3efd4c204a4dceb088858fd07de0c7cc5eb4246b4b0a85ada660"
            },
            "downloads": -1,
            "filename": "image_object_component-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2e50955e82d0d82ac1284d6137c2dd9c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 854990,
            "upload_time": "2024-11-19T10:10:42",
            "upload_time_iso_8601": "2024-11-19T10:10:42.374718Z",
            "url": "https://files.pythonhosted.org/packages/98/24/466272329379cb3d6a5145bc9db8999fa827545a8a202b26a81f82036887/image_object_component-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 10:10:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "image-object-component"
}
        
Elapsed time: 0.45009s