.bandit
.depvexignore
.gitignore
.pylintrc
README.md
README_PYPI.md
config.json
depvex.yaml
import_mapping.txt
pyproject.toml
requirements.txt
.github/workflows/publish.yml
.github/workflows/pull_request.yml
.vscode/settings.json
depvex/__init__.py
depvex/cli.py
depvex/duplicate_imports_pop.txt
depvex/import_mapping_filtered.txt
depvex/parser.py
depvex/resolver.py
depvex/watcher.py
depvex.egg-info/PKG-INFO
depvex.egg-info/SOURCES.txt
depvex.egg-info/dependency_links.txt
depvex.egg-info/entry_points.txt
depvex.egg-info/requires.txt
depvex.egg-info/scm_file_list.json
depvex.egg-info/scm_version.json
depvex.egg-info/top_level.txt
depvex/models/__init__.py
depvex/models/base_model.py
depvex/utils/read_config.py
depvex/utils/read_yaml_config.py
scripts/check_duplicates.py
scripts/cide_run_and_save.py
scripts/feck_func.py
scripts/fund_eror.py
scripts/gen_top.py
scripts/generator_mapping.py
scripts/get_error_from_file.py
scripts/pypi_packages_clean.py
scripts/top_pypi_packages.py
test_project/__init__.py
test_project/root_file.py
test_project/air/__init__.py
test_project/air/main.py
test_project/ground/__init__.py
test_project/ground/main.py
test_project/serv/__init__.py
test_project/serv/main.py
test_project/share/__init__.py
test_project/share/main.py
tests/test_cli.py
tests/test_resolver_popularity.py