streamlit-component-loader


Namestreamlit-component-loader JSON
Version 0.2.6 PyPI version JSON
download
home_pagehttps://github.com/quiradev/streamlit-plugins
SummaryComponents and Frameworks to give new features to streamlit
upload_time2024-09-17 17:20:52
maintainerNone
docs_urlNone
authorVictor Quilon Ranera
requires_python>=3.9
licenseMIT
keywords streamlit plugins components loader
VCS
bugtrack_url
requirements streamlit compress-pickle bokeh validators pandas
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # streamlit-plugins
Components and Frameworks to give new features to streamlit

## Components
The Loader component is inherited from Hydralit components, only to give support to the multilit framework.
But this version has improve the loaders to be more user-friendly.

### Loader (Inherit from Hydralit Components)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/quiradev/streamlit-plugins",
    "name": "streamlit-component-loader",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "streamlit, plugins, components, loader",
    "author": "Victor Quilon Ranera",
    "author_email": "v.quilonr@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8f/a9/7605ef232e4b3880c85b0ef3748629e7f544b719828915a125b8b9dbc582/streamlit_component_loader-0.2.6.tar.gz",
    "platform": null,
    "description": "# streamlit-plugins\nComponents and Frameworks to give new features to streamlit\n\n## Components\nThe Loader component is inherited from Hydralit components, only to give support to the multilit framework.\nBut this version has improve the loaders to be more user-friendly.\n\n### Loader (Inherit from Hydralit Components)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Components and Frameworks to give new features to streamlit",
    "version": "0.2.6",
    "project_urls": {
        "Homepage": "https://github.com/quiradev/streamlit-plugins"
    },
    "split_keywords": [
        "streamlit",
        " plugins",
        " components",
        " loader"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49f8ab6feba6f572968811d43c412665f2933350aafaa8471680bbfc31c9be65",
                "md5": "99bb6dff7f234bf8ea30dd47140f2d6c",
                "sha256": "5c7160dcd5769898067cae88e1e3ff50d9a965d5b7743706d0d073d1647af911"
            },
            "downloads": -1,
            "filename": "streamlit_component_loader-0.2.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "99bb6dff7f234bf8ea30dd47140f2d6c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 15557,
            "upload_time": "2024-09-17T17:20:51",
            "upload_time_iso_8601": "2024-09-17T17:20:51.327267Z",
            "url": "https://files.pythonhosted.org/packages/49/f8/ab6feba6f572968811d43c412665f2933350aafaa8471680bbfc31c9be65/streamlit_component_loader-0.2.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fa97605ef232e4b3880c85b0ef3748629e7f544b719828915a125b8b9dbc582",
                "md5": "68ba846f1b38b58444478931868a84ce",
                "sha256": "50f500cf7c44d297d322e6020e509972c9381ae75670dfbcd8883c33d3b3be52"
            },
            "downloads": -1,
            "filename": "streamlit_component_loader-0.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "68ba846f1b38b58444478931868a84ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 16686,
            "upload_time": "2024-09-17T17:20:52",
            "upload_time_iso_8601": "2024-09-17T17:20:52.555645Z",
            "url": "https://files.pythonhosted.org/packages/8f/a9/7605ef232e4b3880c85b0ef3748629e7f544b719828915a125b8b9dbc582/streamlit_component_loader-0.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-17 17:20:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "quiradev",
    "github_project": "streamlit-plugins",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "streamlit",
            "specs": [
                [
                    "<=",
                    "1.37.0"
                ]
            ]
        },
        {
            "name": "compress-pickle",
            "specs": [
                [
                    "~=",
                    "2.1.0"
                ]
            ]
        },
        {
            "name": "bokeh",
            "specs": [
                [
                    "~=",
                    "3.1.1"
                ]
            ]
        },
        {
            "name": "validators",
            "specs": [
                [
                    "~=",
                    "0.22.0"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "~=",
                    "2.2.0"
                ]
            ]
        }
    ],
    "lcname": "streamlit-component-loader"
}
        
Elapsed time: 0.34187s