.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/test.yml
tests/__init__.py
tests/test_import.py
tests/commands/.gitignore
tests/commands/test_commands.sh
tests/commands/collectjson/wq.yml
tests/commands/collectjson/expected/output.json
tests/commands/collectjson/input/test1.yml
tests/commands/collectjson/input/test2.yml
tests/commands/serviceworker/wq.yml
tests/commands/serviceworker/expected/service-worker.js
tests/commands/serviceworker/input/test.js
wq.build.egg-info/PKG-INFO
wq.build.egg-info/SOURCES.txt
wq.build.egg-info/dependency_links.txt
wq.build.egg-info/entry_points.txt
wq.build.egg-info/requires.txt
wq.build.egg-info/top_level.txt
wq/build/__init__.py
wq/build/decorators.py
wq/build/commands/__init__.py
wq/build/commands/collect.py
wq/build/commands/icons.py
wq/build/commands/info.py
wq/build/commands/movefiles.py
wq/build/commands/serviceworker.py
wq/build/commands/setversion.py
wq/build/management/__init__.py
wq/build/management/commands/__init__.py
wq/build/management/commands/_base.py
wq/build/management/commands/collectjson.py
wq/build/management/commands/deploy.py
wq/build/management/commands/icons.py
wq/build/management/commands/movefiles.py
wq/build/management/commands/serviceworker.py
wq/build/management/commands/setversion.py