129 CLI tools + 9 flagship projects — one pip install
Project description
EVOLVER Tools
50 essential CLI tools — one pip install.
Zero-dependency (49/50), cross-platform, production-ready. Systems ops, data processing, dev tools, security, and creativity. ~170KB total — one install, not 50.
Quick Start
pip install evolver-tools
evtool list # Show all 50 tools
evtool ff < data.txt # Fuzzy search through data
evtool sysmon # Launch system monitor
evtool sort -n data.txt # Numeric sort
Tools
Ops
| Tool | Description | Selling point |
|---|---|---|
| sysmon | Real-time system monitor (curses TUI — CPU/mem/disk/net/processes) | See your server breathe |
| dirsize | Recursive directory space analyzer | Find what's eating your disk |
| envcheck | Environment variable validator (missing keys, formats) | Stop .env typos from breaking prod |
| portcheck | TCP port scanner & service detection | Port open? Service running? |
| siege-lite | HTTP load tester (concurrency, latency percentile) | How many req/s can your app handle? |
| http-live | SSE hot-reload HTTP server for development | Edit code, see changes. No refresh. |
| ipinfo | Public IP & geolocation lookup | Where's this server? |
| hashsum | File hash verification (MD5/SHA-1/256/512/BLAKE2, auto-detect) | Verify downloads in one command |
| find-dups | Find duplicate files by SHA256 hash, size, or name | Reclaim gigabytes |
Developer
| Tool | Description | Selling point |
|---|---|---|
| smellfinder | Python code smell detector (AST-based, 10+ patterns) | Lint without pip install pylint |
| project-doctor | Project health checker (meta, structure, quality) | Project checkup in one command |
| license-cli | Open-source license generator/validator | License your repo instantly |
| markdown-check | Markdown format validator & style checker | Docs that don't embarrass you |
| sqlite-cli | SQLite query tool — CSV/JSON/table output | Query .db files without a GUI |
| b64 | Base64 encode/decode with auto-detection | Paste, pipe, done |
| jsonql | Zero-dep JSON query tool (SQL-like syntax) | jsonql "SELECT name FROM data WHERE age > 18" |
| jq-lite | jq-style JSON query — filter, extract, transform | jq without installing jq |
| urlparse | URL parser & debugger | What's in that URL? |
| colors | 256-color table & HEX↔RGB conversion | Design that terminal theme |
| fmt | Code/text formatter — trailing whitespace, EOF newline, indent | Clean files, one command |
Data & Analysis
| Tool | Description | Selling point |
|---|---|---|
| csv-stats | CSV column analysis — histograms, frequencies, correlations | Understand your CSV in seconds |
| json2csv | JSON to CSV converter with nested key flattening | API response → spreadsheet |
| chart-cli | Terminal chart generator — bar, line, pie, histogram | Charts without leaving the terminal |
| cal | Calendar & date calculator | What day is 45 days from now? |
| web-summary | Web page content extractor (title, body, links) | Read the web from your terminal |
| yaml2json | Convert YAML to JSON (zero dependencies, basic YAML subset) | Config files \u2192 pipeable JSON |
| sort | Line sorting — alpha, numeric, reverse, unique, by column | Sort data without sort(1) |
Productivity
| Tool | Description | Selling point |
|---|---|---|
| ff | Interactive fuzzy finder (fzf, pure Python curses TUI) | Search files, history, anything |
| nb | Command-line notebook (JSON storage, full-text search) | Notes in your terminal |
| ren | Batch file renamer (prefix/suffix/regex/numbering) | Rename 100 files in one command |
| timer | Countdown timer & stopwatch with desktop notifications | Pomodoro in your terminal |
| treedir | Directory tree visualizer with depth control | tree on every OS |
| wordcount | Enhanced word/char/line counter with language detection | wc on steroids |
| dt | Date/time format converter (timestamps, timezones) | dt 1735689600 → human date |
Security
| Tool | Description | Selling point |
|---|---|---|
| passgen | Password generator with entropy display & charset rules | Generate passwords that don't suck |
| uuid | UUID generator (v1/v3/v4/v5/v7) | v4, v7, any UUID in one command |
| cron | Cron expression parser & next-run calculator | "What does 0 2 * * 1 actually run?" |
Requirements
- Python 3.8+
- No external dependencies (38 of 39 tools use stdlib only; ipinfo hits ip-api.com)
License
MIT
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
evolver_tools-12.0.0.tar.gz
(219.7 kB
view details)
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 evolver_tools-12.0.0.tar.gz.
File metadata
- Download URL: evolver_tools-12.0.0.tar.gz
- Upload date:
- Size: 219.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70d47a79f56e9745215fd6ed048f2e8c80824db5bc3a7b26210ab304a5914d61
|
|
| MD5 |
c10551e02311db51c7788ee3b1a1a678
|
|
| BLAKE2b-256 |
60b94e9f950624fec3f784667798dbbdd8b862210b85994c7ca1fbfdfcb85ed2
|
File details
Details for the file evolver_tools-12.0.0-py3-none-any.whl.
File metadata
- Download URL: evolver_tools-12.0.0-py3-none-any.whl
- Upload date:
- Size: 288.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f4b90dc9c6eebbd59133ecc1c4f43f3b1b8d3c04e1095917c3a6f259bc06a05
|
|
| MD5 |
9b5ef8e11e910435a9fcbe0eeb54f907
|
|
| BLAKE2b-256 |
af00816ef0f0fa6a0ad60e6a894e09eb4a87b48178af934df4e098429f8a32ff
|