LICENSE
README.md
pyproject.toml
src/sympy_editor/__init__.py
src/sympy_editor/document.py
src/sympy_editor/examples.py
src/sympy_editor/history.py
src/sympy_editor/html.py
src/sympy_editor/ops.py
src/sympy_editor/printer.py
src/sympy_editor/server.py
src/sympy_editor/widget.py
src/sympy_editor.egg-info/PKG-INFO
src/sympy_editor.egg-info/SOURCES.txt
src/sympy_editor.egg-info/dependency_links.txt
src/sympy_editor.egg-info/requires.txt
src/sympy_editor.egg-info/top_level.txt
src/sympy_editor/static/editor.css
src/sympy_editor/static/editor.js
src/sympy_editor/static/widget.js
tests/test_browser.py
tests/test_document.py
tests/test_examples.py
tests/test_history.py
tests/test_html.py
tests/test_mobile.py
tests/test_printer.py
tests/test_server.py
tests/test_special_types.py
tests/test_webapp.py
tests/test_widget.py