omnata-plugin-runtime 0.6.1a164__py3-none-any.whl → 0.6.2__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -2397,7 +2397,7 @@ def find_udtf_classes(path:str = '.') -> List[UDTFDefinition]:
2397
2397
  matching_classes = []
2398
2398
 
2399
2399
  # Iterate over all modules in the current directory
2400
- for _, module_name, _ in pkgutil.iter_modules([current_dir]):
2400
+ for importer, module_name, ispkg in pkgutil.walk_packages(path=[current_dir]):
2401
2401
  # Import the module
2402
2402
  module = importlib.import_module(module_name)
2403
2403
 
@@ -2512,7 +2512,7 @@ def find_udf_functions(path:str = '.') -> List[UDFDefinition]:
2512
2512
  matching_classes = []
2513
2513
 
2514
2514
  # Iterate over all modules in the current directory
2515
- for _, module_name, _ in pkgutil.iter_modules([current_dir]):
2515
+ for importer, module_name, ispkg in pkgutil.walk_packages(path=[current_dir]):
2516
2516
  # Import the module
2517
2517
  module = importlib.import_module(module_name)
2518
2518
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.6.1a164
3
+ Version: 0.6.2
4
4
  Summary: Classes and common runtime components for building and running Omnata Plugins
5
5
  Author: James Weakley
6
6
  Author-email: james.weakley@omnata.com
@@ -3,10 +3,10 @@ omnata_plugin_runtime/api.py,sha256=FxzTqri4no8ClkOm7vZADG8aD47jcGBCTTQDEORmOJM,
3
3
  omnata_plugin_runtime/configuration.py,sha256=TI6GaVFhewVawBCaYN34GujY57qEP6q2nik4YpSEk5s,38100
4
4
  omnata_plugin_runtime/forms.py,sha256=GzSPEwcijsoPCXEO1mHiE8ylvX_KSE5TkhwqkymA2Ss,19755
5
5
  omnata_plugin_runtime/logging.py,sha256=bn7eKoNWvtuyTk7RTwBS9UARMtqkiICtgMtzq3KA2V0,3272
6
- omnata_plugin_runtime/omnata_plugin.py,sha256=07j__vFXd_WDfGegTd-E1FfUBVqvMWYQWzY8UCuGdrQ,128600
6
+ omnata_plugin_runtime/omnata_plugin.py,sha256=Your2a2MBHP5gilDPBsXifn7QAFWovXVV5oYk2pzfMk,128634
7
7
  omnata_plugin_runtime/plugin_entrypoints.py,sha256=-mkIpfB_pTl1yDBMmTnioW44RPj-V8dvlhBiU7ekvkQ,27976
8
8
  omnata_plugin_runtime/rate_limiting.py,sha256=JukA0l7x7Klqz2b54mR-poP7NRxpUHgWSGp6h0B8u6Q,25612
9
- omnata_plugin_runtime-0.6.1a164.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
10
- omnata_plugin_runtime-0.6.1a164.dist-info/METADATA,sha256=4YRWleBJzW6hBwSIGFu_SjOytzUrHF7Lm4Ce1kNBXg8,1985
11
- omnata_plugin_runtime-0.6.1a164.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
- omnata_plugin_runtime-0.6.1a164.dist-info/RECORD,,
9
+ omnata_plugin_runtime-0.6.2.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
10
+ omnata_plugin_runtime-0.6.2.dist-info/METADATA,sha256=RbMfL2ab2vyz0od0hZ3G5HunpjA-LmP2j7ntB8HDfbs,1981
11
+ omnata_plugin_runtime-0.6.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
+ omnata_plugin_runtime-0.6.2.dist-info/RECORD,,