ipa-python-kit 1.0.1__py3-none-any.whl → 1.0.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.
ipa/app/__init__.py CHANGED
@@ -55,3 +55,6 @@ class IAppConfig(ABC):
55
55
 
56
56
  def get_sidecar_dir(self, *args, **kwargs) -> Optional[Path]:
57
57
  raise NotImplementedError()
58
+
59
+ def get_result_dir(self, *args, **kwargs) -> Optional[Path]:
60
+ raise NotImplementedError()
ipa/version.py CHANGED
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
18
18
  commit_id: str | None
19
19
  __commit_id__: str | None
20
20
 
21
- __version__ = version = '1.0.1'
22
- __version_tuple__ = version_tuple = (1, 0, 1)
21
+ __version__ = version = '1.0.2'
22
+ __version_tuple__ = version_tuple = (1, 0, 2)
23
23
 
24
24
  __commit_id__ = commit_id = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ipa-python-kit
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: kit for python
5
5
  Author-email: xdewx <present150608@sina.com>
6
6
  Keywords: python,kit,lib,util
@@ -1,6 +1,6 @@
1
1
  ipa/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- ipa/version.py,sha256=9c7Tl9g3gfjrXmE7H04a_dPracz6dNMOSBdT2fhCzVw,544
3
- ipa/app/__init__.py,sha256=PsYzgVAzJSYDUopPAnMe7pMVMcpyOC90NYrqZ-XIyNY,1539
2
+ ipa/version.py,sha256=0DkA8HSDEaUB7F6mxNgPDdO4wyqEtSY7V2LT0FyvBr0,544
3
+ ipa/app/__init__.py,sha256=tqOZI4ivIzk-eack8u8Q1QyFxbqaIGB6LKQtThEqi-E,1644
4
4
  ipa/cli/__init__.py,sha256=YYZYz2QwK34Ro-EBrEDd4sZJ6IeqvUCP-b2cjPWbPa8,44
5
5
  ipa/cli/model.py,sha256=Tdvn8XWcJ_aoghf5N8PlLc38-O01_XPlef66i_--z08,2584
6
6
  ipa/cli/proxy.py,sha256=rEqxH9RacIrb2lxglCnihmF2RooT719WE3NGur5hIfE,7131
@@ -66,7 +66,7 @@ ipa/visualization/__init__.py,sha256=FnTG9eLlbkd4vPyyzteOMjrm3IEtdOYYRUAg0hw-ejg
66
66
  ipa/visualization/_networkx.py,sha256=5bUbKTtTwdFYgEY1ww99-fvVjvWhJkfTf1sVYfUax8k,1598
67
67
  ipa/websocket/__init__.py,sha256=nE8jJjGJaKuJKCyuf6QLfrj8xPj8IqGKeH2VXP3FMzY,21
68
68
  ipa/websocket/core/__init__.py,sha256=EOqo4MnWXdjHcmqiP61pWIinbhDYb4_Lesiei7uiyXk,4843
69
- ipa_python_kit-1.0.1.dist-info/METADATA,sha256=M3YWGy74OQ5jqCd0zu34bZS5SmVGF6YJ0py3sBmilMM,2910
70
- ipa_python_kit-1.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
71
- ipa_python_kit-1.0.1.dist-info/top_level.txt,sha256=jpjQhUSwP61wKQAysY61KwKKom42vtQTiJNXMT6AyCc,4
72
- ipa_python_kit-1.0.1.dist-info/RECORD,,
69
+ ipa_python_kit-1.0.2.dist-info/METADATA,sha256=TiBN7_JGWX3xIRI-FGQ81W5AjI__aHXHwBs0B3_HZZo,2910
70
+ ipa_python_kit-1.0.2.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
71
+ ipa_python_kit-1.0.2.dist-info/top_level.txt,sha256=jpjQhUSwP61wKQAysY61KwKKom42vtQTiJNXMT6AyCc,4
72
+ ipa_python_kit-1.0.2.dist-info/RECORD,,