LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/hdev/__init__.py
src/hdev/cmd.py
src/hdev/configuration.py
src/hdev/cookie_cutter.py
src/hdev/jinja_env.py
src/hdev/shell.py
src/hdev/tox_cmd.py
src/hdev.egg-info/PKG-INFO
src/hdev.egg-info/SOURCES.txt
src/hdev.egg-info/dependency_links.txt
src/hdev.egg-info/entry_points.txt
src/hdev.egg-info/requires.txt
src/hdev.egg-info/top_level.txt
src/hdev/command/__init__.py
src/hdev/command/alembic.py
src/hdev/command/config.py
src/hdev/command/install_python.py
src/hdev/command/python_version.py
src/hdev/command/sub_command.py
src/hdev/command/template.py
src/hdev/command/clean/__init__.py
src/hdev/command/clean/_lazy.py
src/hdev/command/deps/__init__.py
src/hdev/command/deps/_lazy.py
src/hdev/command/requirements/__init__.py
src/hdev/command/requirements/_lazy.py
src/hdev/command/run/__init__.py
src/hdev/command/run/_lazy.py
src/hdev/model/__init__.py
src/hdev/model/project.py
src/hdev/pyenv/__init__.py
src/hdev/pyenv/pyenv.py
src/hdev/pyenv/python_versions.py
src/hdev/pyenv/version_file.py
src/hdev/requirements/__init__.py
src/hdev/requirements/compile.py
src/hdev/requirements/graph.py
src/hdev/requirements/package.py
src/hdev/requirements/parse.py
src/hdev/requirements/pypi_api.py
src/hdev/requirements/requirements_file.py
src/hdev/requirements/setup_file.py
src/hdev/requirements/tree.py
src/hdev/resources/__init__.py
src/hdev/resources/bin/__init__.py
src/hdev/resources/bin/clean_branches.sh
src/hdev/resources/data/__init__.py
src/hdev/resources/data/library_usage.csv
src/hdev/resources/data/packages.json
src/hdev/resources/requirements/__init__.py
src/hdev/resources/templates/dep_command.txt.jinja2
src/hdev/resources/templates/dep_graph.dot.jinja2