NikGapps 3.14__py3-none-any.whl → 3.15__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.
NikGapps/helper/FileOp.py CHANGED
@@ -2,14 +2,13 @@ import hashlib
2
2
  import os.path
3
3
  import shutil
4
4
  import stat
5
-
6
- from .Statics import Statics
5
+ from pathlib import Path
7
6
 
8
7
 
9
8
  class FileOp:
10
9
  @staticmethod
11
10
  def create_file_dir(file_path):
12
- parent_dir = str(Statics.get_parent_path(file_path))
11
+ parent_dir = str(Path(file_path).parent)
13
12
  if not os.path.exists(parent_dir):
14
13
  os.makedirs(parent_dir)
15
14
 
@@ -14,7 +14,8 @@ class Statics:
14
14
  '12': {'sdk': '31', 'code': 'S'},
15
15
  '12.1': {'sdk': '32', 'code': 'SL'},
16
16
  '13': {'sdk': '33', 'code': 'T'},
17
- '14': {'sdk': '34', 'code': 'U'}
17
+ '14': {'sdk': '34', 'code': 'U'},
18
+ '15': {'sdk': '35', 'code': 'V'},
18
19
  }
19
20
  is_system_app = 1
20
21
  is_priv_app = 2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: NikGapps
3
- Version: 3.14
3
+ Version: 3.15
4
4
  Summary: A short description of your project
5
5
  Home-page: https://github.com/nikgapps/project
6
6
  Author: Nikhil Menghani
@@ -23,11 +23,11 @@ NikGapps/helper/C.py,sha256=MvRvtXLu-gjsJIXcMH73CSdbf_R-_LrmqS-ZKOtLrCU,354
23
23
  NikGapps/helper/Cmd.py,sha256=Fc4mywiDrJk9MI_Pw1Ow26gdpFL23D8EF2XbB1WmyBo,13540
24
24
  NikGapps/helper/Config.py,sha256=iCTMt5Zd3g3Rq0Y14u4i5e2-hCv9SKcSl4xMJ1KhYJE,2606
25
25
  NikGapps/helper/ConfigObj.py,sha256=ep9--o1SPgGXkElrjkf7hjF96KGSrmcQ9oGCpicN7D4,462
26
- NikGapps/helper/FileOp.py,sha256=rl0XnQxGuPpZqV50VZ_2uKWwgrhAjRmbrllXheBSiEg,7859
26
+ NikGapps/helper/FileOp.py,sha256=vPgXFBUdzDCo36OyHLCn8Jt62Fhf29_OPPwvh6kv7Sc,7842
27
27
  NikGapps/helper/Json.py,sha256=pgkXXHMBGs0Pl6YjTXjDSqPdIXryWzl5c0YyR-2YPYQ,973
28
28
  NikGapps/helper/P.py,sha256=S3dTkLQcOhS1SEE9WZVIVQUAVtSIGhO8TDH72SxWLb8,516
29
29
  NikGapps/helper/Package.py,sha256=yYOm5kUf_a6HOo1UA78_qkm2b0pqn5RCPqLt4yR3B10,9236
30
- NikGapps/helper/Statics.py,sha256=BsUwa66wlZb74iS8z6TD9q7kMegU3ypGq6YwDXEdJy8,6850
30
+ NikGapps/helper/Statics.py,sha256=dU19il9CmBO2QTksQH-Zo5qh6JFzJG1Z9gY4_Qgl8TM,6893
31
31
  NikGapps/helper/SystemStat.py,sha256=f5H5L8FOZVLe-7SKYdCtjnjVXsgaJ2Eo9c3akiYjJLM,4074
32
32
  NikGapps/helper/T.py,sha256=tp2VAVfy_lbIJKIbYsGFtDck65BUo8JiHqOokpkpaKE,2898
33
33
  NikGapps/helper/XmlOp.py,sha256=ZcaO6JSriNDiOvom6gs6XwucnFInjIXaigUiehgVpQY,1632
@@ -99,9 +99,9 @@ NikGapps/helper/upload/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
99
99
  NikGapps/helper/web/Requests.py,sha256=HaZUHe_xi_7LjPLOYBUwK3uwOYOcVaW2E1zazjw2wow,5502
100
100
  NikGapps/helper/web/TelegramApi.py,sha256=XREdngh0vPvPMUOJsCJ3wSqXMFqS8q3qJUhmFMY6SH8,4743
101
101
  NikGapps/helper/web/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
102
- NikGapps-3.14.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
103
- NikGapps-3.14.dist-info/METADATA,sha256=Kb9tSAtXsaK73_IZCzhBvha9vxIfVFap3FM99929tpI,4070
104
- NikGapps-3.14.dist-info/WHEEL,sha256=uCRv0ZEik_232NlR4YDw4Pv3Ajt5bKvMH13NUU7hFuI,91
105
- NikGapps-3.14.dist-info/entry_points.txt,sha256=iKbeOiuELwTDu5kmQHrU9XBVASWRR6_TuRIRva2UnAY,286
106
- NikGapps-3.14.dist-info/top_level.txt,sha256=CD7RpCb7bzjyvpQLt8hh2gU6X1wj3Z0NIErVkg-nJI4,9
107
- NikGapps-3.14.dist-info/RECORD,,
102
+ NikGapps-3.15.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
103
+ NikGapps-3.15.dist-info/METADATA,sha256=TqpCkmeU0XPkz_aZnwhO2kGaaMvmiU6VCt-m3NcE1tc,4070
104
+ NikGapps-3.15.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
105
+ NikGapps-3.15.dist-info/entry_points.txt,sha256=iKbeOiuELwTDu5kmQHrU9XBVASWRR6_TuRIRva2UnAY,286
106
+ NikGapps-3.15.dist-info/top_level.txt,sha256=CD7RpCb7bzjyvpQLt8hh2gU6X1wj3Z0NIErVkg-nJI4,9
107
+ NikGapps-3.15.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (74.1.1)
2
+ Generator: setuptools (75.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5