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/pyenv_version_file.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/clean.py
src/hdev/command/deps.py
src/hdev/command/python_version.py
src/hdev/command/requirements.py
src/hdev/command/run.py
src/hdev/command/sub_command.py
src/hdev/command/template.py
src/hdev/model/__init__.py
src/hdev/model/project.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/bin/clean_branches.sh
src/hdev/resources/data/packages.json
src/hdev/resources/requirements/pip-tools.in
src/hdev/resources/requirements/pip-tools.txt
src/hdev/resources/templates/dep_command.txt.jinja2
src/hdev/resources/templates/dep_graph.dot.jinja2