streamlit-get-protocol


Namestreamlit-get-protocol JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/phamxtien/streamlit-get-protocol
SummaryGet window.location.protocol
upload_time2023-01-05 03:20:59
maintainer
docs_urlNone
authorPham Xuan Tien
requires_python>=3.9
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # streamlit_get_protocol

Get window.location.protocol

## Example:

import streamlit as st  
from streamlit_get_protocol import get_protocol

protocol = get_protocol()

if protocol:  
    st.write(protocol)
    



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/phamxtien/streamlit-get-protocol",
    "name": "streamlit-get-protocol",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Pham Xuan Tien",
    "author_email": "phamxtien@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a2/b5/8b464777400277de35e6c834e77d7bb4b524e39def60bf2f6f1504128cde/streamlit-get-protocol-0.1.0.tar.gz",
    "platform": null,
    "description": "# streamlit_get_protocol\n\nGet window.location.protocol\n\n## Example:\n\nimport streamlit as st  \nfrom streamlit_get_protocol import get_protocol\n\nprotocol = get_protocol()\n\nif protocol:  \n    st.write(protocol)\n    \n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Get window.location.protocol",
    "version": "0.1.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93d2928f7a5f668e608b5f48389d46ac6c51a86ec8ace559acc0d98b42547983",
                "md5": "cabcc13d3a4dd80fecc3d5401b141eca",
                "sha256": "cefd6745951a1cbfe50df2fec268753f32671520a1df8f13ca5b40ded09612dc"
            },
            "downloads": -1,
            "filename": "streamlit_get_protocol-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cabcc13d3a4dd80fecc3d5401b141eca",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4745,
            "upload_time": "2023-01-05T03:20:57",
            "upload_time_iso_8601": "2023-01-05T03:20:57.746115Z",
            "url": "https://files.pythonhosted.org/packages/93/d2/928f7a5f668e608b5f48389d46ac6c51a86ec8ace559acc0d98b42547983/streamlit_get_protocol-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2b58b464777400277de35e6c834e77d7bb4b524e39def60bf2f6f1504128cde",
                "md5": "9ab5b55b1a227dd75b85111d8a0291f3",
                "sha256": "07373c9fdd244cd907888308c0d46730031a837479f7ed8af7781266eb9d4d01"
            },
            "downloads": -1,
            "filename": "streamlit-get-protocol-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9ab5b55b1a227dd75b85111d8a0291f3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3793,
            "upload_time": "2023-01-05T03:20:59",
            "upload_time_iso_8601": "2023-01-05T03:20:59.819198Z",
            "url": "https://files.pythonhosted.org/packages/a2/b5/8b464777400277de35e6c834e77d7bb4b524e39def60bf2f6f1504128cde/streamlit-get-protocol-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-05 03:20:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "phamxtien",
    "github_project": "streamlit-get-protocol",
    "lcname": "streamlit-get-protocol"
}
        
Elapsed time: 0.05771s