.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/github-actions.yml
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/css_sprite.rst
docs/reference/index.rst
src/css_sprite/__init__.py
src/css_sprite/__main__.py
src/css_sprite/cli.py
src/css_sprite.egg-info/PKG-INFO
src/css_sprite.egg-info/SOURCES.txt
src/css_sprite.egg-info/dependency_links.txt
src/css_sprite.egg-info/entry_points.txt
src/css_sprite.egg-info/not-zip-safe
src/css_sprite.egg-info/requires.txt
src/css_sprite.egg-info/top_level.txt
tests/big-green.png
tests/big-red.png
tests/blue.png
tests/green.png
tests/output-50x50.png
tests/output-5x5.png
tests/output.png
tests/red.png
tests/test_css_sprite.py