CONTRIBUTE.MD
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/ai.py
src/pysheets.py
src/datafiles/forbes-ai-50.csv
src/pysheets_app.egg-info/PKG-INFO
src/pysheets_app.egg-info/SOURCES.txt
src/pysheets_app.egg-info/dependency_links.txt
src/pysheets_app.egg-info/entry_points.txt
src/pysheets_app.egg-info/requires.txt
src/pysheets_app.egg-info/top_level.txt
src/static/__init__.py
src/static/api.py
src/static/constants.py
src/static/editor.py
src/static/history.py
src/static/html_maker.py
src/static/inventory.py
src/static/lsp.py
src/static/menu.py
src/static/models.py
src/static/preview.py
src/static/pysheets.css
src/static/pysheets.js
src/static/pysheets.py
src/static/selection.py
src/static/state.py
src/static/storage.py
src/static/timeline.py
src/static/tutorial.py
src/static/worker.py
src/static/worker_patch.py
src/static/icons/format-color-fill.png
src/static/icons/format-color-text.png
src/static/icons/logo.png
src/static/icons/person.png
src/static/icons/screenshot.png
src/static/icons/screenshot1.png
src/static/icons/screenshot2.png
src/static/lib/codemirror.js
src/static/lib/codemirror.min.css
src/static/lib/html2canvas.min.js
src/static/lib/jquery.min.js
src/static/lib/jqueryui.min.css
src/static/lib/jqueryui.min.js
src/static/lib/leader-line.min.js
src/static/lib/package-lock.json
src/static/lib/package.json
src/static/lib/python.min.js
src/static/lib/images/ui-icons_444444_256x240.png
src/static/lib/images/ui-icons_555555_256x240.png
src/static/lib/images/ui-icons_777620_256x240.png
src/static/lib/images/ui-icons_777777_256x240.png
src/static/lib/images/ui-icons_cc0000_256x240.png
src/static/lib/images/ui-icons_ffffff_256x240.png
src/static/ltk/__init__.py
src/static/ltk/jquery.py
src/static/ltk/logger.py
src/static/ltk/ltk.css
src/static/ltk/ltk.js
src/static/ltk/pubsub.py
src/static/ltk/widgets.py
src/static/views/__init__.py
src/static/views/cell.py
src/static/views/spreadsheet.py
src/templates/about.html
src/templates/index.html
tests/test_convert.py
tests/test_edits.py
tests/test_expression.py
tests/test_history.py
tests/test_inputs.py
tests/test_keys.py
tests/test_lsp.py
tests/test_models.py
tests/test_run.py