# 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
```
### Homebrew
The package is available via Homebrew. Use the following commands to install:
```sh
$ brew tap davep/homebrew
$ brew install 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/6e/b1/57b7e0072d5cbf66178baa46ea2c8920afc1624102ef3c1c1edba20b09fa/dhv-0.1.1.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### Homebrew\n\nThe package is available via Homebrew. Use the following commands to install:\n\n```sh\n$ brew tap davep/homebrew\n$ brew install 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.1.1",
"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": "9af1a4442bc434fbfb6e140fbe5b1d4370b977cb580e3cdff9e4242af7a6deb7",
"md5": "e332bf9f6c9994219725ba44da4a4a66",
"sha256": "380d18b4be3e68b7c04fc7f23538bfbb4b7381e3d0e8f99acc925b4e6c135c90"
},
"downloads": -1,
"filename": "dhv-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e332bf9f6c9994219725ba44da4a4a66",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.13",
"size": 27891,
"upload_time": "2025-07-08T15:29:27",
"upload_time_iso_8601": "2025-07-08T15:29:27.224503Z",
"url": "https://files.pythonhosted.org/packages/9a/f1/a4442bc434fbfb6e140fbe5b1d4370b977cb580e3cdff9e4242af7a6deb7/dhv-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6eb157b7e0072d5cbf66178baa46ea2c8920afc1624102ef3c1c1edba20b09fa",
"md5": "6b26806b8756fec99594d0b4e422edfc",
"sha256": "99e4b69de5b75c0b56052e0c657483eb1d649586c7413d62fb8872378c34e96e"
},
"downloads": -1,
"filename": "dhv-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "6b26806b8756fec99594d0b4e422edfc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.13",
"size": 2066731,
"upload_time": "2025-07-08T15:29:29",
"upload_time_iso_8601": "2025-07-08T15:29:29.349496Z",
"url": "https://files.pythonhosted.org/packages/6e/b1/57b7e0072d5cbf66178baa46ea2c8920afc1624102ef3c1c1edba20b09fa/dhv-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-08 15:29:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "davep",
"github_project": "dhv",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "dhv"
}