🛠️ Welcome to Stouputils Documentation
Versions: latest
📚 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 Structure
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)
└── ...
📖 Module Documentation
Contents:
- stouputils package- Subpackages
- Submodules