# 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.

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/c7/4b/c63987bea4b60d0cef37c9c09b0d3cbfe85a318f357c4b13b9dafbd1acb7/streamlit_framework_multilit-0.7.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\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.7.0",
"project_urls": {
"Homepage": "https://github.com/quiradev/streamlit-plugins"
},
"split_keywords": [
"streamlit",
" plugins",
" framework",
" multipage",
" multilit"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "d7ccdfe0cd19799f9f2e51f19099ed30d7218445049cf99eceed79556155c186",
"md5": "eb942ad103839c57248e0ea19a8f6d64",
"sha256": "8dc18f65e3a80b6993c51c546c87d0d0ad7e402640bed2718b2bea5ee11b81ac"
},
"downloads": -1,
"filename": "streamlit_framework_multilit-0.7.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "eb942ad103839c57248e0ea19a8f6d64",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 18010,
"upload_time": "2025-07-25T11:33:31",
"upload_time_iso_8601": "2025-07-25T11:33:31.083951Z",
"url": "https://files.pythonhosted.org/packages/d7/cc/dfe0cd19799f9f2e51f19099ed30d7218445049cf99eceed79556155c186/streamlit_framework_multilit-0.7.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c74bc63987bea4b60d0cef37c9c09b0d3cbfe85a318f357c4b13b9dafbd1acb7",
"md5": "2d3bd77eb730ba69dc7e3ff224ed2d61",
"sha256": "ed6cc178faeed6e45632ef0fde2468388549dd3407e1573bb0fda94abd8f457d"
},
"downloads": -1,
"filename": "streamlit_framework_multilit-0.7.0.tar.gz",
"has_sig": false,
"md5_digest": "2d3bd77eb730ba69dc7e3ff224ed2d61",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 19538,
"upload_time": "2025-07-25T11:33:38",
"upload_time_iso_8601": "2025-07-25T11:33:38.144774Z",
"url": "https://files.pythonhosted.org/packages/c7/4b/c63987bea4b60d0cef37c9c09b0d3cbfe85a318f357c4b13b9dafbd1acb7/streamlit_framework_multilit-0.7.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-25 11:33:38",
"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.48.0"
],
[
">=",
"1.38.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"
}