stouputils 1.9.4__tar.gz → 1.9.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {stouputils-1.9.4 → stouputils-1.9.5}/PKG-INFO +23 -20
- {stouputils-1.9.4 → stouputils-1.9.5}/README.md +22 -19
- {stouputils-1.9.4 → stouputils-1.9.5}/pyproject.toml +1 -1
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/__main__.py +19 -12
- {stouputils-1.9.4 → stouputils-1.9.5}/.gitignore +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/LICENSE +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/__init__.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/__init__.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/_deprecated.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/_deprecated.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/all_doctests.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/all_doctests.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/applications/__init__.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/applications/__init__.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/applications/automatic_docs.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/applications/automatic_docs.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/applications/upscaler/__init__.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/applications/upscaler/__init__.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/applications/upscaler/config.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/applications/upscaler/config.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/applications/upscaler/image.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/applications/upscaler/image.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/applications/upscaler/video.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/applications/upscaler/video.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/archive.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/archive.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/backup.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/backup.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/collections.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/collections.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/continuous_delivery/__init__.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/continuous_delivery/__init__.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/continuous_delivery/cd_utils.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/continuous_delivery/cd_utils.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/continuous_delivery/github.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/continuous_delivery/github.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/continuous_delivery/pypi.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/continuous_delivery/pypi.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/continuous_delivery/pyproject.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/continuous_delivery/pyproject.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/continuous_delivery/stubs.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/continuous_delivery/stubs.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/ctx.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/ctx.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/config/get.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/config/set.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/__init__.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/auto_contrast.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/axis_flip.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/bias_field_correction.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/binary_threshold.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/blur.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/brightness.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/canny.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/clahe.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/common.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/contrast.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/curvature_flow_filter.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/denoise.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/histogram_equalization.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/invert.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/laplacian.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/median_blur.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/noise.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/normalize.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/random_erase.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/resize.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/rotation.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/salt_pepper.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/sharpening.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/shearing.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/threshold.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/translation.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/zoom.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image_augmentation.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image_preprocess.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/prosthesis_detection.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/technique.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/dataset/__init__.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/dataset/dataset.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/dataset/dataset_loader.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/dataset/grouping_strategy.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/dataset/image_loader.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/dataset/xy_tuple.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/metric_dictionnary.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/metric_utils.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/mlflow_utils.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/abstract_model.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/all.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/base_keras.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras/all.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras/convnext.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras/densenet.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras/efficientnet.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras/mobilenet.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras/resnet.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras/squeezenet.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras/vgg.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras/xception.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras_utils/callbacks/__init__.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras_utils/callbacks/colored_progress_bar.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras_utils/callbacks/learning_rate_finder.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras_utils/callbacks/model_checkpoint_v2.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras_utils/callbacks/progressive_unfreezing.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras_utils/callbacks/warmup_scheduler.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras_utils/losses/__init__.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras_utils/losses/next_generation_loss.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras_utils/visualizations.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/model_interface.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/sandbox.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/range_tuple.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/scripts/augment_dataset.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/scripts/exhaustive_process.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/scripts/preprocess_dataset.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/scripts/routine.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/utils.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/decorators.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/decorators.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/image.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/image.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/installer/__init__.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/installer/__init__.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/installer/common.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/installer/common.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/installer/downloader.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/installer/downloader.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/installer/linux.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/installer/linux.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/installer/main.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/installer/main.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/installer/windows.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/installer/windows.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/io.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/io.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/parallel.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/parallel.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/print.py +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/print.pyi +0 -0
- {stouputils-1.9.4 → stouputils-1.9.5}/stouputils/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stouputils
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.5
|
|
4
4
|
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.
|
|
5
5
|
Project-URL: Homepage, https://github.com/Stoupy51/stouputils
|
|
6
6
|
Project-URL: Issues, https://github.com/Stoupy51/stouputils/issues
|
|
@@ -104,34 +104,48 @@ stouputils all_<TAB> # Completes to: all_doctests
|
|
|
104
104
|
.code-tree .comment {
|
|
105
105
|
color:rgb(231, 213, 48);
|
|
106
106
|
}
|
|
107
|
+
.code-tree .paren {
|
|
108
|
+
color: orange;
|
|
109
|
+
}
|
|
107
110
|
</style>
|
|
108
111
|
</details>
|
|
109
112
|
|
|
110
113
|
<pre class="code-tree">stouputils/
|
|
114
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.print.html">print.py</a> <span class="comment"># 🖨️ Utility functions for printing <span class="paren">(info, debug, warning, error, whatisit, breakpoint, colored_for_loop, ...)</span></span>
|
|
115
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.decorators.html">decorators.py</a> <span class="comment"># 🎯 Decorators <span class="paren">(measure_time, handle_error, timeout, retry, simple_cache, abstract, deprecated, silent)</span></span>
|
|
116
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.ctx.html">ctx.py</a> <span class="comment"># 🔇 Context managers <span class="paren">(LogToFile, MeasureTime, Muffle, DoNothing, SetMPStartMethod)</span></span>
|
|
117
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.io.html">io.py</a> <span class="comment"># 💾 Utilities for file management <span class="paren">(json_dump, json_load, csv_dump, csv_load, read_file, super_copy, super_open, clean_path, ...)</span></span>
|
|
118
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.parallel.html">parallel.py</a> <span class="comment"># 🔀 Utility functions for parallel processing <span class="paren">(multiprocessing, multithreading, run_in_subprocess)</span></span>
|
|
119
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.image.html">image.py</a> <span class="comment"># 🖼️ Little utilities for image processing <span class="paren">(image_resize, auto_crop, numpy_to_gif, numpy_to_obj)</span></span>
|
|
120
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.collections.html">collections.py</a> <span class="comment"># 🧰 Utilities for collection manipulation <span class="paren">(unique_list, sort_dict_keys, upsert_in_dataframe, array_to_disk)</span></span>
|
|
121
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.all_doctests.html">all_doctests.py</a> <span class="comment"># ✅ Run all doctests for all modules in a given directory <span class="paren">(launch_tests, test_module_with_progress)</span></span>
|
|
122
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.backup.html">backup.py</a> <span class="comment"># 💾 Utilities for backup management <span class="paren">(delta backup, consolidate)</span></span>
|
|
123
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.archive.html">archive.py</a> <span class="comment"># 📦 Functions for creating and managing archives</span>
|
|
124
|
+
│
|
|
111
125
|
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.applications.html">applications/</a>
|
|
112
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.applications.automatic_docs.html">automatic_docs.py</a> <span class="comment"># 📚 Documentation generation utilities (used to create this documentation)</span>
|
|
113
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.applications.upscaler.html">upscaler/</a> <span class="comment"># 🔎 Image & Video upscaler (configurable)</span>
|
|
126
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.applications.automatic_docs.html">automatic_docs.py</a> <span class="comment"># 📚 Documentation generation utilities <span class="paren">(used to create this documentation)</span></span>
|
|
127
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.applications.upscaler.html">upscaler/</a> <span class="comment"># 🔎 Image & Video upscaler <span class="paren">(configurable)</span></span>
|
|
114
128
|
│ └── ...
|
|
115
129
|
│
|
|
116
130
|
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.html">continuous_delivery/</a>
|
|
117
131
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.cd_utils.html">cd_utils.py</a> <span class="comment"># 🔧 Utilities for continuous delivery</span>
|
|
118
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.github.html">github.py</a> <span class="comment"># 📦 Utilities for continuous delivery on GitHub (upload_to_github)</span>
|
|
119
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.pypi.html">pypi.py</a> <span class="comment"># 📦 Utilities for PyPI (pypi_full_routine)</span>
|
|
132
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.github.html">github.py</a> <span class="comment"># 📦 Utilities for continuous delivery on GitHub <span class="paren">(upload_to_github)</span></span>
|
|
133
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.pypi.html">pypi.py</a> <span class="comment"># 📦 Utilities for PyPI <span class="paren">(pypi_full_routine)</span></span>
|
|
120
134
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.pyproject.html">pyproject.py</a> <span class="comment"># 📝 Utilities for reading, writing and managing pyproject.toml files</span>
|
|
121
135
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.stubs.html">stubs.py</a> <span class="comment"># 📝 Utilities for generating stub files using stubgen</span>
|
|
122
136
|
│ └── ...
|
|
123
137
|
│
|
|
124
138
|
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.html">data_science/</a>
|
|
125
139
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.config.html">config/</a> <span class="comment"># ⚙️ Configuration utilities for data science</span>
|
|
126
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.dataset.html">dataset/</a> <span class="comment"># 📊 Dataset handling (dataset, dataset_loader, grouping_strategy)</span>
|
|
127
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.data_processing.html">data_processing/</a> <span class="comment"># 🔄 Data processing utilities (image augmentation, preprocessing)</span>
|
|
140
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.dataset.html">dataset/</a> <span class="comment"># 📊 Dataset handling <span class="paren">(dataset, dataset_loader, grouping_strategy)</span></span>
|
|
141
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.data_processing.html">data_processing/</a> <span class="comment"># 🔄 Data processing utilities <span class="paren">(image augmentation, preprocessing)</span></span>
|
|
128
142
|
│ │ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.data_processing.image.html">image/</a> <span class="comment"># 🖼️ Image processing techniques</span>
|
|
129
143
|
│ │ └── ...
|
|
130
144
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.models.html">models/</a> <span class="comment"># 🧠 ML/DL model interfaces and implementations</span>
|
|
131
145
|
│ │ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.models.keras.html">keras/</a> <span class="comment"># 🤖 Keras model implementations</span>
|
|
132
|
-
│ │ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.models.keras_utils.html">keras_utils/</a> <span class="comment"># 🛠️ Keras utilities (callbacks, losses, visualizations)</span>
|
|
146
|
+
│ │ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.models.keras_utils.html">keras_utils/</a> <span class="comment"># 🛠️ Keras utilities <span class="paren">(callbacks, losses, visualizations)</span></span>
|
|
133
147
|
│ │ └── ...
|
|
134
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.scripts.html">scripts/</a> <span class="comment"># 📜 Data science scripts (augment, preprocess, routine)</span>
|
|
148
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.scripts.html">scripts/</a> <span class="comment"># 📜 Data science scripts <span class="paren">(augment, preprocess, routine)</span></span>
|
|
135
149
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.metric_utils.html">metric_utils.py</a> <span class="comment"># 📏 Static methods for calculating various ML metrics</span>
|
|
136
150
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.mlflow_utils.html">mlflow_utils.py</a> <span class="comment"># 📊 Utility functions for working with MLflow</span>
|
|
137
151
|
│ └── ...
|
|
@@ -143,17 +157,6 @@ stouputils all_<TAB> # Completes to: all_doctests
|
|
|
143
157
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.installer.main.html">main.py</a> <span class="comment"># 🚀 Core installation functions for installing programs from zip files or URLs</span>
|
|
144
158
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.installer.windows.html">windows.py</a> <span class="comment"># 💻 Windows specific implementations for installation</span>
|
|
145
159
|
│ └── ...
|
|
146
|
-
│
|
|
147
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.all_doctests.html">all_doctests.py</a> <span class="comment"># ✅ Run all doctests for all modules in a given directory</span>
|
|
148
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.archive.html">archive.py</a> <span class="comment"># 📦 Functions for creating and managing archives</span>
|
|
149
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.backup.html">backup.py</a> <span class="comment"># 💾 Utilities for backup management (delta backup, consolidate)</span>
|
|
150
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.collections.html">collections.py</a> <span class="comment"># 🧰 Utilities for collection manipulation (unique_list, sort_dict_keys, upsert_in_dataframe, array_to_disk)</span>
|
|
151
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.ctx.html">ctx.py</a> <span class="comment"># 🔇 Context managers (Muffle, LogToFile, MeasureTime, DoNothing)</span>
|
|
152
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.decorators.html">decorators.py</a> <span class="comment"># 🎯 Decorators (measure_time, handle_error, timeout, retry, simple_cache, abstract, deprecated, silent)</span>
|
|
153
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.image.html">image.py</a> <span class="comment"># 🖼️ Little utilities for image processing (image_resize, auto_crop, numpy_to_gif, numpy_to_obj)</span>
|
|
154
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.io.html">io.py</a> <span class="comment"># 💾 Utilities for file management (super_json, super_csv, super_copy, super_open, clean_path)</span>
|
|
155
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.parallel.html">parallel.py</a> <span class="comment"># 🔀 Utility functions for parallel processing (multiprocessing, multithreading)</span>
|
|
156
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.print.html">print.py</a> <span class="comment"># 🖨️ Utility functions for printing messages with different levels of importance</span>
|
|
157
160
|
└── ...
|
|
158
161
|
</pre>
|
|
159
162
|
</html>
|
|
@@ -62,34 +62,48 @@ stouputils all_<TAB> # Completes to: all_doctests
|
|
|
62
62
|
.code-tree .comment {
|
|
63
63
|
color:rgb(231, 213, 48);
|
|
64
64
|
}
|
|
65
|
+
.code-tree .paren {
|
|
66
|
+
color: orange;
|
|
67
|
+
}
|
|
65
68
|
</style>
|
|
66
69
|
</details>
|
|
67
70
|
|
|
68
71
|
<pre class="code-tree">stouputils/
|
|
72
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.print.html">print.py</a> <span class="comment"># 🖨️ Utility functions for printing <span class="paren">(info, debug, warning, error, whatisit, breakpoint, colored_for_loop, ...)</span></span>
|
|
73
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.decorators.html">decorators.py</a> <span class="comment"># 🎯 Decorators <span class="paren">(measure_time, handle_error, timeout, retry, simple_cache, abstract, deprecated, silent)</span></span>
|
|
74
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.ctx.html">ctx.py</a> <span class="comment"># 🔇 Context managers <span class="paren">(LogToFile, MeasureTime, Muffle, DoNothing, SetMPStartMethod)</span></span>
|
|
75
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.io.html">io.py</a> <span class="comment"># 💾 Utilities for file management <span class="paren">(json_dump, json_load, csv_dump, csv_load, read_file, super_copy, super_open, clean_path, ...)</span></span>
|
|
76
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.parallel.html">parallel.py</a> <span class="comment"># 🔀 Utility functions for parallel processing <span class="paren">(multiprocessing, multithreading, run_in_subprocess)</span></span>
|
|
77
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.image.html">image.py</a> <span class="comment"># 🖼️ Little utilities for image processing <span class="paren">(image_resize, auto_crop, numpy_to_gif, numpy_to_obj)</span></span>
|
|
78
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.collections.html">collections.py</a> <span class="comment"># 🧰 Utilities for collection manipulation <span class="paren">(unique_list, sort_dict_keys, upsert_in_dataframe, array_to_disk)</span></span>
|
|
79
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.all_doctests.html">all_doctests.py</a> <span class="comment"># ✅ Run all doctests for all modules in a given directory <span class="paren">(launch_tests, test_module_with_progress)</span></span>
|
|
80
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.backup.html">backup.py</a> <span class="comment"># 💾 Utilities for backup management <span class="paren">(delta backup, consolidate)</span></span>
|
|
81
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.archive.html">archive.py</a> <span class="comment"># 📦 Functions for creating and managing archives</span>
|
|
82
|
+
│
|
|
69
83
|
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.applications.html">applications/</a>
|
|
70
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.applications.automatic_docs.html">automatic_docs.py</a> <span class="comment"># 📚 Documentation generation utilities (used to create this documentation)</span>
|
|
71
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.applications.upscaler.html">upscaler/</a> <span class="comment"># 🔎 Image & Video upscaler (configurable)</span>
|
|
84
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.applications.automatic_docs.html">automatic_docs.py</a> <span class="comment"># 📚 Documentation generation utilities <span class="paren">(used to create this documentation)</span></span>
|
|
85
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.applications.upscaler.html">upscaler/</a> <span class="comment"># 🔎 Image & Video upscaler <span class="paren">(configurable)</span></span>
|
|
72
86
|
│ └── ...
|
|
73
87
|
│
|
|
74
88
|
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.html">continuous_delivery/</a>
|
|
75
89
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.cd_utils.html">cd_utils.py</a> <span class="comment"># 🔧 Utilities for continuous delivery</span>
|
|
76
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.github.html">github.py</a> <span class="comment"># 📦 Utilities for continuous delivery on GitHub (upload_to_github)</span>
|
|
77
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.pypi.html">pypi.py</a> <span class="comment"># 📦 Utilities for PyPI (pypi_full_routine)</span>
|
|
90
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.github.html">github.py</a> <span class="comment"># 📦 Utilities for continuous delivery on GitHub <span class="paren">(upload_to_github)</span></span>
|
|
91
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.pypi.html">pypi.py</a> <span class="comment"># 📦 Utilities for PyPI <span class="paren">(pypi_full_routine)</span></span>
|
|
78
92
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.pyproject.html">pyproject.py</a> <span class="comment"># 📝 Utilities for reading, writing and managing pyproject.toml files</span>
|
|
79
93
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.stubs.html">stubs.py</a> <span class="comment"># 📝 Utilities for generating stub files using stubgen</span>
|
|
80
94
|
│ └── ...
|
|
81
95
|
│
|
|
82
96
|
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.html">data_science/</a>
|
|
83
97
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.config.html">config/</a> <span class="comment"># ⚙️ Configuration utilities for data science</span>
|
|
84
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.dataset.html">dataset/</a> <span class="comment"># 📊 Dataset handling (dataset, dataset_loader, grouping_strategy)</span>
|
|
85
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.data_processing.html">data_processing/</a> <span class="comment"># 🔄 Data processing utilities (image augmentation, preprocessing)</span>
|
|
98
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.dataset.html">dataset/</a> <span class="comment"># 📊 Dataset handling <span class="paren">(dataset, dataset_loader, grouping_strategy)</span></span>
|
|
99
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.data_processing.html">data_processing/</a> <span class="comment"># 🔄 Data processing utilities <span class="paren">(image augmentation, preprocessing)</span></span>
|
|
86
100
|
│ │ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.data_processing.image.html">image/</a> <span class="comment"># 🖼️ Image processing techniques</span>
|
|
87
101
|
│ │ └── ...
|
|
88
102
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.models.html">models/</a> <span class="comment"># 🧠 ML/DL model interfaces and implementations</span>
|
|
89
103
|
│ │ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.models.keras.html">keras/</a> <span class="comment"># 🤖 Keras model implementations</span>
|
|
90
|
-
│ │ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.models.keras_utils.html">keras_utils/</a> <span class="comment"># 🛠️ Keras utilities (callbacks, losses, visualizations)</span>
|
|
104
|
+
│ │ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.models.keras_utils.html">keras_utils/</a> <span class="comment"># 🛠️ Keras utilities <span class="paren">(callbacks, losses, visualizations)</span></span>
|
|
91
105
|
│ │ └── ...
|
|
92
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.scripts.html">scripts/</a> <span class="comment"># 📜 Data science scripts (augment, preprocess, routine)</span>
|
|
106
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.scripts.html">scripts/</a> <span class="comment"># 📜 Data science scripts <span class="paren">(augment, preprocess, routine)</span></span>
|
|
93
107
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.metric_utils.html">metric_utils.py</a> <span class="comment"># 📏 Static methods for calculating various ML metrics</span>
|
|
94
108
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.mlflow_utils.html">mlflow_utils.py</a> <span class="comment"># 📊 Utility functions for working with MLflow</span>
|
|
95
109
|
│ └── ...
|
|
@@ -101,17 +115,6 @@ stouputils all_<TAB> # Completes to: all_doctests
|
|
|
101
115
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.installer.main.html">main.py</a> <span class="comment"># 🚀 Core installation functions for installing programs from zip files or URLs</span>
|
|
102
116
|
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.installer.windows.html">windows.py</a> <span class="comment"># 💻 Windows specific implementations for installation</span>
|
|
103
117
|
│ └── ...
|
|
104
|
-
│
|
|
105
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.all_doctests.html">all_doctests.py</a> <span class="comment"># ✅ Run all doctests for all modules in a given directory</span>
|
|
106
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.archive.html">archive.py</a> <span class="comment"># 📦 Functions for creating and managing archives</span>
|
|
107
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.backup.html">backup.py</a> <span class="comment"># 💾 Utilities for backup management (delta backup, consolidate)</span>
|
|
108
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.collections.html">collections.py</a> <span class="comment"># 🧰 Utilities for collection manipulation (unique_list, sort_dict_keys, upsert_in_dataframe, array_to_disk)</span>
|
|
109
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.ctx.html">ctx.py</a> <span class="comment"># 🔇 Context managers (Muffle, LogToFile, MeasureTime, DoNothing)</span>
|
|
110
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.decorators.html">decorators.py</a> <span class="comment"># 🎯 Decorators (measure_time, handle_error, timeout, retry, simple_cache, abstract, deprecated, silent)</span>
|
|
111
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.image.html">image.py</a> <span class="comment"># 🖼️ Little utilities for image processing (image_resize, auto_crop, numpy_to_gif, numpy_to_obj)</span>
|
|
112
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.io.html">io.py</a> <span class="comment"># 💾 Utilities for file management (super_json, super_csv, super_copy, super_open, clean_path)</span>
|
|
113
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.parallel.html">parallel.py</a> <span class="comment"># 🔀 Utility functions for parallel processing (multiprocessing, multithreading)</span>
|
|
114
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.print.html">print.py</a> <span class="comment"># 🖨️ Utility functions for printing messages with different levels of importance</span>
|
|
115
118
|
└── ...
|
|
116
119
|
</pre>
|
|
117
120
|
</html>
|
|
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
|
|
5
5
|
|
|
6
6
|
[project]
|
|
7
7
|
name = "stouputils"
|
|
8
|
-
version = "1.9.
|
|
8
|
+
version = "1.9.5"
|
|
9
9
|
description = "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."
|
|
10
10
|
readme = "README.md"
|
|
11
11
|
requires-python = ">=3.10"
|
|
@@ -15,7 +15,9 @@ from .print import CYAN, GREEN, RESET, show_version
|
|
|
15
15
|
|
|
16
16
|
# Argument Parser Setup for Auto-Completion
|
|
17
17
|
parser = argparse.ArgumentParser(prog="stouputils", add_help=False)
|
|
18
|
-
parser.add_argument("command", nargs="?", choices=[
|
|
18
|
+
parser.add_argument("command", nargs="?", choices=[
|
|
19
|
+
"--version", "-v", "version", "show_version", "all_doctests", "archive", "backup"
|
|
20
|
+
])
|
|
19
21
|
parser.add_argument("args", nargs="*")
|
|
20
22
|
argcomplete.autocomplete(parser)
|
|
21
23
|
|
|
@@ -25,7 +27,9 @@ def main() -> None:
|
|
|
25
27
|
second_arg: str = sys.argv[1].lower() if len(sys.argv) >= 2 else ""
|
|
26
28
|
|
|
27
29
|
# Print the version of stouputils and its dependencies
|
|
28
|
-
if second_arg in ("--version","-v"):
|
|
30
|
+
if second_arg in ("--version", "-v", "version", "show_version"):
|
|
31
|
+
if len(sys.argv) >= 3:
|
|
32
|
+
return show_version(sys.argv[2])
|
|
29
33
|
return show_version()
|
|
30
34
|
|
|
31
35
|
# Handle "all_doctests" command
|
|
@@ -57,16 +61,19 @@ def main() -> None:
|
|
|
57
61
|
|
|
58
62
|
# Print help with nice formatting
|
|
59
63
|
separator: str = "─" * 60
|
|
60
|
-
print(f"
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
64
|
+
print(f"""
|
|
65
|
+
{CYAN}{separator}{RESET}
|
|
66
|
+
{CYAN}stouputils {GREEN}CLI {CYAN}v{pkg_version}{RESET}
|
|
67
|
+
{CYAN}{separator}{RESET}
|
|
68
|
+
{CYAN}Usage:{RESET} stouputils <command> [options]
|
|
69
|
+
|
|
70
|
+
{CYAN}Available commands:{RESET}
|
|
71
|
+
{GREEN}--version, -v{RESET} [pkg] Show version information (optionally for a specific package)
|
|
72
|
+
{GREEN}all_doctests{RESET} [dir] Run all doctests in the specified directory
|
|
73
|
+
{GREEN}archive{RESET} --help Archive utilities (make, repair)
|
|
74
|
+
{GREEN}backup{RESET} --help Backup utilities (delta, consolidate, limit)
|
|
75
|
+
{CYAN}{separator}{RESET}
|
|
76
|
+
""".strip())
|
|
70
77
|
return
|
|
71
78
|
|
|
72
79
|
if __name__ == "__main__":
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/__init__.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/auto_contrast.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/axis_flip.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/brightness.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/canny.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/clahe.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/common.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/contrast.py
RENAMED
|
File without changes
|
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/denoise.py
RENAMED
|
File without changes
|
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/invert.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/laplacian.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/median_blur.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/noise.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/normalize.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/random_erase.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/resize.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/rotation.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/salt_pepper.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/sharpening.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/shearing.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/threshold.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image/translation.py
RENAMED
|
File without changes
|
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image_augmentation.py
RENAMED
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/data_processing/image_preprocess.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras_utils/losses/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{stouputils-1.9.4 → stouputils-1.9.5}/stouputils/data_science/models/keras_utils/visualizations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|