Metadata-Version: 2.2
Name: streamlit-gantt
Version: 0.1.0
Summary: Interactive Gantt chart component for Streamlit with drag-and-drop task scheduling
Home-page: https://github.com/RhythrosaLabs/streamlit-gantt
Author: Dan Sheils
Author-email: 
Project-URL: Bug Tracker, https://github.com/RhythrosaLabs/streamlit-gantt/issues
Project-URL: Changelog, https://github.com/RhythrosaLabs/streamlit-gantt/blob/main/CHANGELOG.md
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: streamlit>=1.28.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# streamlit-gantt

Interactive Gantt chart component for Streamlit with drag-and-drop task scheduling, dependencies, and milestones.

## Installation

```bash
pip install streamlit-gantt
```

## Usage

```python
from streamlit_gantt import st_gantt

result = st_gantt(tasks=tasks, key="gantt")
```
