Metadata-Version: 2.1
Name: hexabyte-entropy
Version: 0.1.1
Summary: An entropy plugin for the hexabyte hex editor.
Home-page: https://github.com/thetacom/hexabyte_entropy
Keywords: commandline,hexabyte,hexeditor,plugin,sidebar,entropy
Author: Justin C
Author-email: justin@thetacom.info
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Dist: hexabyte (>=0.6.0rc0,<0.7.0)
Requires-Dist: hilbertcurve (>=2.0.5,<3.0.0)
Project-URL: Repository, https://github.com/thetacom/hexabyte_entropy
Description-Content-Type: text/markdown

# Hexabyte Extended Info 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",]
```

