Metadata-Version: 2.4
Name: stouputils
Version: 1.2.5
Summary: 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-URL: Homepage, https://github.com/Stoupy51/stouputils
Project-URL: Issues, https://github.com/Stoupy51/stouputils/issues
Author-email: Stoupy51 <stoupy51@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: furo>=2024.8.6
Requires-Dist: hatch>=1.14.0
Requires-Dist: m2r2>=0.3.3.post2
Requires-Dist: myst-parser>=4.0.1
Requires-Dist: pyyaml>=6.0.0
Requires-Dist: requests>=2.30.0
Requires-Dist: sphinx-rtd-theme>=3.0.2
Requires-Dist: sphinx>=8.1.3
Requires-Dist: toml>=0.10.0
Requires-Dist: tqdm>=4.66.0
Description-Content-Type: text/markdown


# 🛠️ Project Badges
[![GitHub](https://img.shields.io/github/v/release/Stoupy51/stouputils?logo=github&label=GitHub)](https://github.com/Stoupy51/stouputils/releases/latest)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/stouputils?logo=python&label=PyPI%20downloads)](https://pypi.org/project/stouputils/)
[![Documentation](https://img.shields.io/github/v/release/Stoupy51/stouputils?logo=sphinx&label=Documentation&color=purple)](https://stoupy51.github.io/stouputils/latest/)


# 📚 Project Overview
Stouputils is a collection of utility modules designed to simplify and enhance the development process.<br>
It includes a range of tools for tasks such as execution of doctests, display utilities, decorators, as well as context managers.


# 🚀 Project File Tree
```bash
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

<html>
  <a href="https://star-history.com/#Stoupy51/stouputils&Date">
    <picture>
      <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Stoupy51/stouputils&type=Date&theme=dark" />
      <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Stoupy51/stouputils&type=Date" />
      <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Stoupy51/stouputils&type=Date" />
    </picture>
  </a>
</html>

