octostar-streamlit-search-experience


Nameoctostar-streamlit-search-experience JSON
Version 0.1.5 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-05-10 21:27:33
maintainerNone
docs_urlNone
authorYour Name
requires_python!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.*,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Octostar search experience streamlit component

Motivation to create a separate project for the component is to address problems with complex bidirectional components in Streamlit. The problem with the current search experience implementation is that Streamlit resets the state of the application each time a component returns a value what makes usage of conditions with UI components difficult.

Therefore, instead of spliting work with search experience into "trigger" and "get value" parts the easier way is to encapsulate work with the Octostar platform API inside a separate component what enables such component to set the value for Streamlit in whatever convenient way.

## Related resources

- https://streamlit-components-tutorial.netlify.app/introduction/;

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "octostar-streamlit-search-experience",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.*,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/70/ca/dc66c01bdc65f5919fefe1bf702b7d290d378a40edc071ae2f7d018f2701/octostar_streamlit_search_experience-0.1.5.tar.gz",
    "platform": null,
    "description": "# Octostar search experience streamlit component\n\nMotivation to create a separate project for the component is to address problems with complex bidirectional components in Streamlit. The problem with the current search experience implementation is that Streamlit resets the state of the application each time a component returns a value what makes usage of conditions with UI components difficult.\n\nTherefore, instead of spliting work with search experience into \"trigger\" and \"get value\" parts the easier way is to encapsulate work with the Octostar platform API inside a separate component what enables such component to set the value for Streamlit in whatever convenient way.\n\n## Related resources\n\n- https://streamlit-components-tutorial.netlify.app/introduction/;\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": null,
    "version": "0.1.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "246c8df887843b3054f1a44cb5f6a30ad8d127f91108b190c5cac1465845806a",
                "md5": "72eb9a4b20803f18c3668d536fa8951b",
                "sha256": "302453a8106bbe9cac3c83132e359d1a93357ebd09dee320f77277d10503b35c"
            },
            "downloads": -1,
            "filename": "octostar_streamlit_search_experience-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "72eb9a4b20803f18c3668d536fa8951b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.*,>=3.9",
            "size": 149952,
            "upload_time": "2024-05-10T21:27:31",
            "upload_time_iso_8601": "2024-05-10T21:27:31.871559Z",
            "url": "https://files.pythonhosted.org/packages/24/6c/8df887843b3054f1a44cb5f6a30ad8d127f91108b190c5cac1465845806a/octostar_streamlit_search_experience-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70cadc66c01bdc65f5919fefe1bf702b7d290d378a40edc071ae2f7d018f2701",
                "md5": "6302e29097858078d552b324459ff54d",
                "sha256": "3b1cbc32ab485ca9e403eee206e151e5e4ea05879f989041085dbea95d837565"
            },
            "downloads": -1,
            "filename": "octostar_streamlit_search_experience-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "6302e29097858078d552b324459ff54d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.*,>=3.9",
            "size": 144255,
            "upload_time": "2024-05-10T21:27:33",
            "upload_time_iso_8601": "2024-05-10T21:27:33.673695Z",
            "url": "https://files.pythonhosted.org/packages/70/ca/dc66c01bdc65f5919fefe1bf702b7d290d378a40edc071ae2f7d018f2701/octostar_streamlit_search_experience-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-10 21:27:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "octostar-streamlit-search-experience"
}
        
Elapsed time: 0.25996s