All-Feature 1.0.8__tar.gz → 1.1.0__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.
- {all_feature-1.0.8 → all_feature-1.1.0}/All_Feature/All_Feature.py +2 -2
- {all_feature-1.0.8 → all_feature-1.1.0}/All_Feature.egg-info/PKG-INFO +1 -1
- {all_feature-1.0.8 → all_feature-1.1.0}/PKG-INFO +1 -1
- {all_feature-1.0.8 → all_feature-1.1.0}/build_dir/All_Feature/All_Feature.py +2 -2
- {all_feature-1.0.8 → all_feature-1.1.0}/pyproject.toml +1 -1
- {all_feature-1.0.8 → all_feature-1.1.0}/All_Feature/__init__.py +0 -0
- {all_feature-1.0.8 → all_feature-1.1.0}/All_Feature.egg-info/SOURCES.txt +0 -0
- {all_feature-1.0.8 → all_feature-1.1.0}/All_Feature.egg-info/dependency_links.txt +0 -0
- {all_feature-1.0.8 → all_feature-1.1.0}/All_Feature.egg-info/requires.txt +0 -0
- {all_feature-1.0.8 → all_feature-1.1.0}/All_Feature.egg-info/top_level.txt +0 -0
- {all_feature-1.0.8 → all_feature-1.1.0}/README.md +0 -0
- {all_feature-1.0.8 → all_feature-1.1.0}/build_dir/All_Feature/__init__.py +0 -0
- {all_feature-1.0.8 → all_feature-1.1.0}/setup.cfg +0 -0
|
@@ -16,7 +16,7 @@ import sys
|
|
|
16
16
|
from time import sleep
|
|
17
17
|
#--------------------------------------------------------------------------------------
|
|
18
18
|
#================================Var==================================================
|
|
19
|
-
__version__ = "1.0
|
|
19
|
+
__version__ = "1.1.0"
|
|
20
20
|
#=====================================================================================
|
|
21
21
|
def found_abs(rel_path):
|
|
22
22
|
return os.path.normcase(os.path.normpath(os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), rel_path))))
|
|
@@ -31,7 +31,7 @@ def play(path):
|
|
|
31
31
|
return "file_not_exist"
|
|
32
32
|
|
|
33
33
|
def sysdetect():
|
|
34
|
-
return [
|
|
34
|
+
return [platform.system(), platform.release(), platform.version()]
|
|
35
35
|
|
|
36
36
|
def ofw(file_path,software_path):
|
|
37
37
|
abs_fp = found_abs(file_path)
|
|
@@ -16,7 +16,7 @@ import sys
|
|
|
16
16
|
from time import sleep
|
|
17
17
|
#--------------------------------------------------------------------------------------
|
|
18
18
|
#================================Var==================================================
|
|
19
|
-
__version__ = "1.0
|
|
19
|
+
__version__ = "1.1.0"
|
|
20
20
|
#=====================================================================================
|
|
21
21
|
def found_abs(rel_path):
|
|
22
22
|
return os.path.normcase(os.path.normpath(os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), rel_path))))
|
|
@@ -31,7 +31,7 @@ def play(path):
|
|
|
31
31
|
return "file_not_exist"
|
|
32
32
|
|
|
33
33
|
def sysdetect():
|
|
34
|
-
return [
|
|
34
|
+
return [platform.system(), platform.release(), platform.version()]
|
|
35
35
|
|
|
36
36
|
def ofw(file_path,software_path):
|
|
37
37
|
abs_fp = found_abs(file_path)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|