.editorconfig
.git-blame-ignore-revs
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.github/workflows/pypi-publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
pywebpack/__init__.py
pywebpack/bundle.py
pywebpack/errors.py
pywebpack/helpers.py
pywebpack/manifests.py
pywebpack/project.py
pywebpack/storage.py
pywebpack.egg-info/PKG-INFO
pywebpack.egg-info/SOURCES.txt
pywebpack.egg-info/dependency_links.txt
pywebpack.egg-info/not-zip-safe
pywebpack.egg-info/requires.txt
pywebpack.egg-info/top_level.txt
tests/conftest.py
tests/test_manifest.py
tests/test_pywebpack.py
tests/test_storage.py
tests/manifests/bundletracker-invalid.json
tests/manifests/bundletracker.json
tests/manifests/manifest.json
tests/manifests/yam-invalid.json
tests/manifests/yam.json
tests/projects/just-a-file.js
tests/projects/broken/package.json
tests/projects/buildtpl/package.json
tests/projects/buildtpl/webpack.config.js
tests/projects/bundle/index.js
tests/projects/bundle2/main.js
tests/projects/simple/index.js
tests/projects/simple/package.json
tests/projects/simple/webpack.config.js