πŸ› οΈ Welcome to Stouputils DocumentationΒΆ

https://img.shields.io/github/v/release/Stoupy51/stouputils?logo=github&label=GitHub https://img.shields.io/pypi/dm/stouputils?logo=python&label=PyPI%20downloads

Versions: latest, v1.0.21

πŸ“š 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:

⚑ Indices and Tables¢