.coveragerc
.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGES.md
Dockerfile
LICENSE
MANIFEST.in
README.rst
docker-pytest.bat
docker-rebuild.bat
install.sh
pyproject.toml
.github/CODEOWNERS
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bugfix.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/enhancement.md
.github/ISSUE_TEMPLATE/hotfix.md
.github/workflows/build-and-release-to-pypi.yml
.github/workflows/check-rst-documentation.yml
.github/workflows/ci.yml
.github/workflows/pre-commit.yml
.github/workflows/pypi-pipeline.yml
.idea/BEETools.iml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
.packageit/packageit.ini
.packageit/release.toml
docs/Makefile
docs/make.bat
docs/requirements_docs.txt
docs/source/Installation.rst
docs/source/api.rst
docs/source/conf.py
docs/source/conventions.rst
docs/source/examples.rst
docs/source/faq.rst
docs/source/index.rst
src/beetools/__init__.py
src/beetools/beearchiver.py
src/beetools/beescript.py
src/beetools/beeutils.py
src/beetools/beevenv.py
src/beetools.egg-info/PKG-INFO
src/beetools.egg-info/SOURCES.txt
src/beetools.egg-info/dependency_links.txt
src/beetools.egg-info/requires.txt
src/beetools.egg-info/top_level.txt
tests/conftest.py
tests/test_archiver.py
tests/test_script.py
tests/test_utils.py
tests/test_venv.py