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/worker.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/ltk/__init__.py
src/static/ltk/jquery.py
src/static/ltk/logger.py
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