oc_table_editor/ ├── main.py # FastAPI application entry point ├── config.py # Configuration settings ├── requirements.txt # Python dependencies ├── models/ │ └── session.py # Session data model ├── ...
latex-table-editor is a terminal-based application that allows users to input tabular data, manipulate it, apply custom highlighting rules, and prepare it for LaTeX export. The application is built ...