Metadata-Version: 2.4
Name: streamlit-custom_api_grid
Version: 0.1.8
Summary: A Streamlit Aggrid custom component with Custom Button Modal and API integration
Home-page: https://github.com/nafets33/streamlit_custom_api_grid
Author: Stefan Stapinski
Author-email: stefanstapinski@gmail.com
Project-URL: Bug Tracker, https://github.com/nafets33/streamlit_custom_api_grid/issues
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: streamlit>=1.0.0
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<<<<<<< HEAD
# Aggrid Custom Grid Streamlit API Enablement

A Streamlit custom component that provides customizable grids with API integration.

## Features

- Customizable grid options
- API integration -- You need to run a backend API (FastAPI)
- seperate component via api

## Installation

```bash
pip install streamlit-custom-api-grid
```

## Demo
see a demo of the grid in action at quantqueen.com/LiveBot 
=======
>>>>>>> 39a141a (fix bug on filters, remove old subtotals logic, default to grid options subtotals)


# example streamlit app
Please refer test_app.py
