.bandit
.coveragerc
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
README.zh.md
pyproject.toml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/security.yml
docs/api.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/quickstart.rst
examples/basic_usage.py
examples/a/utils/helper.py
examples/b/utils/helper.py
scripts/release.py
src/dynamic_path_manager/__init__.py
src/dynamic_path_manager/manager.py
src/dynamic_path_manager.egg-info/PKG-INFO
src/dynamic_path_manager.egg-info/SOURCES.txt
src/dynamic_path_manager.egg-info/dependency_links.txt
src/dynamic_path_manager.egg-info/entry_points.txt
src/dynamic_path_manager.egg-info/requires.txt
src/dynamic_path_manager.egg-info/top_level.txt
tests/__init__.py
tests/test_manager.py