.gitignore
LICENSE
Makefile
README.md
pyproject.toml
sweet-logo.png
sweet-logo.svg
.github/workflows/ci.yaml
.vscode/settings.json
assets/ai-data-discuss-transform.gif
assets/change-column-type-save-data.gif
assets/copy-paste-from-wikipedia.gif
assets/load-data-modify-with-polars.gif
assets/sweet-modify-rows-and-columns.gif
assets/sweet-open-load-data-change-values.gif
sweet/__init__.py
sweet/__main__.py
sweet/cli.py
sweet/core/__init__.py
sweet/core/transforms.py
sweet/core/workbook.py
sweet/integrations/__init__.py
sweet/ui/__init__.py
sweet/ui/app.py
sweet/ui/sweet.tcss
sweet/ui/widgets.py
sweet_data.egg-info/PKG-INFO
sweet_data.egg-info/SOURCES.txt
sweet_data.egg-info/dependency_links.txt
sweet_data.egg-info/entry_points.txt
sweet_data.egg-info/requires.txt
sweet_data.egg-info/top_level.txt
tests/__init__.py
tests/test_wikipedia_tables.py
tests/test_workbook.py