Metadata-Version: 2.2
Name: streamlit-nle
Version: 0.1.0
Summary: Non-linear video editor component for Streamlit with multi-track timeline
Home-page: https://github.com/RhythrosaLabs/streamlit-video-editor
Author: Dan Sheils
Author-email: 
Project-URL: Bug Tracker, https://github.com/RhythrosaLabs/streamlit-video-editor/issues
Project-URL: Changelog, https://github.com/RhythrosaLabs/streamlit-video-editor/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-video-editor

A non-linear video editor component for Streamlit featuring a multi-track timeline, drag-and-drop clips, audio alignment, and more.

## Installation

```bash
pip install streamlit-video-editor
```

## Usage

```python
from streamlit_video_editor import st_video_editor

result = st_video_editor(key="editor")
```
