streamlit-framework-multilit


Namestreamlit-framework-multilit JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/quiradev/streamlit-plugins
SummaryComponents and Frameworks to give new features to streamlit
upload_time2025-02-13 22:13:22
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 pydantic
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/d5/49/b0a8e625af98b3d63afd8b5a13683b445d9677c2c29a0dcf170911a98b38/streamlit_framework_multilit-0.5.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.5.0",
    "project_urls": {
        "Homepage": "https://github.com/quiradev/streamlit-plugins"
    },
    "split_keywords": [
        "streamlit",
        " plugins",
        " framework",
        " multipage",
        " multilit"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "74f956f532fbfa872b026e605630b6330f684c631708d44305c4805284d5e60c",
                "md5": "d7906bb966fd3c548bd1ef0ace08f0eb",
                "sha256": "6a0dc4482efcd8806360ba2e4f04d8b40373ecb22be1cd71496cd65680389625"
            },
            "downloads": -1,
            "filename": "streamlit_framework_multilit-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d7906bb966fd3c548bd1ef0ace08f0eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 17518,
            "upload_time": "2025-02-13T22:13:18",
            "upload_time_iso_8601": "2025-02-13T22:13:18.483540Z",
            "url": "https://files.pythonhosted.org/packages/74/f9/56f532fbfa872b026e605630b6330f684c631708d44305c4805284d5e60c/streamlit_framework_multilit-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d549b0a8e625af98b3d63afd8b5a13683b445d9677c2c29a0dcf170911a98b38",
                "md5": "f91742b6bdb812939edd8dbdad5aa256",
                "sha256": "c4eee95ff7a03a75eb8b634d1c12a211d752d0812ddd78b69a92c56656d68c01"
            },
            "downloads": -1,
            "filename": "streamlit_framework_multilit-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f91742b6bdb812939edd8dbdad5aa256",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 19026,
            "upload_time": "2025-02-13T22:13:22",
            "upload_time_iso_8601": "2025-02-13T22:13:22.538168Z",
            "url": "https://files.pythonhosted.org/packages/d5/49/b0a8e625af98b3d63afd8b5a13683b445d9677c2c29a0dcf170911a98b38/streamlit_framework_multilit-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-13 22:13:22",
    "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"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": []
        }
    ],
    "lcname": "streamlit-framework-multilit"
}
        
Elapsed time: 4.55440s