pyquoks 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.
pyquoks/utils.py CHANGED
@@ -6,8 +6,8 @@ def get_path(relative_path: str, only_abspath: bool = False) -> str:
6
6
  try:
7
7
  base_path = sys._MEIPASS
8
8
  except:
9
- base_path = os.path.abspath("..")
9
+ base_path = os.path.abspath(".")
10
10
  finally:
11
11
  if only_abspath:
12
- base_path = os.path.abspath("..")
12
+ base_path = os.path.abspath(".")
13
13
  return os.path.join(base_path, relative_path)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyquoks
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Пакет PyPI для часто используемых модулей в проектах diquoks
5
5
  Home-page: https://diquoks.ru
6
6
  Author: Denis Titovets
@@ -0,0 +1,9 @@
1
+ pyquoks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ pyquoks/data.py,sha256=Ub9VykwcMaNEDKUSCtejSJLcDO_q501GEBRiQfciliw,7665
3
+ pyquoks/models.py,sha256=IRn-bUoCuFqiYLR420pL-S6tAC2nYGjnVJR_6UzbYtk,2155
4
+ pyquoks/utils.py,sha256=uQd1GoMOBHzab6xfAVovgG89MoXKKDqhD3ep8bs1lc4,362
5
+ pyquoks-1.0.2.dist-info/licenses/LICENSE,sha256=eEd8UIYxvKUY7vqrV1XTFo70_FQdiW6o1fznseCXRJs,1095
6
+ pyquoks-1.0.2.dist-info/METADATA,sha256=P5t9pDsMVo8nsKBO8NzQ7-HZ-1SZ6-ZFmFTXC83951Q,1417
7
+ pyquoks-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ pyquoks-1.0.2.dist-info/top_level.txt,sha256=4Eqn44TCCp-D8V6To92e8-KKr49ZGf0dCcsdRQmPkhc,8
9
+ pyquoks-1.0.2.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- pyquoks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- pyquoks/data.py,sha256=Ub9VykwcMaNEDKUSCtejSJLcDO_q501GEBRiQfciliw,7665
3
- pyquoks/models.py,sha256=IRn-bUoCuFqiYLR420pL-S6tAC2nYGjnVJR_6UzbYtk,2155
4
- pyquoks/utils.py,sha256=mLYQQcNRNJJHBn22XGgd2J2Hg0IgU1YoEc8avBh310s,364
5
- pyquoks-1.0.1.dist-info/licenses/LICENSE,sha256=eEd8UIYxvKUY7vqrV1XTFo70_FQdiW6o1fznseCXRJs,1095
6
- pyquoks-1.0.1.dist-info/METADATA,sha256=30smHKaaHMnt7u97movH4hIcN-48ZkyG7fLiL_NsCrQ,1417
7
- pyquoks-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- pyquoks-1.0.1.dist-info/top_level.txt,sha256=4Eqn44TCCp-D8V6To92e8-KKr49ZGf0dCcsdRQmPkhc,8
9
- pyquoks-1.0.1.dist-info/RECORD,,