# DHV

## Introduction
DHV is a terminal-based tool for diving into Python code, the emphasis for
now being on [bytecode disassembly](https://docs.python.org/3/library/dis.html).
> [!IMPORTANT]
>
> Python's `dis` module is a bit of a moving target; because of this and to
> try and keep the code as clean as possible DHV only works with Python 3.13
> or later.
## Installing
### pipx
The package can be installed using [`pipx`](https://pypa.github.io/pipx/):
```sh
$ pipx install dhv
```
### uv
The package can be install using [`uv`](https://docs.astral.sh/uv/getting-started/installation/):
```sh
uv tool install --python 3.13 dhv
```
## Using DHV
Once you've installed DHV using one of the above methods, you can run the
application using the `dhv` command.
The best way to get to know DHV is to read the help screen, once in the main
application you can see this by pressing <kbd>F1</kbd>.
## Getting help
If you need help, or have any ideas, please feel free to [raise an
issue](https://github.com/davep/dhv/issues) or [start a
discussion](https://github.com/davep/dhv/discussions).
## TODO
See [the TODO tag in
issues](https://github.com/davep/dhv/issues?q=is%3Aissue+is%3Aopen+label%3ATODO)
to see what I'm planning.
[//]: # (README.md ends here)
Raw data
{
"_id": null,
"home_page": null,
"name": "dhv",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.13",
"maintainer_email": null,
"keywords": "bytecode, chui, disassembler, disassembly, documentation, python, terminal, tui",
"author": null,
"author_email": "Dave Pearson <davep@davep.org>",
"download_url": "https://files.pythonhosted.org/packages/44/62/3f19203072a37b27b83f0addf8e4bf1e155e0c43c3eae64b5c76ae4e0614/dhv-0.4.0.tar.gz",
"platform": null,
"description": "# DHV\n\n\n\n## Introduction\n\nDHV is a terminal-based tool for diving into Python code, the emphasis for\nnow being on [bytecode disassembly](https://docs.python.org/3/library/dis.html).\n\n> [!IMPORTANT]\n>\n> Python's `dis` module is a bit of a moving target; because of this and to\n> try and keep the code as clean as possible DHV only works with Python 3.13\n> or later.\n\n## Installing\n\n### pipx\n\nThe package can be installed using [`pipx`](https://pypa.github.io/pipx/):\n\n```sh\n$ pipx install dhv\n```\n\n### uv\n\nThe package can be install using [`uv`](https://docs.astral.sh/uv/getting-started/installation/):\n\n```sh\nuv tool install --python 3.13 dhv\n```\n\n## Using DHV\n\nOnce you've installed DHV using one of the above methods, you can run the\napplication using the `dhv` command.\n\nThe best way to get to know DHV is to read the help screen, once in the main\napplication you can see this by pressing <kbd>F1</kbd>.\n\n## Getting help\n\nIf you need help, or have any ideas, please feel free to [raise an\nissue](https://github.com/davep/dhv/issues) or [start a\ndiscussion](https://github.com/davep/dhv/discussions).\n\n## TODO\n\nSee [the TODO tag in\nissues](https://github.com/davep/dhv/issues?q=is%3Aissue+is%3Aopen+label%3ATODO)\nto see what I'm planning.\n\n[//]: # (README.md ends here)\n",
"bugtrack_url": null,
"license": "GNU General Public License v3 or later (GPLv3+)",
"summary": "A tool to dive into Python code",
"version": "0.4.0",
"project_urls": {
"Discussions": "https://github.com/davep/dhv/discussions",
"Documentation": "https://github.com/davep/dhv",
"Homepage": "https://github.com/davep/dhv",
"Issues": "https://github.com/davep/dhv/issues",
"Repository": "https://github.com/davep/dhv",
"Source": "https://github.com/davep/dhv"
},
"split_keywords": [
"bytecode",
" chui",
" disassembler",
" disassembly",
" documentation",
" python",
" terminal",
" tui"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f6467628177a711e68ec1dee094491bf6366fb0cc2d857b23e1757464e8e000e",
"md5": "5624e83186171225e7ad87cf76d118d4",
"sha256": "b17f0d1f50378092610e076bf9ff34c22f7f9c9ac65efd6d10d4089b3dcee3d8"
},
"downloads": -1,
"filename": "dhv-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5624e83186171225e7ad87cf76d118d4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.13",
"size": 34068,
"upload_time": "2025-07-16T16:01:25",
"upload_time_iso_8601": "2025-07-16T16:01:25.574864Z",
"url": "https://files.pythonhosted.org/packages/f6/46/7628177a711e68ec1dee094491bf6366fb0cc2d857b23e1757464e8e000e/dhv-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "44623f19203072a37b27b83f0addf8e4bf1e155e0c43c3eae64b5c76ae4e0614",
"md5": "6ee01c98c5771c115c18cda28f7a7332",
"sha256": "32d45dcdfc4a5d7057422b0f84b6d4a7d5e58778c999b896d954e2e6f7f34921"
},
"downloads": -1,
"filename": "dhv-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "6ee01c98c5771c115c18cda28f7a7332",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.13",
"size": 2222806,
"upload_time": "2025-07-16T16:01:27",
"upload_time_iso_8601": "2025-07-16T16:01:27.632769Z",
"url": "https://files.pythonhosted.org/packages/44/62/3f19203072a37b27b83f0addf8e4bf1e155e0c43c3eae64b5c76ae4e0614/dhv-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-16 16:01:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "davep",
"github_project": "dhv",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "dhv"
}