pyquoks 1.0.0__tar.gz → 1.0.2__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyquoks
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: Пакет PyPI для часто используемых модулей в проектах diquoks
5
5
  Home-page: https://diquoks.ru
6
6
  Author: Denis Titovets
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = pyquoks
3
- version = 1.0.0
3
+ version = 1.0.2
4
4
  author = Denis Titovets
5
5
  author_email = den232titovets@yandex.ru
6
6
  description = Пакет PyPI для часто используемых модулей в проектах diquoks
File without changes
@@ -1,7 +1,7 @@
1
1
  from __future__ import annotations
2
2
  import configparser, datetime, logging, winreg, json, sys, io, os
3
3
  import requests, PIL.Image, PIL.ImageDraw
4
- import utils
4
+ from . import utils
5
5
 
6
6
 
7
7
  # Providers
@@ -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.0
3
+ Version: 1.0.2
4
4
  Summary: Пакет PyPI для часто используемых модулей в проектах diquoks
5
5
  Home-page: https://diquoks.ru
6
6
  Author: Denis Titovets
@@ -1 +0,0 @@
1
- import data, models, utils
File without changes
File without changes
File without changes
File without changes
File without changes