Stouputils is a collection of utility modules designed to simplify and enhance the development process. It includes a range of tools for tasks such as execution of doctests, display utilities, decorators, as well as context managers, and many more.
Project description
🛠️ Project Badges
📚 Project Overview
Stouputils is a collection of utility modules designed to simplify and enhance the development process.
It includes a range of tools for tasks such as execution of doctests, display utilities, decorators, as well as context managers.
🚀 Project File Tree
stouputils/
├── continuous_delivery/
│ ├── github.py # 📦 GitHub utilities that are very specific (upload_to_github)
│ └── ...
│
├── print.py # 🖨️ Display utilities
├── io.py # 💻 I/O utilities (for file management, json, etc.)
├── decorators.py # 🎯 Decorators (silent, measure_time, error_handler, simple_cache, deprecated)
├── ctx.py # 🚫 Context managers (Muffle)
├── archive.py # 📦 Archive utilities (zip, unzip)
├── parallel.py # 🧑🤝🧑 Parallel processing (multiprocessing, multithreading)
├── collections.py # 🧰 Collection utilities (unique_list)
├── all_doctests.py # ✅ Execution of all doctests of all modules for a given path
├── backup.py # 📦 Backup utilities (create_delta_backup, consolidate_backups, backup_cli)
└── ...
⭐ Star History
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
stouputils-1.0.25.tar.gz
(12.4 MB
view details)
File details
Details for the file stouputils-1.0.25.tar.gz.
File metadata
- Download URL: stouputils-1.0.25.tar.gz
- Upload date:
- Size: 12.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80714f5c6a9511315017c75d918418c357c506404f1bce0fabd985f2534f8f14
|
|
| MD5 |
777ddadb2a1b5bb6e0cce7cba88be669
|
|
| BLAKE2b-256 |
e35117e1095ec5987c55e1feaec1ac9a2d9a7362608a3346ce026da06bfe3f2a
|