Skip to main content

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

turbocli-0.2.1.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

turbocli-0.2.1-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file turbocli-0.2.1.tar.gz.

File metadata

  • Download URL: turbocli-0.2.1.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.9

File hashes

Hashes for turbocli-0.2.1.tar.gz
Algorithm Hash digest
SHA256 f10cb58722e4db9992267b14ce2506aeb9a7744403a10658b60639ca4995c4ac
MD5 5d4c192b4b4cb32cccccb687beb12fb3
BLAKE2b-256 c883c86da16b717f5bf8883530d4b02ad053be1d6a6c95726905045b53bba41a

See more details on using hashes here.

File details

Details for the file turbocli-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: turbocli-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.9

File hashes

Hashes for turbocli-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c1b7ba5dc69ec919c7e81ffa56ea621cc65b1af59ea3dcc533df34830cfdafc1
MD5 868c3fa7a9bee35b54f0dfd1b644c84c
BLAKE2b-256 bfb46e874c8c600bfa6bf1dfa2be1bed90339e474824c2aadc9feb235bbddc71

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page