.editorconfig
.gitignore
.pre-commit-config.yaml
README.md
pyproject.toml
uv.lock
.azure-pipelines/xt_st_common/azure-pipelines.yml
.azure-pipelines/xt_st_common/release-job-template.yml
.github/workflows/ci.yml
.github/workflows/release.yml
docs/example.gif
docs/streamlit-plotly-events.md
scripts/release.py
src/demo/Dockerfile
src/demo/docker-compose.yml
src/streamlit_plotly_events/__init__.py
src/streamlit_plotly_events/frontend/.env
src/streamlit_plotly_events/frontend/.prettierrc
src/streamlit_plotly_events/frontend/package.json
src/streamlit_plotly_events/frontend/tsconfig.json
src/streamlit_plotly_events/frontend/build/asset-manifest.json
src/streamlit_plotly_events/frontend/build/index.html
src/streamlit_plotly_events/frontend/build/precache-manifest.e3df0e84b856a278b39da3a085481f45.js
src/streamlit_plotly_events/frontend/build/service-worker.js
src/streamlit_plotly_events/frontend/build/static/js/2.a9de1b85.chunk.js
src/streamlit_plotly_events/frontend/build/static/js/2.a9de1b85.chunk.js.LICENSE.txt
src/streamlit_plotly_events/frontend/build/static/js/2.a9de1b85.chunk.js.map
src/streamlit_plotly_events/frontend/build/static/js/main.2ba31fb4.chunk.js
src/streamlit_plotly_events/frontend/build/static/js/main.2ba31fb4.chunk.js.map
src/streamlit_plotly_events/frontend/build/static/js/runtime-main.11ec9aca.js
src/streamlit_plotly_events/frontend/build/static/js/runtime-main.11ec9aca.js.map
src/streamlit_plotly_events/frontend/public/index.html
src/streamlit_plotly_events/frontend/src/StreamlitPlotlyEventsComponent.tsx
src/streamlit_plotly_events/frontend/src/index.tsx
src/streamlit_plotly_events/frontend/src/react-app-env.d.ts
src/xt_st_common/__init__.py
src/xt_st_common/components.py
src/xt_st_common/config.py
src/xt_st_common/database.py
src/xt_st_common/fs_upload_page.py
src/xt_st_common/project_actions.py
src/xt_st_common/project_components.py
src/xt_st_common/project_models.py
src/xt_st_common/session.py
src/xt_st_common/storage.py
src/xt_st_common/utils.py
src/xt_st_common.egg-info/PKG-INFO
src/xt_st_common.egg-info/SOURCES.txt
src/xt_st_common.egg-info/dependency_links.txt
src/xt_st_common.egg-info/requires.txt
src/xt_st_common.egg-info/top_level.txt
test/.env-test
test/conftest.py
test/docker-compose.yml
test/test_project.py