Metadata-Version: 2.1
Name: streamlit-supabase
Version: 0.5
Author: Matt Majestic
Project-URL: GitHub Repository, https://github.com/mattmajestic/streamlit-supabase
Description-Content-Type: text/markdown

# Streamlit Supabase App 🚀

Welcome to the Streamlit Supabase app! This app shows some basic usage of a `Supabase` backend within Streamlit deployed on `Streamlit Cloud`.

## Features
- `User Login` authentication using Supabase
- `User signup` using Supabase
- `File upload` to a Supabase storage bucket
- Retrieve + View `Supabase Backend` of session ids + timestamp

## PyPI Package 🐍

Check out the PyPI package: [pip install streamlit-supabase](https://pypi.org/project/streamlit-supabase/)

Github Action to deploy to PyPI: [publish-to-pypi.yml](https://github.com/mattmajestic/streamlit-supabase/blob/main/.github/workflows/publish-to-pypi.yml)

## Live Demo

Check out the live demo of the app: [Streamlit Supabase App](https://supabase-demo.streamlit.app/)

![image](https://github.com/mattmajestic/streamlit-supabase/assets/33904170/61c3c7be-f73b-4efb-9b64-72e8d6415f76)
