nano-dev-utils 0.4.1__tar.gz → 0.4.2__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.
Potentially problematic release.
This version of nano-dev-utils might be problematic. Click here for more details.
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/.idea/workspace.xml +12 -7
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/PKG-INFO +3 -3
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/README.md +2 -2
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/pyproject.toml +1 -1
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/.gitignore +0 -0
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/.idea/.gitignore +0 -0
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/.idea/misc.xml +0 -0
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/.idea/modules.xml +0 -0
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/.idea/nano_dev_utils.iml +0 -0
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/.idea/vcs.xml +0 -0
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/LICENSE.md +0 -0
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/src/nano_dev_utils/__init__.py +0 -0
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/src/nano_dev_utils/dynamic_importer.py +0 -0
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/src/nano_dev_utils/release_ports.py +0 -0
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/src/nano_dev_utils/timers.py +0 -0
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/tests/__init__.py +0 -0
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/tests/testing_dynamic_importer.py +0 -0
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/tests/testing_release_ports.py +0 -0
- {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/tests/testing_timer.py +0 -0
|
@@ -4,11 +4,7 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="96bbbefe-efb6-42c4-93da-e069ac3e654f" name="Changes" comment="release_ports
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/pyproject.toml" beforeDir="false" afterPath="$PROJECT_DIR$/pyproject.toml" afterDir="false" />
|
|
10
|
-
<change beforePath="$PROJECT_DIR$/tests/testing_release_ports.py" beforeDir="false" afterPath="$PROJECT_DIR$/tests/testing_release_ports.py" afterDir="false" />
|
|
11
|
-
</list>
|
|
7
|
+
<list default="true" id="96bbbefe-efb6-42c4-93da-e069ac3e654f" name="Changes" comment="release_ports unittests - minor update" />
|
|
12
8
|
<option name="SHOW_DIALOG" value="false" />
|
|
13
9
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
14
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -266,7 +262,15 @@
|
|
|
266
262
|
<option name="project" value="LOCAL" />
|
|
267
263
|
<updated>1745763645981</updated>
|
|
268
264
|
</task>
|
|
269
|
-
<
|
|
265
|
+
<task id="LOCAL-00020" summary="release_ports unittests - minor update">
|
|
266
|
+
<option name="closed" value="true" />
|
|
267
|
+
<created>1745767183156</created>
|
|
268
|
+
<option name="number" value="00020" />
|
|
269
|
+
<option name="presentableId" value="LOCAL-00020" />
|
|
270
|
+
<option name="project" value="LOCAL" />
|
|
271
|
+
<updated>1745767183156</updated>
|
|
272
|
+
</task>
|
|
273
|
+
<option name="localTasksCounter" value="21" />
|
|
270
274
|
<servers />
|
|
271
275
|
</component>
|
|
272
276
|
<component name="Vcs.Log.Tabs.Properties">
|
|
@@ -296,6 +300,7 @@
|
|
|
296
300
|
<MESSAGE value="readme typo fixes" />
|
|
297
301
|
<MESSAGE value="minor update" />
|
|
298
302
|
<MESSAGE value="release_ports: Externalizing logger's config to a user's app. timers: improve code, docstring and type hinting README updates IAW with the above changes Version update: 0.4.0" />
|
|
299
|
-
<
|
|
303
|
+
<MESSAGE value="release_ports unittests - minor update" />
|
|
304
|
+
<option name="LAST_COMMIT_MESSAGE" value="release_ports unittests - minor update" />
|
|
300
305
|
</component>
|
|
301
306
|
</project>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nano_dev_utils
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.2
|
|
4
4
|
Summary: A collection of small Python utilities for developers.
|
|
5
5
|
Project-URL: Homepage, https://github.com/yaronday/nano_utils
|
|
6
6
|
Project-URL: Issues, https://github.com/yaronday/nano_utils/issues
|
|
@@ -40,7 +40,7 @@ This module provides a `Timer` class for measuring the execution time of code bl
|
|
|
40
40
|
|
|
41
41
|
```python
|
|
42
42
|
import time
|
|
43
|
-
from
|
|
43
|
+
from nano_dev_utils.timers import Timer
|
|
44
44
|
|
|
45
45
|
timer = Timer(precision=6, verbose=True)
|
|
46
46
|
|
|
@@ -73,7 +73,7 @@ This module provides an `Importer` class for lazy loading and caching module imp
|
|
|
73
73
|
#### Example Usage:
|
|
74
74
|
|
|
75
75
|
```python
|
|
76
|
-
from
|
|
76
|
+
from nano_dev_utils.dynamic_importer import Importer
|
|
77
77
|
|
|
78
78
|
importer = Importer()
|
|
79
79
|
|
|
@@ -26,7 +26,7 @@ This module provides a `Timer` class for measuring the execution time of code bl
|
|
|
26
26
|
|
|
27
27
|
```python
|
|
28
28
|
import time
|
|
29
|
-
from
|
|
29
|
+
from nano_dev_utils.timers import Timer
|
|
30
30
|
|
|
31
31
|
timer = Timer(precision=6, verbose=True)
|
|
32
32
|
|
|
@@ -59,7 +59,7 @@ This module provides an `Importer` class for lazy loading and caching module imp
|
|
|
59
59
|
#### Example Usage:
|
|
60
60
|
|
|
61
61
|
```python
|
|
62
|
-
from
|
|
62
|
+
from nano_dev_utils.dynamic_importer import Importer
|
|
63
63
|
|
|
64
64
|
importer = Importer()
|
|
65
65
|
|
|
File without changes
|
|
File without changes
|
{nano_dev_utils-0.4.1 → nano_dev_utils-0.4.2}/.idea/inspectionProfiles/profiles_settings.xml
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
|