.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/publish.yml
.vscode/settings.json
matplotlib_table.egg-info/PKG-INFO
matplotlib_table.egg-info/SOURCES.txt
matplotlib_table.egg-info/dependency_links.txt
matplotlib_table.egg-info/requires.txt
matplotlib_table.egg-info/top_level.txt
src/__init__.py
src/mpltable/__init__.py
src/mpltable/options.py
src/mpltable/table.py
tests/conftest.py
tests/test_options.py
tests/test_table.py