Metadata-Version: 2.1
Name: st-deta-connection
Version: 0.0.2
Summary: A Streamlit component to connect to Deta Base and fetch data from it.
Home-page: https://github.com/mohitrajsinha/st_deta_connection
Author: Mohit Raj Sinha
Author-email: mhtrajsinha@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: deta >=1.2.0
Requires-Dist: streamlit >=1.29.0
Requires-Dist: streamlit-option-menu >=0.3.6


![st_deta_connections](https://github.com/mohitrajsinha/st_deta_connection/assets/112544299/8ff92d08-f333-41a7-a2ec-7f8daf2d5da8)

# Streamlit Deta Connection Module

## Overview

This module provides a Streamlit connection to Deta Base, allowing users to easily fetch and cache data from Deta Base collections in a Streamlit app.

## Prerequisites
```bash
pip install -r requirements.txt
```
## Installation

You can install the module using the following pip command:

```bash
pip install st_deta_connection
