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.
๐ 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 # ๐ง Utilities for continuous delivery โ โโโ github.py # ๐ฆ Utilities for continuous delivery on GitHub (upload_to_github) โ โโโ pypi.py # ๐ฆ Utilities for PyPI (pypi_full_routine) โ โโโ pyproject.py # ๐ Utilities for reading, writing and managing pyproject.toml files โ โโโ stubs.py # ๐ Utilities for generating stub files using stubgen โ โโโ ... โ โโโ 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 # ๐ Static methods for calculating various ML metrics โ โโโ mlflow_utils.py # ๐ Utility functions for working with MLflow โ โโโ ... โ โโโ installer/ โ โโโ common.py # ๐ง Common functions used by the Linux and Windows installers modules โ โโโ downloader.py # โฌ๏ธ Functions for downloading and installing programs from URLs โ โโโ linux.py # ๐ง Linux/macOS specific implementations for installation โ โโโ main.py # ๐ Core installation functions for installing programs from zip files or URLs โ โโโ windows.py # ๐ป Windows specific implementations for installation โ โโโ ... โ โโโ all_doctests.py # โ Run all doctests for all modules in a given directory โโโ archive.py # ๐ฆ Functions for creating and managing archives โโโ backup.py # ๐พ Utilities for backup management (delta backup, consolidate) โโโ collections.py # ๐งฐ Utilities for collection manipulation (unique_list, sort_dict_keys, upsert_in_dataframe, array_to_disk) โโโ ctx.py # ๐ Context managers (Muffle, LogToFile, MeasureTime, DoNothing) โโโ decorators.py # ๐ฏ Decorators (measure_time, handle_error, simple_cache, retry, abstract, deprecated, silent) โโโ image.py # ๐ผ๏ธ Little utilities for image processing (image_resize, auto_crop, numpy_to_gif, numpy_to_obj) โโโ io.py # ๐พ Utilities for file management (super_json, super_csv, super_copy, super_open, clean_path) โโโ parallel.py # ๐ Utility functions for parallel processing (multiprocessing, multithreading) โโโ print.py # ๐จ๏ธ Utility functions for printing messages with different levels of importance โโโ ...
โญ 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.8.0.tar.gz
(176.7 kB
view details)
File details
Details for the file stouputils-1.8.0.tar.gz.
File metadata
- Download URL: stouputils-1.8.0.tar.gz
- Upload date:
- Size: 176.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47981c2a57bc599c4cd82044f3cf92b1d5d1b406423447fb98412dd6ea927f17
|
|
| MD5 |
8feb7355901ede3b560b3be1a5fbeb69
|
|
| BLAKE2b-256 |
3eddc7e4f0e4f203a0adf4a1833443887cbf1afea7e283cf5d4e024d3922698a
|