Skip to content

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.

License

Notifications You must be signed in to change notification settings

Stoupy51/stouputils

Repository files navigation

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

<style> .code-tree { border-radius: 6px; padding: 16px; font-family: monospace; line-height: 1.45; overflow: auto; white-space: pre; background-color:rgb(43, 43, 43); color: #d4d4d4; } .code-tree a { color: #569cd6; text-decoration: none; } .code-tree a:hover { text-decoration: underline; } .code-tree .comment { color:rgb(231, 213, 48); } </style>
stouputils/
├── applications/
│   ├── automatic_docs.py    # 📚 Documentation generation utilities (used to create this documentation)
│   ├── upscaler/            # 🔎 Image & Video upscaler (configurable)
│   └── ...
│
├── 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
│   └── ...
│
├── data_science/
│   ├── config/              # ⚙️ Configuration utilities for data science
│   ├── dataset/             # 📊 Dataset handling (dataset, dataset_loader, grouping_strategy)
│   ├── data_processing/     # 🔄 Data processing utilities (image augmentation, preprocessing)
│   │   ├── image/           # 🖼️ Image processing techniques
│   │   └── ...
│   ├── models/              # 🧠 ML/DL model interfaces and implementations
│   │   ├── keras/           # 🤖 Keras model implementations
│   │   ├── keras_utils/     # 🛠️ Keras utilities (callbacks, losses, visualizations)
│   │   └── ...
│   ├── scripts/             # 📜 Data science scripts (augment, preprocess, routine)
│   ├── metric_utils.py      # 📏 Metrics utilities for ML/DL models
│   ├── mlflow_utils.py      # 📊 MLflow integration utilities
│   └── ...
│
├── installer/
│   ├── common.py            # 🔧 Common installer utilities
│   ├── downloader.py        # ⬇️ File download utilities
│   ├── linux.py             # 🐧 Linux-specific installer utilities
│   ├── main.py              # 🚀 Main installer functionality
│   ├── windows.py           # 💻 Windows-specific installer utilities
│   └── ...
│
├── all_doctests.py          # ✅ Execution of all doctests for a given path
├── archive.py               # 📦 Archive utilities (zip, repair_zip)
├── backup.py                # 📦 Backup utilities (delta backup, consolidate)
├── collections.py           # 🧰 Collection utilities (unique_list)
├── ctx.py                   # 🚫 Context managers (Muffle, LogToFile)
├── decorators.py            # 🎯 Decorators (silent, measure_time, error_handler, simple_cache)
├── image.py                 # 🖼️ Image utilities (image_resize)
├── io.py                    # 💻 I/O utilities (file management, json)
├── parallel.py              # 🧑‍🤝‍🧑 Parallel processing (multiprocessing, multithreading)
├── print.py                 # 🖨️ Display utilities (info, debug, warning, error)
└── ...

⭐ Star History

Star History Chart

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages