nano-dev-utils 0.4.1__tar.gz → 0.4.3__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.

Files changed (20) hide show
  1. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/.idea/workspace.xml +21 -7
  2. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/PKG-INFO +4 -4
  3. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/README.md +3 -3
  4. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/pyproject.toml +1 -1
  5. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/.gitignore +0 -0
  6. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/.idea/.gitignore +0 -0
  7. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
  8. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/.idea/misc.xml +0 -0
  9. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/.idea/modules.xml +0 -0
  10. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/.idea/nano_dev_utils.iml +0 -0
  11. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/.idea/vcs.xml +0 -0
  12. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/LICENSE.md +0 -0
  13. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/src/nano_dev_utils/__init__.py +0 -0
  14. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/src/nano_dev_utils/dynamic_importer.py +0 -0
  15. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/src/nano_dev_utils/release_ports.py +0 -0
  16. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/src/nano_dev_utils/timers.py +0 -0
  17. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/tests/__init__.py +0 -0
  18. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/tests/testing_dynamic_importer.py +0 -0
  19. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/tests/testing_release_ports.py +0 -0
  20. {nano_dev_utils-0.4.1 → nano_dev_utils-0.4.3}/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: Externalizing logger's config to a user's app. &#10;timers: improve code, docstring and type hinting&#10;README updates IAW with the above changes &#10;Version update: 0.4.0">
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="removed 'src' (package-ready)" />
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,23 @@
266
262
  <option name="project" value="LOCAL" />
267
263
  <updated>1745763645981</updated>
268
264
  </task>
269
- <option name="localTasksCounter" value="20" />
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
+ <task id="LOCAL-00021" summary="removed 'src' (package-ready)">
274
+ <option name="closed" value="true" />
275
+ <created>1745770229679</created>
276
+ <option name="number" value="00021" />
277
+ <option name="presentableId" value="LOCAL-00021" />
278
+ <option name="project" value="LOCAL" />
279
+ <updated>1745770229679</updated>
280
+ </task>
281
+ <option name="localTasksCounter" value="22" />
270
282
  <servers />
271
283
  </component>
272
284
  <component name="Vcs.Log.Tabs.Properties">
@@ -296,6 +308,8 @@
296
308
  <MESSAGE value="readme typo fixes" />
297
309
  <MESSAGE value="minor update" />
298
310
  <MESSAGE value="release_ports: Externalizing logger's config to a user's app. &#10;timers: improve code, docstring and type hinting&#10;README updates IAW with the above changes &#10;Version update: 0.4.0" />
299
- <option name="LAST_COMMIT_MESSAGE" value="release_ports: Externalizing logger's config to a user's app. &#10;timers: improve code, docstring and type hinting&#10;README updates IAW with the above changes &#10;Version update: 0.4.0" />
311
+ <MESSAGE value="release_ports unittests - minor update" />
312
+ <MESSAGE value="removed 'src' (package-ready)" />
313
+ <option name="LAST_COMMIT_MESSAGE" value="removed 'src' (package-ready)" />
300
314
  </component>
301
315
  </project>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nano_dev_utils
3
- Version: 0.4.1
3
+ Version: 0.4.3
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 src.nano_dev_utils.timers import Timer
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 src.nano_dev_utils.dynamic_importer import Importer
76
+ from nano_dev_utils.dynamic_importer import Importer
77
77
 
78
78
  importer = Importer()
79
79
 
@@ -142,4 +142,4 @@ port_releaser.release_all()
142
142
 
143
143
  ## License
144
144
  This project is licensed under the MIT License.
145
- See [LICENSE](https://github.com/yaronday/nano_dev_utils/blob/master/README.md) for details.
145
+ See [LICENSE](https://github.com/yaronday/nano_dev_utils/blob/master/LICENSE.md) for details.
@@ -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 src.nano_dev_utils.timers import Timer
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 src.nano_dev_utils.dynamic_importer import Importer
62
+ from nano_dev_utils.dynamic_importer import Importer
63
63
 
64
64
  importer = Importer()
65
65
 
@@ -128,4 +128,4 @@ port_releaser.release_all()
128
128
 
129
129
  ## License
130
130
  This project is licensed under the MIT License.
131
- See [LICENSE](https://github.com/yaronday/nano_dev_utils/blob/master/README.md) for details.
131
+ See [LICENSE](https://github.com/yaronday/nano_dev_utils/blob/master/LICENSE.md) for details.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "nano_dev_utils"
3
- version = "0.4.1"
3
+ version = "0.4.3"
4
4
 
5
5
  authors = [
6
6
  { name="Yaron Dayan", email="yaronday77@gmail.com" },