stouputils 1.11.0__tar.gz → 1.12.1__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.11.0 → stouputils-1.12.1}/PKG-INFO +165 -163
- {stouputils-1.11.0 → stouputils-1.12.1}/pyproject.toml +105 -106
- stouputils-1.12.1/stouputils/applications/automatic_docs.pyi +106 -0
- stouputils-1.12.1/stouputils/applications/upscaler/__init__.pyi +3 -0
- stouputils-1.12.1/stouputils/applications/upscaler/config.pyi +18 -0
- stouputils-1.12.1/stouputils/applications/upscaler/image.pyi +109 -0
- stouputils-1.12.1/stouputils/applications/upscaler/video.pyi +60 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/continuous_delivery/cd_utils.py +66 -59
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/continuous_delivery/cd_utils.pyi +2 -1
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/continuous_delivery/pypi.py +1 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/image.py +2 -2
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/image.pyi +1 -1
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/io.py +8 -2
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/io.pyi +6 -1
- stouputils-1.11.0/.gitignore +0 -26
- stouputils-1.11.0/LICENSE +0 -21
- {stouputils-1.11.0 → stouputils-1.12.1}/README.md +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/__init__.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/__init__.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/__main__.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/_deprecated.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/_deprecated.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/all_doctests.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/all_doctests.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/applications/__init__.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/applications/__init__.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/applications/automatic_docs.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/applications/upscaler/__init__.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/applications/upscaler/config.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/applications/upscaler/image.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/applications/upscaler/video.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/archive.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/archive.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/backup.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/backup.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/collections.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/collections.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/continuous_delivery/__init__.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/continuous_delivery/__init__.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/continuous_delivery/github.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/continuous_delivery/github.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/continuous_delivery/pypi.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/continuous_delivery/pyproject.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/continuous_delivery/pyproject.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/continuous_delivery/stubs.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/continuous_delivery/stubs.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/ctx.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/ctx.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/config/get.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/config/set.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/__init__.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/auto_contrast.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/axis_flip.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/bias_field_correction.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/binary_threshold.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/blur.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/brightness.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/canny.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/clahe.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/common.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/contrast.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/curvature_flow_filter.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/denoise.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/histogram_equalization.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/invert.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/laplacian.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/median_blur.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/noise.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/normalize.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/random_erase.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/resize.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/rotation.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/salt_pepper.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/sharpening.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/shearing.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/threshold.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/translation.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image/zoom.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image_augmentation.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/image_preprocess.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/prosthesis_detection.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/data_processing/technique.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/dataset/__init__.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/dataset/dataset.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/dataset/dataset_loader.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/dataset/grouping_strategy.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/dataset/image_loader.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/dataset/xy_tuple.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/metric_dictionnary.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/metric_utils.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/mlflow_utils.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/abstract_model.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/all.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/base_keras.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras/all.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras/convnext.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras/densenet.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras/efficientnet.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras/mobilenet.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras/resnet.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras/squeezenet.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras/vgg.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras/xception.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras_utils/callbacks/__init__.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras_utils/callbacks/colored_progress_bar.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras_utils/callbacks/learning_rate_finder.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras_utils/callbacks/model_checkpoint_v2.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras_utils/callbacks/progressive_unfreezing.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras_utils/callbacks/warmup_scheduler.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras_utils/losses/__init__.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras_utils/losses/next_generation_loss.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/keras_utils/visualizations.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/model_interface.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/models/sandbox.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/range_tuple.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/scripts/augment_dataset.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/scripts/exhaustive_process.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/scripts/preprocess_dataset.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/scripts/routine.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/data_science/utils.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/decorators.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/decorators.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/installer/__init__.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/installer/__init__.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/installer/common.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/installer/common.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/installer/downloader.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/installer/downloader.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/installer/linux.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/installer/linux.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/installer/main.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/installer/main.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/installer/windows.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/installer/windows.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/parallel.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/parallel.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/print.py +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/print.pyi +0 -0
- {stouputils-1.11.0 → stouputils-1.12.1}/stouputils/py.typed +0 -0
|
@@ -1,177 +1,179 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: stouputils
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.12.1
|
|
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
|
-
|
|
6
|
-
|
|
5
|
+
Keywords: utilities,tools,helpers,development,python
|
|
6
|
+
Author: Stoupy51
|
|
7
7
|
Author-email: Stoupy51 <stoupy51@gmail.com>
|
|
8
|
-
License-File: LICENSE
|
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
-
Classifier: Operating System :: OS Independent
|
|
11
8
|
Classifier: Programming Language :: Python :: 3
|
|
12
9
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
10
|
Classifier: Programming Language :: Python :: 3.13
|
|
14
11
|
Classifier: Programming Language :: Python :: 3.14
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
+
Classifier: Operating System :: OS Independent
|
|
14
|
+
Requires-Dist: tqdm>=4.0.0
|
|
15
|
+
Requires-Dist: requests>=2.20.0
|
|
17
16
|
Requires-Dist: msgspec[toml,yaml]>=0.20.0
|
|
18
|
-
Requires-Dist: numpy>=2.3.0
|
|
19
17
|
Requires-Dist: pillow>=10.0.0
|
|
20
18
|
Requires-Dist: python-box>=7.0.0
|
|
21
|
-
Requires-Dist:
|
|
22
|
-
Requires-Dist:
|
|
19
|
+
Requires-Dist: argcomplete>=3.0.0
|
|
20
|
+
Requires-Dist: numpy
|
|
21
|
+
Requires-Dist: opencv-python ; extra == 'data-science'
|
|
22
|
+
Requires-Dist: scikit-image ; extra == 'data-science'
|
|
23
|
+
Requires-Dist: simpleitk ; extra == 'data-science'
|
|
24
|
+
Requires-Dist: mlflow ; extra == 'data-science'
|
|
25
|
+
Requires-Dist: tensorflow ; extra == 'data-science'
|
|
26
|
+
Requires-Dist: scikit-learn ; extra == 'data-science'
|
|
27
|
+
Requires-Dist: pywavelets ; extra == 'data-science'
|
|
28
|
+
Requires-Dist: mypy ; extra == 'docs'
|
|
29
|
+
Requires-Dist: m2r2 ; extra == 'docs'
|
|
30
|
+
Requires-Dist: myst-parser ; extra == 'docs'
|
|
31
|
+
Requires-Dist: sphinx-copybutton ; extra == 'docs'
|
|
32
|
+
Requires-Dist: sphinx-design ; extra == 'docs'
|
|
33
|
+
Requires-Dist: sphinx-treeview ; extra == 'docs'
|
|
34
|
+
Requires-Dist: sphinx-breeze-theme ; extra == 'docs'
|
|
35
|
+
Requires-Dist: pydata-sphinx-theme ; extra == 'docs'
|
|
36
|
+
Requires-Python: >=3.12
|
|
37
|
+
Project-URL: Homepage, https://stoupy51.github.io/stouputils
|
|
38
|
+
Project-URL: Issues, https://github.com/Stoupy51/stouputils/issues
|
|
39
|
+
Project-URL: Source, https://github.com/Stoupy51/stouputils
|
|
23
40
|
Provides-Extra: data-science
|
|
24
|
-
Requires-Dist: mlflow; extra == 'data-science'
|
|
25
|
-
Requires-Dist: opencv-python; extra == 'data-science'
|
|
26
|
-
Requires-Dist: pywavelets; extra == 'data-science'
|
|
27
|
-
Requires-Dist: scikit-image; extra == 'data-science'
|
|
28
|
-
Requires-Dist: scikit-learn; extra == 'data-science'
|
|
29
|
-
Requires-Dist: simpleitk; extra == 'data-science'
|
|
30
|
-
Requires-Dist: tensorflow; extra == 'data-science'
|
|
31
41
|
Provides-Extra: docs
|
|
32
|
-
Requires-Dist: m2r2; extra == 'docs'
|
|
33
|
-
Requires-Dist: mypy; extra == 'docs'
|
|
34
|
-
Requires-Dist: myst-parser; extra == 'docs'
|
|
35
|
-
Requires-Dist: pydata-sphinx-theme; extra == 'docs'
|
|
36
|
-
Requires-Dist: sphinx-breeze-theme; extra == 'docs'
|
|
37
|
-
Requires-Dist: sphinx-copybutton; extra == 'docs'
|
|
38
|
-
Requires-Dist: sphinx-design; extra == 'docs'
|
|
39
|
-
Requires-Dist: sphinx-treeview; extra == 'docs'
|
|
40
42
|
Description-Content-Type: text/markdown
|
|
41
43
|
|
|
42
|
-
|
|
43
|
-
## 🛠️ Project Badges
|
|
44
|
-
[](https://github.com/Stoupy51/stouputils/releases/latest)
|
|
45
|
-
[](https://pypi.org/project/stouputils/)
|
|
46
|
-
[](https://stoupy51.github.io/stouputils/latest/)
|
|
47
|
-
|
|
48
|
-
## 📚 Project Overview
|
|
49
|
-
Stouputils is a collection of utility modules designed to simplify and enhance the development process.<br>
|
|
50
|
-
It includes a range of tools for tasks such as execution of doctests, display utilities, decorators, as well as context managers.<br>
|
|
51
|
-
Start now by installing the package: `pip install stouputils`.<br>
|
|
52
|
-
|
|
53
|
-
<a href="https://colab.research.google.com/drive/1mJ-KL-zXzIk1oKDxO6FC1SFfm-BVKG-P?usp=sharing" target="_blank" rel="noopener noreferrer" style="text-decoration: none;"><div class="admonition">
|
|
54
|
-
📖 <b>Want to see examples?</b> Check out our <u>Google Colab notebook</u> with practical usage examples!
|
|
55
|
-
</div></a>
|
|
56
|
-
|
|
57
|
-
## 🚀 Project File Tree
|
|
58
|
-
<html>
|
|
59
|
-
<details style="display: none;">
|
|
60
|
-
<summary></summary>
|
|
61
|
-
<style>
|
|
62
|
-
.code-tree {
|
|
63
|
-
border-radius: 6px;
|
|
64
|
-
padding: 16px;
|
|
65
|
-
font-family: monospace;
|
|
66
|
-
line-height: 1.45;
|
|
67
|
-
overflow: auto;
|
|
68
|
-
white-space: pre;
|
|
69
|
-
background-color:rgb(43, 43, 43);
|
|
70
|
-
color: #d4d4d4;
|
|
71
|
-
}
|
|
72
|
-
.code-tree a {
|
|
73
|
-
color: #569cd6;
|
|
74
|
-
text-decoration: none;
|
|
75
|
-
}
|
|
76
|
-
.code-tree a:hover {
|
|
77
|
-
text-decoration: underline;
|
|
78
|
-
}
|
|
79
|
-
.code-tree .comment {
|
|
80
|
-
color:rgb(231, 213, 48);
|
|
81
|
-
}
|
|
82
|
-
.code-tree .paren {
|
|
83
|
-
color: orange;
|
|
84
|
-
}
|
|
85
|
-
</style>
|
|
86
|
-
</details>
|
|
87
|
-
|
|
88
|
-
<pre class="code-tree">stouputils/
|
|
89
|
-
├── <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>
|
|
90
|
-
├── <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>
|
|
91
|
-
├── <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>
|
|
92
|
-
├── <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>
|
|
93
|
-
├── <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>
|
|
94
|
-
├── <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>
|
|
95
|
-
├── <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>
|
|
96
|
-
├── <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>
|
|
97
|
-
├── <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>
|
|
98
|
-
├── <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>
|
|
99
|
-
│
|
|
100
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.applications.html">applications/</a>
|
|
101
|
-
│ ├── <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>
|
|
102
|
-
│ ├── <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>
|
|
103
|
-
│ └── ...
|
|
104
|
-
│
|
|
105
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.html">continuous_delivery/</a>
|
|
106
|
-
│ ├── <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>
|
|
107
|
-
│ ├── <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>
|
|
108
|
-
│ ├── <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>
|
|
109
|
-
│ ├── <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>
|
|
110
|
-
│ ├── <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>
|
|
111
|
-
│ └── ...
|
|
112
|
-
│
|
|
113
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.html">data_science/</a>
|
|
114
|
-
│ ├── <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>
|
|
115
|
-
│ ├── <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>
|
|
116
|
-
│ ├── <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>
|
|
117
|
-
│ │ ├── <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>
|
|
118
|
-
│ │ └── ...
|
|
119
|
-
│ ├── <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>
|
|
120
|
-
│ │ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.models.keras.html">keras/</a> <span class="comment"># 🤖 Keras model implementations</span>
|
|
121
|
-
│ │ ├── <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>
|
|
122
|
-
│ │ └── ...
|
|
123
|
-
│ ├── <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>
|
|
124
|
-
│ ├── <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>
|
|
125
|
-
│ ├── <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>
|
|
126
|
-
│ └── ...
|
|
127
|
-
│
|
|
128
|
-
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.installer.html">installer/</a>
|
|
129
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.installer.common.html">common.py</a> <span class="comment"># 🔧 Common functions used by the Linux and Windows installers modules</span>
|
|
130
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.installer.downloader.html">downloader.py</a> <span class="comment"># ⬇️ Functions for downloading and installing programs from URLs</span>
|
|
131
|
-
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.installer.linux.html">linux.py</a> <span class="comment"># 🐧 Linux/macOS specific implementations for installation</span>
|
|
132
|
-
│ ├── <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>
|
|
133
|
-
│ ├── <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>
|
|
134
|
-
│ └── ...
|
|
135
|
-
└── ...
|
|
136
|
-
</pre>
|
|
137
|
-
</html>
|
|
138
|
-
|
|
139
|
-
## 🔧 Installation
|
|
140
|
-
|
|
141
|
-
```bash
|
|
142
|
-
pip install stouputils
|
|
143
|
-
```
|
|
144
|
-
|
|
145
|
-
### ✨ Enable Tab Completion on Linux (Optional)
|
|
146
|
-
|
|
147
|
-
For a better CLI experience, enable bash tab completion:
|
|
148
|
-
|
|
149
|
-
```bash
|
|
150
|
-
# Option 1: Using argcomplete's global activation
|
|
151
|
-
activate-global-python-argcomplete --user
|
|
152
|
-
|
|
153
|
-
# Option 2: Manual setup for bash
|
|
154
|
-
register-python-argcomplete stouputils >> ~/.bashrc
|
|
155
|
-
source ~/.bashrc
|
|
156
|
-
```
|
|
157
|
-
|
|
158
|
-
After enabling completion, you can use `<TAB>` to autocomplete commands:
|
|
159
|
-
```bash
|
|
160
|
-
stouputils <TAB> # Shows: --version, -v, all_doctests, backup
|
|
161
|
-
stouputils all_<TAB> # Completes to: all_doctests
|
|
162
|
-
```
|
|
163
|
-
|
|
164
|
-
**Note:** Tab completion works best in bash, zsh, Git Bash, or WSL on Windows.
|
|
165
|
-
|
|
166
|
-
## ⭐ Star History
|
|
167
|
-
|
|
168
|
-
<html>
|
|
169
|
-
<a href="https://star-history.com/#Stoupy51/stouputils&Date">
|
|
170
|
-
<picture>
|
|
171
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Stoupy51/stouputils&type=Date&theme=dark" />
|
|
172
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Stoupy51/stouputils&type=Date" />
|
|
173
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Stoupy51/stouputils&type=Date" />
|
|
174
|
-
</picture>
|
|
175
|
-
</a>
|
|
176
|
-
</html>
|
|
177
|
-
|
|
44
|
+
|
|
45
|
+
## 🛠️ Project Badges
|
|
46
|
+
[](https://github.com/Stoupy51/stouputils/releases/latest)
|
|
47
|
+
[](https://pypi.org/project/stouputils/)
|
|
48
|
+
[](https://stoupy51.github.io/stouputils/latest/)
|
|
49
|
+
|
|
50
|
+
## 📚 Project Overview
|
|
51
|
+
Stouputils is a collection of utility modules designed to simplify and enhance the development process.<br>
|
|
52
|
+
It includes a range of tools for tasks such as execution of doctests, display utilities, decorators, as well as context managers.<br>
|
|
53
|
+
Start now by installing the package: `pip install stouputils`.<br>
|
|
54
|
+
|
|
55
|
+
<a href="https://colab.research.google.com/drive/1mJ-KL-zXzIk1oKDxO6FC1SFfm-BVKG-P?usp=sharing" target="_blank" rel="noopener noreferrer" style="text-decoration: none;"><div class="admonition">
|
|
56
|
+
📖 <b>Want to see examples?</b> Check out our <u>Google Colab notebook</u> with practical usage examples!
|
|
57
|
+
</div></a>
|
|
58
|
+
|
|
59
|
+
## 🚀 Project File Tree
|
|
60
|
+
<html>
|
|
61
|
+
<details style="display: none;">
|
|
62
|
+
<summary></summary>
|
|
63
|
+
<style>
|
|
64
|
+
.code-tree {
|
|
65
|
+
border-radius: 6px;
|
|
66
|
+
padding: 16px;
|
|
67
|
+
font-family: monospace;
|
|
68
|
+
line-height: 1.45;
|
|
69
|
+
overflow: auto;
|
|
70
|
+
white-space: pre;
|
|
71
|
+
background-color:rgb(43, 43, 43);
|
|
72
|
+
color: #d4d4d4;
|
|
73
|
+
}
|
|
74
|
+
.code-tree a {
|
|
75
|
+
color: #569cd6;
|
|
76
|
+
text-decoration: none;
|
|
77
|
+
}
|
|
78
|
+
.code-tree a:hover {
|
|
79
|
+
text-decoration: underline;
|
|
80
|
+
}
|
|
81
|
+
.code-tree .comment {
|
|
82
|
+
color:rgb(231, 213, 48);
|
|
83
|
+
}
|
|
84
|
+
.code-tree .paren {
|
|
85
|
+
color: orange;
|
|
86
|
+
}
|
|
87
|
+
</style>
|
|
88
|
+
</details>
|
|
89
|
+
|
|
90
|
+
<pre class="code-tree">stouputils/
|
|
91
|
+
├── <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>
|
|
92
|
+
├── <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>
|
|
93
|
+
├── <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>
|
|
94
|
+
├── <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>
|
|
95
|
+
├── <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>
|
|
96
|
+
├── <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>
|
|
97
|
+
├── <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>
|
|
98
|
+
├── <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>
|
|
99
|
+
├── <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>
|
|
100
|
+
├── <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>
|
|
101
|
+
│
|
|
102
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.applications.html">applications/</a>
|
|
103
|
+
│ ├── <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>
|
|
104
|
+
│ ├── <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>
|
|
105
|
+
│ └── ...
|
|
106
|
+
│
|
|
107
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.continuous_delivery.html">continuous_delivery/</a>
|
|
108
|
+
│ ├── <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>
|
|
109
|
+
│ ├── <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>
|
|
110
|
+
│ ├── <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>
|
|
111
|
+
│ ├── <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>
|
|
112
|
+
│ ├── <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>
|
|
113
|
+
│ └── ...
|
|
114
|
+
│
|
|
115
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.html">data_science/</a>
|
|
116
|
+
│ ├── <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>
|
|
117
|
+
│ ├── <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>
|
|
118
|
+
│ ├── <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>
|
|
119
|
+
│ │ ├── <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>
|
|
120
|
+
│ │ └── ...
|
|
121
|
+
│ ├── <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>
|
|
122
|
+
│ │ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.data_science.models.keras.html">keras/</a> <span class="comment"># 🤖 Keras model implementations</span>
|
|
123
|
+
│ │ ├── <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>
|
|
124
|
+
│ │ └── ...
|
|
125
|
+
│ ├── <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>
|
|
126
|
+
│ ├── <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>
|
|
127
|
+
│ ├── <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>
|
|
128
|
+
│ └── ...
|
|
129
|
+
│
|
|
130
|
+
├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.installer.html">installer/</a>
|
|
131
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.installer.common.html">common.py</a> <span class="comment"># 🔧 Common functions used by the Linux and Windows installers modules</span>
|
|
132
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.installer.downloader.html">downloader.py</a> <span class="comment"># ⬇️ Functions for downloading and installing programs from URLs</span>
|
|
133
|
+
│ ├── <a href="https://stoupy51.github.io/stouputils/latest/modules/stouputils.installer.linux.html">linux.py</a> <span class="comment"># 🐧 Linux/macOS specific implementations for installation</span>
|
|
134
|
+
│ ├── <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>
|
|
135
|
+
│ ├── <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>
|
|
136
|
+
│ └── ...
|
|
137
|
+
└── ...
|
|
138
|
+
</pre>
|
|
139
|
+
</html>
|
|
140
|
+
|
|
141
|
+
## 🔧 Installation
|
|
142
|
+
|
|
143
|
+
```bash
|
|
144
|
+
pip install stouputils
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
### ✨ Enable Tab Completion on Linux (Optional)
|
|
148
|
+
|
|
149
|
+
For a better CLI experience, enable bash tab completion:
|
|
150
|
+
|
|
151
|
+
```bash
|
|
152
|
+
# Option 1: Using argcomplete's global activation
|
|
153
|
+
activate-global-python-argcomplete --user
|
|
154
|
+
|
|
155
|
+
# Option 2: Manual setup for bash
|
|
156
|
+
register-python-argcomplete stouputils >> ~/.bashrc
|
|
157
|
+
source ~/.bashrc
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
After enabling completion, you can use `<TAB>` to autocomplete commands:
|
|
161
|
+
```bash
|
|
162
|
+
stouputils <TAB> # Shows: --version, -v, all_doctests, backup
|
|
163
|
+
stouputils all_<TAB> # Completes to: all_doctests
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
**Note:** Tab completion works best in bash, zsh, Git Bash, or WSL on Windows.
|
|
167
|
+
|
|
168
|
+
## ⭐ Star History
|
|
169
|
+
|
|
170
|
+
<html>
|
|
171
|
+
<a href="https://star-history.com/#Stoupy51/stouputils&Date">
|
|
172
|
+
<picture>
|
|
173
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Stoupy51/stouputils&type=Date&theme=dark" />
|
|
174
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Stoupy51/stouputils&type=Date" />
|
|
175
|
+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Stoupy51/stouputils&type=Date" />
|
|
176
|
+
</picture>
|
|
177
|
+
</a>
|
|
178
|
+
</html>
|
|
179
|
+
|
|
@@ -1,106 +1,105 @@
|
|
|
1
|
-
|
|
2
|
-
[build-system]
|
|
3
|
-
requires = [
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
build-backend
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
[
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"
|
|
52
|
-
"scikit-
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
[project.
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
"
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
"
|
|
104
|
-
]
|
|
105
|
-
|
|
106
|
-
|
|
1
|
+
|
|
2
|
+
[build-system]
|
|
3
|
+
requires = ["uv_build"]
|
|
4
|
+
build-backend = "uv_build"
|
|
5
|
+
|
|
6
|
+
[tool.uv.build-backend]
|
|
7
|
+
module-root = ""
|
|
8
|
+
module-name = "stouputils"
|
|
9
|
+
ignore-vcs = true
|
|
10
|
+
|
|
11
|
+
[project]
|
|
12
|
+
name = "stouputils"
|
|
13
|
+
version = "1.12.1"
|
|
14
|
+
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."
|
|
15
|
+
readme = "README.md"
|
|
16
|
+
keywords = ["utilities", "tools", "helpers", "development", "python"]
|
|
17
|
+
requires-python = ">=3.12"
|
|
18
|
+
classifiers = [
|
|
19
|
+
"Programming Language :: Python :: 3",
|
|
20
|
+
"Programming Language :: Python :: 3.12",
|
|
21
|
+
"Programming Language :: Python :: 3.13",
|
|
22
|
+
"Programming Language :: Python :: 3.14",
|
|
23
|
+
"License :: OSI Approved :: MIT License",
|
|
24
|
+
"Operating System :: OS Independent",
|
|
25
|
+
]
|
|
26
|
+
dependencies = [
|
|
27
|
+
"tqdm>=4.0.0",
|
|
28
|
+
"requests>=2.20.0",
|
|
29
|
+
"msgspec[toml,yaml]>=0.20.0",
|
|
30
|
+
"pillow>=10.0.0",
|
|
31
|
+
"python-box>=7.0.0",
|
|
32
|
+
"argcomplete>=3.0.0",
|
|
33
|
+
"numpy",
|
|
34
|
+
]
|
|
35
|
+
authors = [
|
|
36
|
+
{ name = "Stoupy51", email = "stoupy51@gmail.com" },
|
|
37
|
+
]
|
|
38
|
+
|
|
39
|
+
[project.optional-dependencies]
|
|
40
|
+
docs = [
|
|
41
|
+
"mypy",
|
|
42
|
+
"m2r2",
|
|
43
|
+
"myst_parser",
|
|
44
|
+
"sphinx_copybutton",
|
|
45
|
+
"sphinx_design",
|
|
46
|
+
"sphinx_treeview",
|
|
47
|
+
"sphinx_breeze_theme",
|
|
48
|
+
"pydata_sphinx_theme",
|
|
49
|
+
]
|
|
50
|
+
data_science = [
|
|
51
|
+
"opencv-python",
|
|
52
|
+
"scikit-image",
|
|
53
|
+
"simpleitk",
|
|
54
|
+
"mlflow",
|
|
55
|
+
"tensorflow",
|
|
56
|
+
"scikit-learn",
|
|
57
|
+
"PyWavelets",
|
|
58
|
+
]
|
|
59
|
+
|
|
60
|
+
[project.urls]
|
|
61
|
+
Homepage = "https://stoupy51.github.io/stouputils"
|
|
62
|
+
Issues = "https://github.com/Stoupy51/stouputils/issues"
|
|
63
|
+
Source = "https://github.com/Stoupy51/stouputils"
|
|
64
|
+
|
|
65
|
+
[project.scripts]
|
|
66
|
+
stouputils = "stouputils.__main__:main"
|
|
67
|
+
|
|
68
|
+
[tool.pyright]
|
|
69
|
+
typeCheckingMode = "strict"
|
|
70
|
+
|
|
71
|
+
[tool.ruff]
|
|
72
|
+
exclude = [
|
|
73
|
+
".git",
|
|
74
|
+
".ruff_cache",
|
|
75
|
+
".venv",
|
|
76
|
+
".vscode",
|
|
77
|
+
".cursor",
|
|
78
|
+
"build",
|
|
79
|
+
"dist",
|
|
80
|
+
"*.pyi",
|
|
81
|
+
]
|
|
82
|
+
line-length = 200
|
|
83
|
+
|
|
84
|
+
[tool.ruff.lint]
|
|
85
|
+
select = [
|
|
86
|
+
"E",
|
|
87
|
+
"W",
|
|
88
|
+
"F",
|
|
89
|
+
"I",
|
|
90
|
+
"N",
|
|
91
|
+
"UP",
|
|
92
|
+
"B",
|
|
93
|
+
"C4",
|
|
94
|
+
"T20",
|
|
95
|
+
"RUF",
|
|
96
|
+
]
|
|
97
|
+
ignore = [
|
|
98
|
+
"T201",
|
|
99
|
+
"W191",
|
|
100
|
+
"N803",
|
|
101
|
+
"N806",
|
|
102
|
+
"F403",
|
|
103
|
+
"F405",
|
|
104
|
+
]
|
|
105
|
+
|