A simple Python package for CLI tools
Project description
TurboCLI
A simple Python package for displaying CLI Tools.
Features:
- Show data as a hex editor.
Example Usage:
from turbocli import hexdump
# Example byte sequence (DEADBEEF)
data = b'\xde\xad\xbe\xef'
# Display the hex dump
print(hexdump(data))
Expected Output:
00000000 DE AD BE EF ....
This will print out a hex dump where each line contains the offset (starting at 00000000), the hexadecimal representation of the bytes, and their corresponding ASCII characters (non-printable characters are displayed as a dot).
Lisence:
This project uses the MIT License.
Thank you for using the CLI Python module! 🎉
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file turbocli-0.2.2.tar.gz.
File metadata
- Download URL: turbocli-0.2.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc04505fa658c0b8736328022ef3a13dac96be2b056f5af17304ce7af20745db
|
|
| MD5 |
0953e36bead24a78cbd81a2aa5401420
|
|
| BLAKE2b-256 |
f3586a3127e507da5dcf1150cbed610efb7d564181d9fe7fe70bd0ec43efc526
|
File details
Details for the file turbocli-0.2.2-py3-none-any.whl.
File metadata
- Download URL: turbocli-0.2.2-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c944a553a143f22fbaf30a25c1b60407eedbca978ac06fcc33fc01763fbf85e4
|
|
| MD5 |
efae90d0b0a697b1e72ba88198c0a4bb
|
|
| BLAKE2b-256 |
f18d10c9dfb5688a5c01cde40b5c6518b94d95c19ed994e82d4e144b6aa2b1c0
|