hexabyte-entropy


Namehexabyte-entropy JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/thetacom/hexabyte_entropy
SummaryAn entropy plugin for the hexabyte hex editor.
upload_time2024-03-24 20:41:39
maintainerNone
docs_urlNone
authorJustin C
requires_python<4.0,>=3.9
licenseNone
keywords commandline hexabyte hexeditor plugin sidebar entropy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Hexabyte Entropy Plugin

A hexabyte plugin for displaying the entropy of file chunks.

The entropy values are mapped to color codes and then displayed in a scrollable sidebar. Clicking on a chunk will jump the active editor to the location of the selected chunk.

## Install

```bash
~/$ pip install hexabyte-entropy
...
```

Add `hexabyte_entropy` to the plugins list inside your hexabyte config (`~/.config/hexabyte/config.toml`).

```toml
plugins = [ "hexabyte_entropy",]
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/thetacom/hexabyte_entropy",
    "name": "hexabyte-entropy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "commandline, hexabyte, hexeditor, plugin, sidebar, entropy",
    "author": "Justin C",
    "author_email": "justin@thetacom.info",
    "download_url": "https://files.pythonhosted.org/packages/bd/fd/cb257db632855b3f04d1a4106deafd139f9cb710c6e10ef52012047b7841/hexabyte_entropy-0.1.4.tar.gz",
    "platform": null,
    "description": "# Hexabyte Entropy Plugin\n\nA hexabyte plugin for displaying the entropy of file chunks.\n\nThe entropy values are mapped to color codes and then displayed in a scrollable sidebar. Clicking on a chunk will jump the active editor to the location of the selected chunk.\n\n## Install\n\n```bash\n~/$ pip install hexabyte-entropy\n...\n```\n\nAdd `hexabyte_entropy` to the plugins list inside your hexabyte config (`~/.config/hexabyte/config.toml`).\n\n```toml\nplugins = [ \"hexabyte_entropy\",]\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "An entropy plugin for the hexabyte hex editor.",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/thetacom/hexabyte_entropy",
        "Repository": "https://github.com/thetacom/hexabyte_entropy"
    },
    "split_keywords": [
        "commandline",
        " hexabyte",
        " hexeditor",
        " plugin",
        " sidebar",
        " entropy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf81ff87b235c7e7996d36d17d373159f4eadfdf7679e76fa2b07b19317afe7c",
                "md5": "593a736cac560e72a76503386743c4b7",
                "sha256": "7a943d68ca0de18e221209f42f664ffe3fd3335dd01ea691c29c5ca1635972c4"
            },
            "downloads": -1,
            "filename": "hexabyte_entropy-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "593a736cac560e72a76503386743c4b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 17121,
            "upload_time": "2024-03-24T20:41:35",
            "upload_time_iso_8601": "2024-03-24T20:41:35.805305Z",
            "url": "https://files.pythonhosted.org/packages/bf/81/ff87b235c7e7996d36d17d373159f4eadfdf7679e76fa2b07b19317afe7c/hexabyte_entropy-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bdfdcb257db632855b3f04d1a4106deafd139f9cb710c6e10ef52012047b7841",
                "md5": "517022e59c3e54193f75dd6348388d4e",
                "sha256": "5f74af70531e96982dab99192b58a45f392fe1f2b22eff0e71bedd82236d3055"
            },
            "downloads": -1,
            "filename": "hexabyte_entropy-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "517022e59c3e54193f75dd6348388d4e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 18442,
            "upload_time": "2024-03-24T20:41:39",
            "upload_time_iso_8601": "2024-03-24T20:41:39.672066Z",
            "url": "https://files.pythonhosted.org/packages/bd/fd/cb257db632855b3f04d1a4106deafd139f9cb710c6e10ef52012047b7841/hexabyte_entropy-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-24 20:41:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thetacom",
    "github_project": "hexabyte_entropy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "hexabyte-entropy"
}
        
Elapsed time: 0.21041s