Metadata-Version: 2.4
Name: stouputils
Version: 1.0.3
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: tqdm>=4.66.4
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/)


# 📚 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/
├── 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)
├── 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
└── ...
```


## ⭐ Star History

<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>

