.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
Makefile
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/publish.yml
.hooks/pytest_with_coverage.sh
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/sheetless/__init__.py
src/sheetless/cli.py
src/sheetless/convert.py
src/sheetless/utils.py
src/sheetless.egg-info/PKG-INFO
src/sheetless.egg-info/SOURCES.txt
src/sheetless.egg-info/dependency_links.txt
src/sheetless.egg-info/entry_points.txt
src/sheetless.egg-info/not-zip-safe
src/sheetless.egg-info/requires.txt
src/sheetless.egg-info/top_level.txt
static/commic.png
static/sheetless.png
tests/conftest.py
tests/test_cli.py
tests/test_convert.py
tests/test_utils.py