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

Versions: latest, v1.2.12, v1.2.11, v1.2.10, v1.2.9, v1.2.8, v1.2.7, v1.2.4, v1.2.2, v1.2.1, v1.2.0, v1.0.22, v1.0.21

πŸ› οΈ Project BadgesΒΆ

GitHub PyPI - Downloads Documentation

πŸ“š 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/
β”œβ”€β”€ applications/
β”‚   β”œβ”€β”€ automatic_docs.py    # πŸ“š Documentation generation utilities (used to create this documentation)
β”‚   └── ...
β”‚
β”œβ”€β”€ continuous_delivery/
β”‚   β”œβ”€β”€ cd_utils.py          # πŸ”§ Common utilities for continuous delivery
β”‚   β”œβ”€β”€ github.py            # πŸ“¦ GitHub utilities (upload_to_github)
β”‚   β”œβ”€β”€ pypi.py              # πŸ“¦ PyPI utilities (pypi_full_routine)
β”‚   β”œβ”€β”€ pyproject.py         # πŸ“ Pyproject.toml utilities
β”‚   └── ...
β”‚
β”œβ”€β”€ print.py                 # πŸ–¨οΈ Display utilities (info, debug, warning, error)
β”œβ”€β”€ io.py                    # πŸ’» I/O utilities (file management, json)
β”œβ”€β”€ decorators.py            # 🎯 Decorators (silent, measure_time, error_handler, simple_cache)
β”œβ”€β”€ ctx.py                   # 🚫 Context managers (Muffle, LogToFile)
β”œβ”€β”€ archive.py               # πŸ“¦ Archive utilities (zip, repair_zip)
β”œβ”€β”€ parallel.py              # πŸ§‘β€πŸ€β€πŸ§‘ Parallel processing (multiprocessing, multithreading)
β”œβ”€β”€ collections.py           # 🧰 Collection utilities (unique_list)
β”œβ”€β”€ all_doctests.py          # βœ… Execution of all doctests for a given path
β”œβ”€β”€ backup.py                # πŸ“¦ Backup utilities (delta backup, consolidate)
└── ...

⭐ Star History¢

Star History Chart

πŸ“– Module DocumentationΒΆ