nano-dev-utils 0.4.2__py3-none-any.whl → 0.4.4__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.2.dist-info → nano_dev_utils-0.4.4.dist-info}/METADATA +4 -4
- {nano_dev_utils-0.4.2.dist-info → nano_dev_utils-0.4.4.dist-info}/RECORD +4 -4
- {nano_dev_utils-0.4.2.dist-info → nano_dev_utils-0.4.4.dist-info}/WHEEL +0 -0
- {nano_dev_utils-0.4.2.dist-info → nano_dev_utils-0.4.4.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.4
|
|
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
|
|
@@ -122,9 +122,9 @@ It supports Windows, Linux, and macOS.
|
|
|
122
122
|
import logging
|
|
123
123
|
from nano_dev_utils import PortsRelease
|
|
124
124
|
|
|
125
|
-
#
|
|
125
|
+
# For configuration of logging level and format (supported already):
|
|
126
126
|
logging.basicConfig(filename='port release.log',
|
|
127
|
-
level=logging.INFO, #
|
|
127
|
+
level=logging.INFO, # DEBUG, WARNING, ERROR, CRITICAL
|
|
128
128
|
format='%(asctime)s - %(levelname)s: %(message)s',
|
|
129
129
|
datefmt='%d-%m-%Y %H:%M:%S')
|
|
130
130
|
|
|
@@ -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/
|
|
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.
|
|
6
|
-
nano_dev_utils-0.4.
|
|
7
|
-
nano_dev_utils-0.4.
|
|
8
|
-
nano_dev_utils-0.4.
|
|
5
|
+
nano_dev_utils-0.4.4.dist-info/METADATA,sha256=JDkLCI843UHrDbVeYZ5wJYpdOHd4XQKpGUTkZvLwVcc,5355
|
|
6
|
+
nano_dev_utils-0.4.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
+
nano_dev_utils-0.4.4.dist-info/licenses/LICENSE.md,sha256=Muenl7Bw_LdtHZtlOMAP7Kt97gDCq8WWp2605eDWhHU,1089
|
|
8
|
+
nano_dev_utils-0.4.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|