python-module-utils 1.0.0__py3-none-any.whl → 1.0.1__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.
@@ -12,6 +12,7 @@ __all__ = (
12
12
 
13
13
  import sys
14
14
  import importlib
15
+ import importlib.util
15
16
  import enum
16
17
  import itertools
17
18
  from types import SimpleNamespace
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-module-utils
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Utilities for handling Python modules.
5
5
  Author-email: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
6
6
  Maintainer-email: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
@@ -0,0 +1,7 @@
1
+ module_utils/__init__.py,sha256=Kvp7-rDjdscPD7mErfeEg1cMa5WNVRkoE9DcIrE_de4,966
2
+ module_utils/_importing.py,sha256=7IGeQchtj64fTrEivhWbUxYisUQuKgseScdomv8bfeQ,11022
3
+ python_module_utils-1.0.1.dist-info/licenses/LICENCE,sha256=PU9RjoB0SBo6BuxWcNT0qhUaxxzhDBS9k156jzTDhNE,691
4
+ python_module_utils-1.0.1.dist-info/METADATA,sha256=i1hphZR0gNV8p_UkbVFRiohwMkaOqPunjkVgSwgdH8g,695
5
+ python_module_utils-1.0.1.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
6
+ python_module_utils-1.0.1.dist-info/top_level.txt,sha256=_7C3dmxpcDNCi2vJovqg0nbJgyUUhDO7xWyYbx36H84,13
7
+ python_module_utils-1.0.1.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- module_utils/__init__.py,sha256=Kvp7-rDjdscPD7mErfeEg1cMa5WNVRkoE9DcIrE_de4,966
2
- module_utils/_importing.py,sha256=DqPCM4v2IqW84fUQiG6Wsr8Yzeu4cX0rG3LK9ZuOtgw,11000
3
- python_module_utils-1.0.0.dist-info/licenses/LICENCE,sha256=PU9RjoB0SBo6BuxWcNT0qhUaxxzhDBS9k156jzTDhNE,691
4
- python_module_utils-1.0.0.dist-info/METADATA,sha256=UelOnWJuSsBrZnYcYxaYhyPfj2EaGVPqlnDGQY14ZHw,695
5
- python_module_utils-1.0.0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
6
- python_module_utils-1.0.0.dist-info/top_level.txt,sha256=_7C3dmxpcDNCi2vJovqg0nbJgyUUhDO7xWyYbx36H84,13
7
- python_module_utils-1.0.0.dist-info/RECORD,,