nano-dev-utils 0.4.1__py3-none-any.whl → 0.4.3__py3-none-any.whl

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.

@@ -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.
@@ -2,7 +2,7 @@ nano_dev_utils/__init__.py,sha256=NFw7FWw1oJnOmRLe8btPbLJX7e5O78Keaw5fow29tOQ,37
2
2
  nano_dev_utils/dynamic_importer.py,sha256=ufMEQKhtlDIYorjWVv58CKm-GWCwwgzp2pSSMznzlkc,917
3
3
  nano_dev_utils/release_ports.py,sha256=9tScRYGWrzCaiK8UkiRV8vfflSEYyueokyn0mspivek,5910
4
4
  nano_dev_utils/timers.py,sha256=gDIsJekCz8VmlakTs5ttQY-K05J1e0kOtNpyTtCuav0,1232
5
- nano_dev_utils-0.4.1.dist-info/METADATA,sha256=5OVxMcgRXCVvemOVGXcXKHUFFgiQATHkKjKC6tvi9jg,5341
6
- nano_dev_utils-0.4.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- nano_dev_utils-0.4.1.dist-info/licenses/LICENSE.md,sha256=Muenl7Bw_LdtHZtlOMAP7Kt97gDCq8WWp2605eDWhHU,1089
8
- nano_dev_utils-0.4.1.dist-info/RECORD,,
5
+ nano_dev_utils-0.4.3.dist-info/METADATA,sha256=qdHQ0lkuqpezN1B8Tb4wyO9Wn9A2PfFrKCkyv_vfEdU,5334
6
+ nano_dev_utils-0.4.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ nano_dev_utils-0.4.3.dist-info/licenses/LICENSE.md,sha256=Muenl7Bw_LdtHZtlOMAP7Kt97gDCq8WWp2605eDWhHU,1089
8
+ nano_dev_utils-0.4.3.dist-info/RECORD,,