st-cockroachdb-connection


Namest-cockroachdb-connection JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryStreamlit Connection for CockroachDB.
upload_time2023-11-19 13:56:49
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2023 Putu Widyantara Artanta Wibawa Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords streamlit cockroachdb connection
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # st-cockroachdb-connection

![Streamlit](https://img.shields.io/badge/Streamlit-FF4B4B?style=for-the-badge&logo=Streamlit&logoColor=white)
![CockroachDB](https://img.shields.io/badge/CockroachDB-6933FF?style=for-the-badge&logo=Cockroach%20Labs&logoColor=white)
![LICENSE](https://img.shields.io/github/license/putuwaw/st-cockroachdb-connection?style=for-the-badge)
![BUILD](https://img.shields.io/github/actions/workflow/status/putuwaw/st-cockroachdb-connection/ci.yml?style=for-the-badge)
![PyPI - Version](https://img.shields.io/pypi/v/st-cockroachdb-connection?style=for-the-badge)
![PyPI - Downloads](https://img.shields.io/pypi/dm/st-cockroachdb-connection?style=for-the-badge)

Streamlit Connection for CockroachDB.

## Features 🚀

With this apps you can connect to CockroachDB easily using `st.connection` in just few lines of code. You can also execute SQL queries and see the result in more efficient way.

## Prerequisites 📋

- Python 3.8 or higher
- Streamlit 1.28.0 or higher
- Psycopg 3.0 or higher

## Installation 🛠

```bash
pip install st-cockroachdb-connection
```

## Usage 📖

You can see the example app on [examples](examples) folder.

## License 📝

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "st-cockroachdb-connection",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "streamlit,cockroachdb,connection",
    "author": "",
    "author_email": "Putu Widyantara Artanta Wibawa <putuwaw973@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0b/40/d980752a4f9796dc024ee26bbe0b2a190005c6e52084014078bc26c04ed4/st-cockroachdb-connection-1.0.1.tar.gz",
    "platform": null,
    "description": "# st-cockroachdb-connection\n\n![Streamlit](https://img.shields.io/badge/Streamlit-FF4B4B?style=for-the-badge&logo=Streamlit&logoColor=white)\n![CockroachDB](https://img.shields.io/badge/CockroachDB-6933FF?style=for-the-badge&logo=Cockroach%20Labs&logoColor=white)\n![LICENSE](https://img.shields.io/github/license/putuwaw/st-cockroachdb-connection?style=for-the-badge)\n![BUILD](https://img.shields.io/github/actions/workflow/status/putuwaw/st-cockroachdb-connection/ci.yml?style=for-the-badge)\n![PyPI - Version](https://img.shields.io/pypi/v/st-cockroachdb-connection?style=for-the-badge)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/st-cockroachdb-connection?style=for-the-badge)\n\nStreamlit Connection for CockroachDB.\n\n## Features \ud83d\ude80\n\nWith this apps you can connect to CockroachDB easily using `st.connection` in just few lines of code. You can also execute SQL queries and see the result in more efficient way.\n\n## Prerequisites \ud83d\udccb\n\n- Python 3.8 or higher\n- Streamlit 1.28.0 or higher\n- Psycopg 3.0 or higher\n\n## Installation \ud83d\udee0\n\n```bash\npip install st-cockroachdb-connection\n```\n\n## Usage \ud83d\udcd6\n\nYou can see the example app on [examples](examples) folder.\n\n## License \ud83d\udcdd\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Putu Widyantara Artanta Wibawa  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Streamlit Connection for CockroachDB.",
    "version": "1.0.1",
    "project_urls": {
        "Documentation": "https://experimental-connection.streamlit.app/",
        "Repository": "https://github.com/putuwaw/st-cockroachdb-connection"
    },
    "split_keywords": [
        "streamlit",
        "cockroachdb",
        "connection"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85c2c5f6106182aa2463d88b5b693ebee949e2e170dcc5b96379a308d41fa535",
                "md5": "89dd478d5172a7e3e603f0011928720f",
                "sha256": "e7ba370ce270a517868b31cc03df9936a9ab1105348bd484233629825fb6364e"
            },
            "downloads": -1,
            "filename": "st_cockroachdb_connection-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "89dd478d5172a7e3e603f0011928720f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5543,
            "upload_time": "2023-11-19T13:56:48",
            "upload_time_iso_8601": "2023-11-19T13:56:48.040583Z",
            "url": "https://files.pythonhosted.org/packages/85/c2/c5f6106182aa2463d88b5b693ebee949e2e170dcc5b96379a308d41fa535/st_cockroachdb_connection-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b40d980752a4f9796dc024ee26bbe0b2a190005c6e52084014078bc26c04ed4",
                "md5": "d1548e925d98581f51be171329e96ce2",
                "sha256": "30bc1a4f46e3d3d61db11e73e7e9d46e1e383843e5ff599b085f11a6c5aad1dc"
            },
            "downloads": -1,
            "filename": "st-cockroachdb-connection-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d1548e925d98581f51be171329e96ce2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4526,
            "upload_time": "2023-11-19T13:56:49",
            "upload_time_iso_8601": "2023-11-19T13:56:49.375809Z",
            "url": "https://files.pythonhosted.org/packages/0b/40/d980752a4f9796dc024ee26bbe0b2a190005c6e52084014078bc26c04ed4/st-cockroachdb-connection-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-19 13:56:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "putuwaw",
    "github_project": "st-cockroachdb-connection",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "st-cockroachdb-connection"
}
        
Elapsed time: 0.20062s