Metadata-Version: 2.4
Name: hexio
Version: 0.0.1
Summary: Utility package to handle I/O of hex-compatible data.
Home-page: https://github.com/valbucci/hexio
Author: Valerio Bucci
License: GPLv3
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# HexIO

Utility package to handle Input/Output of hex-compatible data.

## Hex-Compatible Data Types

- strings (e.g. 0xbadbeef, b000, etc.)
- integers
- bytes
