stauth


Namestauth JSON
Version 0.1.12 PyPI version JSON
download
home_page
SummaryBasic Streamlit authenticator
upload_time2023-06-16 09:45:48
maintainer
docs_urlNone
authorMysterious Ben
requires_python>=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # stauth

Streamlit authentication components
  
## Installation

```python
pip install stauth
```

## Example

Clone the repo and launch the example Streamlit page:
```console
poetry run streamlit run example.py
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "stauth",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*",
    "maintainer_email": "",
    "keywords": "",
    "author": "Mysterious Ben",
    "author_email": "datascience@tuta.io",
    "download_url": "https://files.pythonhosted.org/packages/85/c1/31eb22383c30a21f350982f7967fe630b8a09e0e262a19246f12f33399ff/stauth-0.1.12.tar.gz",
    "platform": null,
    "description": "# stauth\n\nStreamlit authentication components\n  \n## Installation\n\n```python\npip install stauth\n```\n\n## Example\n\nClone the repo and launch the example Streamlit page:\n```console\npoetry run streamlit run example.py\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Basic Streamlit authenticator",
    "version": "0.1.12",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f03c1aaa9a4c20729cce977b3dbd7dcc40fd31af7c3f61a73c74a75f5f3d06e",
                "md5": "b1299949d51adb1b3627fedef16db0df",
                "sha256": "ef86c4ce507ce1d4e0c8cef8cac45e3875466776359523637d2f640ec41abf37"
            },
            "downloads": -1,
            "filename": "stauth-0.1.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1299949d51adb1b3627fedef16db0df",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*",
            "size": 8714,
            "upload_time": "2023-06-16T09:45:46",
            "upload_time_iso_8601": "2023-06-16T09:45:46.803210Z",
            "url": "https://files.pythonhosted.org/packages/4f/03/c1aaa9a4c20729cce977b3dbd7dcc40fd31af7c3f61a73c74a75f5f3d06e/stauth-0.1.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85c131eb22383c30a21f350982f7967fe630b8a09e0e262a19246f12f33399ff",
                "md5": "8e95e1af2d790a51a00af3d3633e4859",
                "sha256": "e0cdf494e62f3016305f515828f62b8a5b3ec5f9a2c379e64bbe6b518cdd2339"
            },
            "downloads": -1,
            "filename": "stauth-0.1.12.tar.gz",
            "has_sig": false,
            "md5_digest": "8e95e1af2d790a51a00af3d3633e4859",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*",
            "size": 8378,
            "upload_time": "2023-06-16T09:45:48",
            "upload_time_iso_8601": "2023-06-16T09:45:48.306132Z",
            "url": "https://files.pythonhosted.org/packages/85/c1/31eb22383c30a21f350982f7967fe630b8a09e0e262a19246f12f33399ff/stauth-0.1.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-16 09:45:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "stauth"
}
        
Elapsed time: 1.41413s