hexabyte


Namehexabyte JSON
Version 0.8.6 PyPI version JSON
download
home_pagehttps://github.com/thetacom/hexabyte
SummaryA modern, modular, and robust TUI hex editor.
upload_time2024-03-17 01:29:02
maintainer
docs_urlNone
authorJustin C
requires_python>=3.9,<4.0
license
keywords commandline hexeditor binary hexadecimal raw byteview bytes
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Hexabyte - Commandline Hex Editor

A modern, robust, and extensible commandline hex editor.

## Usage

```bash
~/$ pip install hexabyte
...
~/$ hexabyte --help
usage: hexabyte [-h] [-c CONFIG_FILEPATH] [-s] [files ...]

Hexabyte can operate in three distinct modes. Single file mode opens a single file with a single editor. Split screen mode opens a single file with a split screen view. Diff
mode opens two files side by side.

positional arguments:
  files                 Specify 1 or 2 filenames

options:
  -h, --help            show this help message and exit
  -c CONFIG_FILEPATH, --config CONFIG_FILEPATH
                        Specify config location. Default: ~/.config/hexabyte/config.toml
  -s, --split           Display a single file in two split screen editors.
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/thetacom/hexabyte",
    "name": "hexabyte",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "commandline,hexeditor,binary,hexadecimal,raw,byteview,bytes",
    "author": "Justin C",
    "author_email": "justin@thetacom.info",
    "download_url": "https://files.pythonhosted.org/packages/db/4f/5ea2d2b7725d6ede92443b1681adf1b77745bdce70ae3a3f1cd4ba5c860f/hexabyte-0.8.6.tar.gz",
    "platform": null,
    "description": "# Hexabyte - Commandline Hex Editor\n\nA modern, robust, and extensible commandline hex editor.\n\n## Usage\n\n```bash\n~/$ pip install hexabyte\n...\n~/$ hexabyte --help\nusage: hexabyte [-h] [-c CONFIG_FILEPATH] [-s] [files ...]\n\nHexabyte can operate in three distinct modes. Single file mode opens a single file with a single editor. Split screen mode opens a single file with a split screen view. Diff\nmode opens two files side by side.\n\npositional arguments:\n  files                 Specify 1 or 2 filenames\n\noptions:\n  -h, --help            show this help message and exit\n  -c CONFIG_FILEPATH, --config CONFIG_FILEPATH\n                        Specify config location. Default: ~/.config/hexabyte/config.toml\n  -s, --split           Display a single file in two split screen editors.\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A modern, modular, and robust TUI hex editor.",
    "version": "0.8.6",
    "project_urls": {
        "Homepage": "https://github.com/thetacom/hexabyte",
        "Repository": "https://github.com/thetacom/hexabyte"
    },
    "split_keywords": [
        "commandline",
        "hexeditor",
        "binary",
        "hexadecimal",
        "raw",
        "byteview",
        "bytes"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62198edf0b1c8a4d0e917c09b19d616c7d9aad8104ed094c83f7717a9042f493",
                "md5": "16e88fee02750b3b0a9209da6c3d072e",
                "sha256": "6052e229f0520e113ffb61ec49668410c03135df701acaeb055d605fd9cc52a6"
            },
            "downloads": -1,
            "filename": "hexabyte-0.8.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "16e88fee02750b3b0a9209da6c3d072e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 70917,
            "upload_time": "2024-03-17T01:29:00",
            "upload_time_iso_8601": "2024-03-17T01:29:00.139610Z",
            "url": "https://files.pythonhosted.org/packages/62/19/8edf0b1c8a4d0e917c09b19d616c7d9aad8104ed094c83f7717a9042f493/hexabyte-0.8.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db4f5ea2d2b7725d6ede92443b1681adf1b77745bdce70ae3a3f1cd4ba5c860f",
                "md5": "b6cb671b6376b4badc94d65680c23b3f",
                "sha256": "57b06d8526364ad1dcb899a00e3752c592d0d1597da0f13a4c7ff4082650d5d6"
            },
            "downloads": -1,
            "filename": "hexabyte-0.8.6.tar.gz",
            "has_sig": false,
            "md5_digest": "b6cb671b6376b4badc94d65680c23b3f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 48140,
            "upload_time": "2024-03-17T01:29:02",
            "upload_time_iso_8601": "2024-03-17T01:29:02.078756Z",
            "url": "https://files.pythonhosted.org/packages/db/4f/5ea2d2b7725d6ede92443b1681adf1b77745bdce70ae3a3f1cd4ba5c860f/hexabyte-0.8.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-17 01:29:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thetacom",
    "github_project": "hexabyte",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "hexabyte"
}
        
Elapsed time: 0.20277s