ialdev-core 0.2.0__tar.gz → 0.2.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.
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/PKG-INFO +1 -1
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/pyproject.toml +1 -1
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/strings.py +2 -2
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/.gitignore +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/.pixi/config.toml +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/README.md +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/__init__.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/cache.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/codetools.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/data/__init__.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/data/array.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/data/binary.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/data/label.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/data/nptools.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/data/pdtools.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/data/unc_panda.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/data/units.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/datatools.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/docs/locators.ipynb +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/events.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/fnctools.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/fs/__init__.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/fs/env.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/fs/filesproc.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/fs/paths.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/logs.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/one_dark.puml +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/param/__init__.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/param/confargparse.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/param/paramaze.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/regexp.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/short.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/tbox.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/src/iad/core/wrap.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/array.ipynb +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/conftest.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/data/.env +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/dot_styles_examples.ipynb +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/test_array.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/test_binar.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/test_cachepipe.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/test_codetools.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/test_coltools.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/test_datatools.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/test_events.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/test_filesproc.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/test_nptools.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/test_paths.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/test_pdtools.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/test_regexp.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/test_shorts.py +0 -0
- {ialdev_core-0.2.0 → ialdev_core-0.2.1}/tests/test_tbox.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ialdev-core"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.1"
|
|
8
8
|
description = "iad.core — algorithmic utilities: data tools, parameters, paths, caching, and more"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -67,11 +67,11 @@ def short_form(s: str, head=0, tail=0):
|
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
def smart_warp(s, width=80, **splitters):
|
|
70
|
-
"""
|
|
70
|
+
r"""
|
|
71
71
|
Warp string py applying `splitters` in order to limit each line by requested `width`.
|
|
72
72
|
|
|
73
73
|
Every splitter must be a regular expression to use by `re.split(splitter, line, maxsplit=1)`
|
|
74
|
-
If splitters not provided, defaults are used:
|
|
74
|
+
If splitters are not provided, defaults are used:
|
|
75
75
|
::
|
|
76
76
|
|
|
77
77
|
splitters = dict(
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|