streamlit-framework-multilit


Namestreamlit-framework-multilit JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/quiradev/streamlit-plugins
SummaryComponents and Frameworks to give new features to streamlit
upload_time2025-01-11 20:10:48
maintainerNone
docs_urlNone
authorVictor Quilon Ranera
requires_python>=3.9
licenseMIT
keywords streamlit plugins framework multipage multilit
VCS
bugtrack_url
requirements streamlit compress-pickle bokeh validators pandas
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Multilit (Inherit from Hydralit)
This is a fork of [Hydralit](https://github.com/TangleSpace/hydralit).

In this version, I update all the code to be compatible with the last version of streamlit.
And it improves the interface to be more user-friendly. Also, it respects the strealit active theme and can be override by the user.
In a future is planned to incorporate the new multipage native of streamlit. Instead of the current implementation.

Can use built-in buttons to change the page, or use a function to change the page programmatically.
![Change Page with button](https://raw.githubusercontent.com/quiradev/streamlit-plugins/main/resources/demo2.gif)

You can install extra components to work with multilit framework.
```bash
pip install streamlit-framework-multilit[navbar,loader]
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/quiradev/streamlit-plugins",
    "name": "streamlit-framework-multilit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "streamlit, plugins, framework, multipage, multilit",
    "author": "Victor Quilon Ranera",
    "author_email": "v.quilonr@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bb/72/9b8195b99495300e94736cee4e3f5b23ac7031e375b61e958d870d04ca34/streamlit_framework_multilit-0.4.0.tar.gz",
    "platform": null,
    "description": "# Multilit (Inherit from Hydralit)\nThis is a fork of [Hydralit](https://github.com/TangleSpace/hydralit).\n\nIn this version, I update all the code to be compatible with the last version of streamlit.\nAnd it improves the interface to be more user-friendly. Also, it respects the strealit active theme and can be override by the user.\nIn a future is planned to incorporate the new multipage native of streamlit. Instead of the current implementation.\n\nCan use built-in buttons to change the page, or use a function to change the page programmatically.\n![Change Page with button](https://raw.githubusercontent.com/quiradev/streamlit-plugins/main/resources/demo2.gif)\n\nYou can install extra components to work with multilit framework.\n```bash\npip install streamlit-framework-multilit[navbar,loader]\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Components and Frameworks to give new features to streamlit",
    "version": "0.4.0",
    "project_urls": {
        "Homepage": "https://github.com/quiradev/streamlit-plugins"
    },
    "split_keywords": [
        "streamlit",
        " plugins",
        " framework",
        " multipage",
        " multilit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef3ce86a1712aa93427d5acc0d0c5038d1c2be127ca66608b71676e8dbb8e0fe",
                "md5": "9b9b7dd554ab39b666beb257d9efd459",
                "sha256": "38d04e5ecc70da27922d21aa6c6426e8eab19061cb6487f62bae7f0b42a7dfa0"
            },
            "downloads": -1,
            "filename": "streamlit_framework_multilit-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9b9b7dd554ab39b666beb257d9efd459",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 17273,
            "upload_time": "2025-01-11T20:10:45",
            "upload_time_iso_8601": "2025-01-11T20:10:45.562688Z",
            "url": "https://files.pythonhosted.org/packages/ef/3c/e86a1712aa93427d5acc0d0c5038d1c2be127ca66608b71676e8dbb8e0fe/streamlit_framework_multilit-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb729b8195b99495300e94736cee4e3f5b23ac7031e375b61e958d870d04ca34",
                "md5": "10be993fbf696417fd48362934d987e2",
                "sha256": "bce489adda7da51acaa65f24810d10178f2b28e13f2dc924f48e219a92e51fcd"
            },
            "downloads": -1,
            "filename": "streamlit_framework_multilit-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "10be993fbf696417fd48362934d987e2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 17374,
            "upload_time": "2025-01-11T20:10:48",
            "upload_time_iso_8601": "2025-01-11T20:10:48.172708Z",
            "url": "https://files.pythonhosted.org/packages/bb/72/9b8195b99495300e94736cee4e3f5b23ac7031e375b61e958d870d04ca34/streamlit_framework_multilit-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-11 20:10:48",
    "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.41.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-framework-multilit"
}
        
Elapsed time: 1.78201s