NikGapps 3.59__tar.gz → 3.60__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.
Files changed (68) hide show
  1. {nikgapps-3.59 → nikgapps-3.60/NikGapps.egg-info}/PKG-INFO +4 -4
  2. {nikgapps-3.59 → nikgapps-3.60}/NikGapps.egg-info/requires.txt +1 -1
  3. {nikgapps-3.59/NikGapps.egg-info → nikgapps-3.60}/PKG-INFO +4 -4
  4. {nikgapps-3.59 → nikgapps-3.60}/README.md +2 -2
  5. {nikgapps-3.59 → nikgapps-3.60}/setup.py +2 -2
  6. {nikgapps-3.59 → nikgapps-3.60}/LICENSE +0 -0
  7. {nikgapps-3.59 → nikgapps-3.60}/MANIFEST.in +0 -0
  8. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/__init__.py +0 -0
  9. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/build/Build.py +0 -0
  10. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/build/NikGappsManager.py +0 -0
  11. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/build/NikGappsOverlays.py +0 -0
  12. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/build/PackageConstants.py +0 -0
  13. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/build/Release.py +0 -0
  14. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/build/__init__.py +0 -0
  15. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/build_config.py +0 -0
  16. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/cache.py +0 -0
  17. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/config/NikGappsConfig.py +0 -0
  18. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/config/__init__.py +0 -0
  19. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/config_upload.py +0 -0
  20. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/copy_repos.py +0 -0
  21. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/AppSet.py +0 -0
  22. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/Args.py +0 -0
  23. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/Assets.py +0 -0
  24. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/Config.py +0 -0
  25. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/ConfigObj.py +0 -0
  26. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/Package.py +0 -0
  27. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/__init__.py +0 -0
  28. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/addon.sh +0 -0
  29. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/appsets.json +0 -0
  30. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/changelogs.yaml +0 -0
  31. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/config_versions.json +0 -0
  32. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/customize.sh +0 -0
  33. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/debloater.config +0 -0
  34. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/functions.sh +0 -0
  35. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/gofile.sh +0 -0
  36. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/header.sh +0 -0
  37. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/installer.sh +0 -0
  38. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/magisk-update-binary.sh +0 -0
  39. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/module.prop +0 -0
  40. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/mount.sh +0 -0
  41. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/mtg_mount.sh +0 -0
  42. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/nikgapps.config +0 -0
  43. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/nikgapps_functions.sh +0 -0
  44. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/packages.json +0 -0
  45. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/uninstaller.sh +0 -0
  46. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/assets/unmount.sh +0 -0
  47. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/compression/CompOps.py +0 -0
  48. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/compression/Export.py +0 -0
  49. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/compression/__init__.py +0 -0
  50. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/git/TestGit.py +0 -0
  51. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/git/__init__.py +0 -0
  52. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/overlay/ApkMetaInfo.py +0 -0
  53. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/overlay/Bool.py +0 -0
  54. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/overlay/Library.py +0 -0
  55. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/overlay/Manifest.py +0 -0
  56. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/overlay/Overlay.py +0 -0
  57. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/overlay/Resources.py +0 -0
  58. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/overlay/String.py +0 -0
  59. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/overlay/StringArray.py +0 -0
  60. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/helper/overlay/__init__.py +0 -0
  61. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/main.py +0 -0
  62. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/overlay_control.py +0 -0
  63. {nikgapps-3.59 → nikgapps-3.60}/NikGapps/test.py +0 -0
  64. {nikgapps-3.59 → nikgapps-3.60}/NikGapps.egg-info/SOURCES.txt +0 -0
  65. {nikgapps-3.59 → nikgapps-3.60}/NikGapps.egg-info/dependency_links.txt +0 -0
  66. {nikgapps-3.59 → nikgapps-3.60}/NikGapps.egg-info/entry_points.txt +0 -0
  67. {nikgapps-3.59 → nikgapps-3.60}/NikGapps.egg-info/top_level.txt +0 -0
  68. {nikgapps-3.59 → nikgapps-3.60}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: NikGapps
3
- Version: 3.59
3
+ Version: 3.60
4
4
  Summary: A short description of your project
5
5
  Home-page: https://github.com/nikgapps/project
6
6
  Author: Nikhil Menghani
@@ -23,7 +23,7 @@ Requires-Dist: PyGithub~=2.4.0
23
23
  Requires-Dist: python-gitlab~=5.1.0
24
24
  Requires-Dist: cryptography~=44.0.0
25
25
  Requires-Dist: python-dotenv~=1.0.1
26
- Requires-Dist: niklibrary~=0.33
26
+ Requires-Dist: niklibrary~=0.34
27
27
  Dynamic: author
28
28
  Dynamic: author-email
29
29
  Dynamic: classifier
@@ -80,12 +80,12 @@ Ensure you have the following tools installed:
80
80
  - On Linux/MacOS:
81
81
  ```bash
82
82
  python3 -m venv myvenv
83
- source myvenv\Scripts\activate
83
+ source myvenv/bin/activate
84
84
 
85
85
  - On Windows:
86
86
  ```bash
87
87
  python -m venv myvenv
88
- myvenv\Scripts\activate
88
+ myvenv\bin\activate
89
89
 
90
90
  5. **Install builder from pip**
91
91
  ```bash
@@ -11,4 +11,4 @@ PyGithub~=2.4.0
11
11
  python-gitlab~=5.1.0
12
12
  cryptography~=44.0.0
13
13
  python-dotenv~=1.0.1
14
- niklibrary~=0.33
14
+ niklibrary~=0.34
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: NikGapps
3
- Version: 3.59
3
+ Version: 3.60
4
4
  Summary: A short description of your project
5
5
  Home-page: https://github.com/nikgapps/project
6
6
  Author: Nikhil Menghani
@@ -23,7 +23,7 @@ Requires-Dist: PyGithub~=2.4.0
23
23
  Requires-Dist: python-gitlab~=5.1.0
24
24
  Requires-Dist: cryptography~=44.0.0
25
25
  Requires-Dist: python-dotenv~=1.0.1
26
- Requires-Dist: niklibrary~=0.33
26
+ Requires-Dist: niklibrary~=0.34
27
27
  Dynamic: author
28
28
  Dynamic: author-email
29
29
  Dynamic: classifier
@@ -80,12 +80,12 @@ Ensure you have the following tools installed:
80
80
  - On Linux/MacOS:
81
81
  ```bash
82
82
  python3 -m venv myvenv
83
- source myvenv\Scripts\activate
83
+ source myvenv/bin/activate
84
84
 
85
85
  - On Windows:
86
86
  ```bash
87
87
  python -m venv myvenv
88
- myvenv\Scripts\activate
88
+ myvenv\bin\activate
89
89
 
90
90
  5. **Install builder from pip**
91
91
  ```bash
@@ -43,12 +43,12 @@ Ensure you have the following tools installed:
43
43
  - On Linux/MacOS:
44
44
  ```bash
45
45
  python3 -m venv myvenv
46
- source myvenv\Scripts\activate
46
+ source myvenv/bin/activate
47
47
 
48
48
  - On Windows:
49
49
  ```bash
50
50
  python -m venv myvenv
51
- myvenv\Scripts\activate
51
+ myvenv\bin\activate
52
52
 
53
53
  5. **Install builder from pip**
54
54
  ```bash
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="NikGapps",
5
- version="3.59",
5
+ version="3.60",
6
6
  packages=find_packages(),
7
7
  include_package_data=True,
8
8
  package_data={
@@ -29,7 +29,7 @@ setup(
29
29
  'python-gitlab~=5.1.0',
30
30
  'cryptography~=44.0.0',
31
31
  'python-dotenv~=1.0.1',
32
- 'niklibrary~=0.33'
32
+ 'niklibrary~=0.34'
33
33
  ],
34
34
  entry_points={
35
35
  'console_scripts': [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes