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 description
🚀 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.
📦 Package Link
https://pypi.org/project/stouputils/
🚀 Project File Tree
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stouputils-1.0.0.tar.gz
(20.0 kB
view details)
File details
Details for the file stouputils-1.0.0.tar.gz.
File metadata
- Download URL: stouputils-1.0.0.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
040713a2d1d777f221edd9242db080ea71f3cdeeb31b0567c59cb1f46687bb32
|
|
| MD5 |
2853239a5bbca80eec7de7e5362f02d5
|
|
| BLAKE2b-256 |
619377c0d1f713d7a1fb210fe4d36aad9659bf7d50526243c74573ebfc08a109
|