LICENSE
README
pyproject.toml
baw/__init__.py
baw/__main__.py
baw/__root__.py
baw/cli.py
baw/datetime.py
baw/gix.py
baw/pipefile.py
baw/resources.py
baw/run.py
baw/runtime.py
baw/utils.py
baw.egg-info/PKG-INFO
baw.egg-info/SOURCES.txt
baw.egg-info/dependency_links.txt
baw.egg-info/entry_points.txt
baw.egg-info/requires.txt
baw.egg-info/top_level.txt
baw/archive/__init__.py
baw/archive/test.py
baw/cmd/__init__.py
baw/cmd/baseline.py
baw/cmd/bisect.py
baw/cmd/clean.py
baw/cmd/complex.py
baw/cmd/cov.py
baw/cmd/doc.py
baw/cmd/format.py
baw/cmd/generate.py
baw/cmd/ide.py
baw/cmd/info.py
baw/cmd/init.py
baw/cmd/install.py
baw/cmd/lint.py
baw/cmd/open.py
baw/cmd/pipe.py
baw/cmd/plan.py
baw/cmd/publish.py
baw/cmd/rebase.py
baw/cmd/refactor.py
baw/cmd/sh.py
baw/cmd/sync.py
baw/cmd/upgrade.py
baw/cmd/utils.py
baw/cmd/image/__init__.py
baw/cmd/image/clean.py
baw/cmd/image/dockerfiles.py
baw/cmd/release/__init__.py
baw/cmd/release/config.py
baw/cmd/release/drop.py
baw/cmd/release/pack.py
baw/cmd/test/__init__.py
baw/cmd/test/cov.py
baw/config/__init__.py
baw/config/change.py
baw/dockers/__init__.py
baw/dockers/container.py
baw/dockers/dockfile.py
baw/dockers/image.py
baw/project/__init__.py
baw/project/version.py
baw/requirements/__init__.py
baw/requirements/check.py
baw/requirements/parser.py
baw/requirements/upgrade.py
baw/small/__init__.py
baw/small/cprofile.py
baw/small/profile.py
baw/small/regen.py
baw/small/single.py
baw/small/version.py
baw/templates/.code-workspace
baw/templates/.coveragerc
baw/templates/.gitignore
baw/templates/.isort.cfg
baw/templates/.rcfile
baw/templates/Dockerfile
baw/templates/Jenkinsfile
baw/templates/LICENSE
baw/templates/Makefile
baw/templates/__init__.py
baw/templates/conf.py
baw/templates/conftest.tpy
baw/templates/pyproject
baw/templates/pytest.pini
baw/templates/refactor
baw/templates/semantic.cfg
baw/templates/.github/dependabot.yml
baw/templates/.github/workflows/docker.yml
baw/templates/.github/workflows/pypi.yml
baw/templates/.github/workflows/release.yml
baw/templates/.github/workflows/test.yml
baw/templates/docs/changelog.rst
baw/templates/docs/plan.rst
baw/templates/docs/readme.rst
baw/templates/semantic/CHANGELOG.js
tests/test_archive.py
tests/test_baseline.py
tests/test_clean.py
tests/test_cli.py
tests/test_config.py
tests/test_cov.py
tests/test_doc.py
tests/test_docker.py
tests/test_format.py
tests/test_git.py
tests/test_ide.py
tests/test_image.py
tests/test_info.py
tests/test_init.py
tests/test_linter.py
tests/test_main.py
tests/test_pipeline.py
tests/test_plan.py
tests/test_refactor.py
tests/test_release.py
tests/test_requirements.py
tests/test_resources.py
tests/test_sh.py
tests/test_sync.py
tests/test_test.py
tests/test_upgrade.py