nano-dev-utils 0.4.1__py3-none-any.whl → 0.4.2__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.
- {nano_dev_utils-0.4.1.dist-info → nano_dev_utils-0.4.2.dist-info}/METADATA +3 -3
- {nano_dev_utils-0.4.1.dist-info → nano_dev_utils-0.4.2.dist-info}/RECORD +4 -4
- {nano_dev_utils-0.4.1.dist-info → nano_dev_utils-0.4.2.dist-info}/WHEEL +0 -0
- {nano_dev_utils-0.4.1.dist-info → nano_dev_utils-0.4.2.dist-info}/licenses/LICENSE.md +0 -0
|
@@ -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
|
|
|
@@ -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.
|
|
6
|
-
nano_dev_utils-0.4.
|
|
7
|
-
nano_dev_utils-0.4.
|
|
8
|
-
nano_dev_utils-0.4.
|
|
5
|
+
nano_dev_utils-0.4.2.dist-info/METADATA,sha256=CGzGDb4SjgAHJ_mWudrcWH64vXm14ELlgC2TQUL5tzE,5333
|
|
6
|
+
nano_dev_utils-0.4.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
+
nano_dev_utils-0.4.2.dist-info/licenses/LICENSE.md,sha256=Muenl7Bw_LdtHZtlOMAP7Kt97gDCq8WWp2605eDWhHU,1089
|
|
8
|
+
nano_dev_utils-0.4.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|