π οΈ 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ΒΆ
π 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ΒΆ
π Module DocumentationΒΆ
- stouputils package
- Subpackages
- Submodules