Metadata-Version: 2.1
Name: xxp
Version: 22.3a1
Summary: xxd ripoff
Home-page: https://github.com/nicktimko/xxd
License: MIT
Keywords: binary,hexdump
Author: Nick Timkovich
Author-email: prometheus235@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/nicktimko/xxd
Description-Content-Type: text/markdown

# xxp

## What

It's [`xxd`][xxddoc] ([C source][xxdsrc]), but in Python, so it can also provide an API. Helpful when trying to reverse engineer binary things.

## Why

Part created for a want of a Python binary-dumper to decode my LoRa messages, part to learn GitHub Actions.


[xxddoc]: https://linux.die.net/man/1/xxd
[xxdsrc]: https://github.com/vim/vim/blob/master/src/xxd/xxd.c

