Unified CLI toolbox for developers — base64, JWT, timestamps, UUID, JSON, hash, URL, case, color, cron, diff, markdown, IP, HTML, math, and more
Project description
DevTool
Unified CLI toolbox for developers — base64, JWT, timestamps, UUID, JSON, hash, URL, case conversion, color, cron, timezone, diff, markdown, IP, HTML, math, and more.
pip install devtool
CLI
devtool list # List all tools
devtool base64 encode hello # aGVsbG8=
devtool uuid v4 # Generate UUID v4
devtool json format '{"a":1}' # Pretty-print JSON
devtool hash sha256 hello # SHA-256 hash
devtool ts now # Current timestamp
devtool case camel hello world # helloWorld
SDK
from devtool.tools import base64_encode, uuid_v4, hash_sha256
result = base64_encode("hello")
print(result["data"]) # aGVsbG8=
Project details
Release history Release notifications | RSS feed
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 talocode_devtool-0.2.0.tar.gz.
File metadata
- Download URL: talocode_devtool-0.2.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
387ad99f8d7bd951815569ca920fdc6db4bb0998493830310c8e5f06cf166622
|
|
| MD5 |
bd9a9c744207b9c4657eb743107c713a
|
|
| BLAKE2b-256 |
ebce76ccee80ee718b4bd120948bc18160f0e8934431c648c081ba39e53be362
|
File details
Details for the file talocode_devtool-0.2.0-py3-none-any.whl.
File metadata
- Download URL: talocode_devtool-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd449ebc7fd6dc517be6b3f8cff349b8f1b85db16b2036446478d7414e8c20b1
|
|
| MD5 |
d8049c4e117a7c3cb3542f4f92aa5923
|
|
| BLAKE2b-256 |
d1e1897fca4d6bd9c7c3868f31e62fd1ccdfd63fae86853338abbe5351eea1a1
|