A set of development tools
Project description
dprojectstools
A practical toolbox of small developer-focused utilities for everyday work in terminals and scripts.
This repository groups together a set of command-line tools and helper modules I use across projects: quick math on the CLI, clipboard helpers, backup wrappers (Restic), console/TUI utilities, i18n helpers, and a lightweight command-line “manager” to speed up building CLI apps. asdasdas
Opinionated, lightweight, and meant to be useful in real workflows.
What’s inside
This repo is a collection, not a single tool. Expect multiple commands and reusable modules.
CLI utilities (examples)
bc-like / math helpers: evaluate expressions and do quick calculations from the command line.- Clipboard tools: copy/paste helpers for terminal workflows and pipelines.
- Backup utilities (Restic): wrappers/helpers for repeatable backups and restore flows.
- Console utils: formatting, tables, colors, prompts, logging helpers, etc.
- Simple TUI editor: minimal terminal UI editor for quick edits / notes.
- i18n utilities: helpers for localization workflows (strings, keys, formatting, validation).
The exact list evolves over time—browse the repo to see all current tools.
Installation
Option A: Install from PYPI
pip install dprojectstools
Option B: Install from source (recommended during development)
git clone https://github.com/marcdp/dprojectstools.git
cd dprojectstools
Philosophy
- Prefer small, composable tools.
- Keep commands script-friendly (exit codes, stdout/stderr discipline).
- Minimal dependencies where possible.
- Built to support repeatable workflows across machines
License
MIT License
See the LICENSE file for details.
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 dprojectstools-0.0.32.tar.gz.
File metadata
- Download URL: dprojectstools-0.0.32.tar.gz
- Upload date:
- Size: 61.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
561fca13a3d0af7e1bf729b60b22928cd74b71f4a46230765a94f8c25e19df42
|
|
| MD5 |
e045ecc82081306db32af59bddcae85e
|
|
| BLAKE2b-256 |
d46ceeec98018cb74a93b73cb2096b539bcbb35c0f7b21c7718d41603ac7bea6
|
File details
Details for the file dprojectstools-0.0.32-py3-none-any.whl.
File metadata
- Download URL: dprojectstools-0.0.32-py3-none-any.whl
- Upload date:
- Size: 72.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f99b34ac4f00f2a89eecdc98546ac71ff6f28fc8c42730af8854b28c089c6ec
|
|
| MD5 |
4ff17fc054bfb8be9f3716e95ee046b3
|
|
| BLAKE2b-256 |
0c7a8486bfc9afeec2981ad31e6ef6563e7c333ab0ab55884e10dad871abaf7d
|