Metadata-Version: 2.4
Name: hexbytes
Version: 2.0.0
Summary: hexbytes: Python `bytes` subclass that decodes hex, with a readable console output
Author-email: The Ethereum Foundation <snakecharmers@ethereum.org>, ApeWorX Collective <admin@apeworx.io>
Maintainer-email: ApeWorX Collective <admin@apeworx.io>
License-Expression: MIT
Project-URL: Homepage, https://github.com/ApeWorX/hexbytes
Project-URL: Repository, https://github.com/ApeWorX/hexbytes.git
Project-URL: Issues, https://github.com/ApeWorX/hexbytes/issues
Project-URL: Documentation, https://hexbytes.readthedocs.io/
Keywords: ethereum
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: <4,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# HexBytes

[![Join the conversation on Discord](https://img.shields.io/discord/809793915578089484?color=blue&label=chat&logo=discord&logoColor=white)](https://discord.gg/GHryRvPB84)
[![Build Status](https://github.com/ApeWorX/hexbytes/actions/workflows/test.yaml/badge.svg)](https://github.com/ApeWorX/hexbytes/actions/workflows/test.yaml)
[![PyPI version](https://badge.fury.io/py/hexbytes.svg)](https://badge.fury.io/py/hexbytes)
[![Python versions](https://img.shields.io/pypi/pyversions/hexbytes.svg)](https://pypi.python.org/pypi/hexbytes)
[![Docs build](https://readthedocs.org/projects/hexbytes/badge/?version=latest)](https://hexbytes.readthedocs.io/en/latest/?badge=latest)

Python `bytes` subclass that decodes hex, with a readable console output

Read the [documentation](https://hexbytes.readthedocs.io/).

View the [change log](https://hexbytes.readthedocs.io/en/latest/release_notes.html).

## Installation

```sh
python -m pip install hexbytes
```
