scriptcollection 4.2.81__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.
Files changed (62) hide show
  1. ScriptCollection/AnionBuildPlatform.py +199 -0
  2. ScriptCollection/CertificateUpdater.py +149 -0
  3. ScriptCollection/Executables.py +921 -0
  4. ScriptCollection/GeneralUtilities.py +1589 -0
  5. ScriptCollection/HTTPMaintenanceOverheadHelper.py +36 -0
  6. ScriptCollection/OCIImages/AbstractImageHandler.py +38 -0
  7. ScriptCollection/OCIImages/ConcreteImageHandlers/ImageHandlerDebian.py +20 -0
  8. ScriptCollection/OCIImages/ConcreteImageHandlers/ImageHandlerDebianSlim.py +20 -0
  9. ScriptCollection/OCIImages/ConcreteImageHandlers/ImageHandlerGeneric.py +20 -0
  10. ScriptCollection/OCIImages/ConcreteImageHandlers/ImageHandlerGenericV.py +20 -0
  11. ScriptCollection/OCIImages/ConcreteImageHandlers/ImageHandlerGitlabCE.py +20 -0
  12. ScriptCollection/OCIImages/ConcreteImageHandlers/ImageHandlerGitlabEE.py +20 -0
  13. ScriptCollection/OCIImages/ConcreteImageHandlers/__init__.py +0 -0
  14. ScriptCollection/OCIImages/OCIImageManager.py +190 -0
  15. ScriptCollection/OCIImages/__init__.py +0 -0
  16. ScriptCollection/ProcessesRunner.py +43 -0
  17. ScriptCollection/ProgramRunnerBase.py +47 -0
  18. ScriptCollection/ProgramRunnerMock.py +2 -0
  19. ScriptCollection/ProgramRunnerPopen.py +57 -0
  20. ScriptCollection/ProgramRunnerSudo.py +108 -0
  21. ScriptCollection/Resources/CultureChooser/CultureChooser.js +29 -0
  22. ScriptCollection/Resources/CultureChooser/index.html +15 -0
  23. ScriptCollection/Resources/MaintenanceSite/MaintenanceSite.html +15 -0
  24. ScriptCollection/SCLog.py +115 -0
  25. ScriptCollection/ScriptCollectionCore.py +3485 -0
  26. ScriptCollection/TFCPS/Docker/TFCPS_CodeUnitSpecific_Docker.py +192 -0
  27. ScriptCollection/TFCPS/Docker/__init__.py +0 -0
  28. ScriptCollection/TFCPS/DotNet/CertificateGeneratorInformationBase.py +8 -0
  29. ScriptCollection/TFCPS/DotNet/CertificateGeneratorInformationGenerate.py +6 -0
  30. ScriptCollection/TFCPS/DotNet/CertificateGeneratorInformationNoGenerate.py +7 -0
  31. ScriptCollection/TFCPS/DotNet/TFCPS_CodeUnitSpecific_DotNet.py +547 -0
  32. ScriptCollection/TFCPS/DotNet/__init__.py +0 -0
  33. ScriptCollection/TFCPS/Flutter/TFCPS_CodeUnitSpecific_Flutter.py +137 -0
  34. ScriptCollection/TFCPS/Flutter/__init__.py +0 -0
  35. ScriptCollection/TFCPS/Go/TFCPS_CodeUnitSpecific_Go.py +72 -0
  36. ScriptCollection/TFCPS/Go/__init__.py +0 -0
  37. ScriptCollection/TFCPS/Maven/TFCPS_CodeUnitSpecific_Maven.py +42 -0
  38. ScriptCollection/TFCPS/Maven/__init__.py +0 -0
  39. ScriptCollection/TFCPS/NodeJS/TFCPS_CodeUnitSpecific_NodeJS.py +232 -0
  40. ScriptCollection/TFCPS/NodeJS/__init__.py +0 -0
  41. ScriptCollection/TFCPS/Python/TFCPS_CodeUnitSpecific_Python.py +239 -0
  42. ScriptCollection/TFCPS/Python/__init__.py +0 -0
  43. ScriptCollection/TFCPS/Rust/TFCPS_CodeUnitSpecific_Rust.py +42 -0
  44. ScriptCollection/TFCPS/Rust/__init__.py +0 -0
  45. ScriptCollection/TFCPS/TFCPS_CodeUnitSpecific_Base.py +433 -0
  46. ScriptCollection/TFCPS/TFCPS_CodeUnit_BuildCodeUnit.py +135 -0
  47. ScriptCollection/TFCPS/TFCPS_CodeUnit_BuildCodeUnits.py +301 -0
  48. ScriptCollection/TFCPS/TFCPS_CreateRelease.py +98 -0
  49. ScriptCollection/TFCPS/TFCPS_Generic.py +44 -0
  50. ScriptCollection/TFCPS/TFCPS_MergeToMain.py +128 -0
  51. ScriptCollection/TFCPS/TFCPS_MergeToStable.py +356 -0
  52. ScriptCollection/TFCPS/TFCPS_PreBuildCodeunitsScript.py +48 -0
  53. ScriptCollection/TFCPS/TFCPS_Tools_General.py +1565 -0
  54. ScriptCollection/TFCPS/__init__.py +0 -0
  55. ScriptCollection/__init__.py +0 -0
  56. ScriptCollection/__pycache__/GeneralUtilities.cpython-311.pyc +0 -0
  57. ScriptCollection/__pycache__/__init__.cpython-311.pyc +0 -0
  58. scriptcollection-4.2.81.dist-info/METADATA +169 -0
  59. scriptcollection-4.2.81.dist-info/RECORD +62 -0
  60. scriptcollection-4.2.81.dist-info/WHEEL +5 -0
  61. scriptcollection-4.2.81.dist-info/entry_points.txt +67 -0
  62. scriptcollection-4.2.81.dist-info/top_level.txt +1 -0
File without changes
File without changes
@@ -0,0 +1,169 @@
1
+ Metadata-Version: 2.4
2
+ Name: scriptcollection
3
+ Version: 4.2.81
4
+ Summary: The ScriptCollection is the place for reusable scripts.
5
+ Home-page: https://github.com/anionDev/ScriptCollection
6
+ Author: Marius Göcke
7
+ Author-email: marius.goecke@gmail.com
8
+ Project-URL: Documentation, https://aniondev.github.io/ScriptCollectionReference/index.html
9
+ Project-URL: Changelog, https://github.com/anionDev/ScriptCollection/tree/main/Other/Resources/Changelog
10
+ Keywords: package release build management
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
15
+ Classifier: Operating System :: POSIX :: Linux
16
+ Classifier: Operating System :: Microsoft :: Windows :: Windows 10
17
+ Classifier: Topic :: System :: Logging
18
+ Classifier: Topic :: System :: Monitoring
19
+ Classifier: Topic :: System :: Archiving :: Packaging
20
+ Classifier: Topic :: System :: Systems Administration
21
+ Classifier: Topic :: Terminals
22
+ Classifier: Topic :: Utilities
23
+ Requires-Python: >=3.10
24
+ Description-Content-Type: text/markdown
25
+ Requires-Dist: build>=1.5.0
26
+ Requires-Dist: coverage>=7.14.0
27
+ Requires-Dist: cyclonedx-bom>=7.1.0
28
+ Requires-Dist: defusedxml>=0.7.1
29
+ Requires-Dist: keyboard>=0.13.5
30
+ Requires-Dist: lcov-cobertura>=2.1.1
31
+ Requires-Dist: lxml>=6.0.1
32
+ Requires-Dist: ntplib>=0.4.0
33
+ Requires-Dist: Pillow>=11.3.0
34
+ Requires-Dist: psutil>=7.2.2
35
+ Requires-Dist: pycdlib>=1.16.0
36
+ Requires-Dist: Pygments>=2.20.0
37
+ Requires-Dist: pylint>=4.0.5
38
+ Requires-Dist: pyOpenSSL>=25.3.0
39
+ Requires-Dist: PyPDF>=6.11.0
40
+ Requires-Dist: pytest>=8.4.2
41
+ Requires-Dist: PyYAML>=6.0.3
42
+ Requires-Dist: qrcode>=8.2.0
43
+ Requires-Dist: send2trash>=1.8.3
44
+ Requires-Dist: twine>=6.2.0
45
+ Requires-Dist: xmlschema>=4.3.1
46
+
47
+ # ScriptCollection
48
+
49
+ ## General
50
+
51
+ [![Supported Python versions](https://img.shields.io/pypi/pyversions/ScriptCollection.svg)](https://pypi.org/project/ScriptCollection/)
52
+ ![PyPI](https://img.shields.io/pypi/v/ScriptCollection)
53
+ ![Dependencies](https://img.shields.io/librariesio/github/anionDev/ScriptCollection)
54
+
55
+ [![CodeFactor](https://www.codefactor.io/repository/github/aniondev/scriptcollection/badge/main)](https://www.codefactor.io/repository/github/aniondev/scriptcollection/overview/main)
56
+ [![Downloads](https://pepy.tech/badge/scriptcollection)](https://pepy.tech/project/scriptcollection)
57
+ ![Coverage](https://raw.githubusercontent.com/anionDev/ScriptCollection/main/ScriptCollection/Other/Resources/TestCoverageBadges/badge_shieldsio_linecoverage_blue.svg)
58
+
59
+ The ScriptCollection is the place for reusable scripts.
60
+
61
+ ## Reference
62
+
63
+ The reference can be found [here](https://aniondev.github.io/ScriptCollectionReference/index.html).
64
+
65
+ ## Hints
66
+
67
+ Most of the scripts are written in [python](https://www.python.org) 3.
68
+
69
+ Caution: Before executing **any** script of this repository read the sourcecode of the script (and the sourcecode of all functions called by this function directly or transitively) carefully and verify that the script does exactly what you want to do and nothing else.
70
+
71
+ Some functions are not entirely available on windows or require common third-party tools. See the [Runtime dependencies](#runtime-dependencies)-section for more information.
72
+
73
+ When using ScriptCollection it is not required but recommended for better usability to have [epew](https://github.com/anionDev/Epew) installed.
74
+
75
+ ## Get ScriptCollection
76
+
77
+ ### Installation via pip
78
+
79
+ `pip3 install ScriptCollection`
80
+
81
+ See the [PyPI-site for ScriptCollection](https://pypi.org/project/ScriptCollection)
82
+
83
+ ### Download sourcecode using git
84
+
85
+ You can simply git-clone the ScriptCollection and then use the scripts under the provided license.
86
+
87
+ `git clone https://github.com/anionDev/ScriptCollection.git`
88
+
89
+ It may be more easy to pip-install the ScriptCollection but technically pip is not required. Actually you need to git-clone (or download as zip-file from [GitHub](https://github.com/anionDev/ScriptCollection) the ScriptCollection to use the scripts in this repository which are not written in python.
90
+
91
+ ## Troubleshooting
92
+
93
+ It is recommended to always use only the newest version of the ScriptCollection. If you have an older version: Update it (e. g. using `pip3 install ScriptCollection --upgrade` if you installed the ScriptCollection via pip). If you still have problems, then feel free to create an [issue](https://github.com/anionDev/ScriptCollection/issues).
94
+
95
+ If you have installed the ScriptCollection as pip-package you can simply check the version using Python with the following commands:
96
+
97
+ ```lang-bash
98
+ from ScriptCollection.ScriptCollectionCore import ScriptCollectionCore
99
+ ScriptCollectionCore.get_scriptcollection_version()
100
+ ```
101
+
102
+ Or you can simply run `pip3 freeze` folder to get information about (all) currently installed pip-packages.
103
+
104
+ ## Development
105
+
106
+ ### Branching-system
107
+
108
+ This repository applies the [GitFlowSimplified](https://github.com/anionDev/ProjectTemplates/blob/main/Templates/Conventions/BranchingSystem/GitFlowSimplified.md)-branching-system.
109
+
110
+ ### Repository-structure
111
+
112
+ This repository applies the [CommonProjectStructure](https://github.com/anionDev/ProjectTemplates/blob/main/Templates/Conventions/RepositoryStructure/CommonProjectStructure/CommonProjectStructure.md)-branching-system.
113
+
114
+ ### Install dependencies
115
+
116
+ ScriptCollection requires [Python](https://www.python.org) 3.10.
117
+
118
+ To develop ScriptCollection it is obviously required that the following commandline-commands are available on your system:
119
+
120
+ - `python` (on some systems `python3`)
121
+ - `pip3`
122
+
123
+ The pip-packages which are required for developing on this project are defined in `requirements.txt`.
124
+
125
+ ### IDE
126
+
127
+ The recommended IDE for developing ScriptCollection is Visual Studio Code.
128
+ The recommended addons for developing ScriptCollection with Visual Studio Code are:
129
+
130
+ - [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
131
+ - [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
132
+ - [Spell Right](https://marketplace.visualstudio.com/items?itemName=ban.spellright)
133
+ - [docs-markdown](https://marketplace.visualstudio.com/items?itemName=docsmsft.docs-markdown)
134
+
135
+ ### Build
136
+
137
+ To create and install an ScriptCollection locally simply do the following commands:
138
+
139
+ ```bash
140
+ python ./ScriptCollection/Other/Build/Build.py
141
+ pip3 install --force-reinstall ./ScriptCollection/Other/Artifacts/Wheel/ScriptCollection-x.x.x-py3-none-any.whl
142
+ ```
143
+
144
+ (Note: `x.x.x` must be replaced by the appropriate version-number.)
145
+
146
+ ### Coding style
147
+
148
+ In this repository [pylint](https://pylint.org/) will be used to report linting-issues.
149
+ If you change code in this repository please ensure pylint does not find any issues before creating a pull-request.
150
+
151
+ If linting-issues exist in the current code-base can be checked by running `python ./ScriptCollection/Other/QualityCheck/Linting.py`.
152
+
153
+ ## Runtime dependencies
154
+
155
+ ScriptCollection requires [Python](https://www.python.org) 3.10.
156
+
157
+ The usual Python-dependencies will be installed automagically by `pip`.
158
+
159
+ For functions to to read or change the permissions or the owner of a file the ScriptCollection relies on the functionality of the following tools:
160
+
161
+ - chmod
162
+ - chown
163
+ - ls
164
+
165
+ This tools must be available on the system where the functions should be executed. Meanwhile this tools are also available on Windows but may have a slightly limited functionality.
166
+
167
+ ## License
168
+
169
+ See [License.txt](https://raw.githubusercontent.com/anionDev/ScriptCollection/main/License.txt) for license-information.
@@ -0,0 +1,62 @@
1
+ ScriptCollection/AnionBuildPlatform.py,sha256=UcE3uy_Vm9__QVTlP6V4Y7BrhQPQG6hGYrmQ-6rXSPA,11775
2
+ ScriptCollection/CertificateUpdater.py,sha256=Pa6eyjQSx7IIvj4PQVMI0IwMs01KQrNSB7Qa-7lRfBs,9375
3
+ ScriptCollection/Executables.py,sha256=5xa9IJ_jsUCQ2qhoSuEghAQwp3F2PTJ7QW5zJwZbEZ8,44815
4
+ ScriptCollection/GeneralUtilities.py,sha256=eOFB0Te-oLPsAxIIt3y-VZ7YIW5ZBxSvR-fa0eTCq0o,66782
5
+ ScriptCollection/HTTPMaintenanceOverheadHelper.py,sha256=TToNtyO1XzsMbBsTBf3o0xgOK0v4Jf03qw2Z0xb2nCk,2007
6
+ ScriptCollection/ProcessesRunner.py,sha256=o5raxIt3lknNPoPrjNzJ2bprRPJ3SnL0rrR7crraD7E,1523
7
+ ScriptCollection/ProgramRunnerBase.py,sha256=4A2eQgSg_rRgQcgSi-LYtUlM-uSQEpS7qFWn0tWt4uo,2171
8
+ ScriptCollection/ProgramRunnerMock.py,sha256=uTu-aFle1W_oKjeQEmuPsFPQpvo0kRf2FrRjAPIwT5Y,37
9
+ ScriptCollection/ProgramRunnerPopen.py,sha256=BPY7-ZMIlqT7JOKz8qlB5c0laF2Js-ijzqk09GxZC48,3821
10
+ ScriptCollection/ProgramRunnerSudo.py,sha256=_khC3xuTdrPoLluBJZWfldltmmuKltABJPcbjZSFW-4,4835
11
+ ScriptCollection/SCLog.py,sha256=8TRy1LeYMsPOIuWUcnUNNbO5pd-cNBS-3cn-kdzP8FU,4768
12
+ ScriptCollection/ScriptCollectionCore.py,sha256=iA8bv2CGbGg0xBFZCybyf0YkJLPpck5cjT69MIZADcw,188468
13
+ ScriptCollection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
+ ScriptCollection/OCIImages/AbstractImageHandler.py,sha256=o129UYDtLymCRjMZBP9Puaj19ueMHoNt6UTLspfnaRc,1758
15
+ ScriptCollection/OCIImages/OCIImageManager.py,sha256=2muW4hJ_a7EfavY3WVnafqZ0HC87RcZsoTuNvA3c0To,11175
16
+ ScriptCollection/OCIImages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ ScriptCollection/OCIImages/ConcreteImageHandlers/ImageHandlerDebian.py,sha256=rty9SnftreYWLIwvdUn4LhiHqCTevb_tWuYWoOnRJuo,732
18
+ ScriptCollection/OCIImages/ConcreteImageHandlers/ImageHandlerDebianSlim.py,sha256=M-4qxKWBZRtKdYQ-uXgfrxRBoZTXEjgqCxFXyFxTyzc,736
19
+ ScriptCollection/OCIImages/ConcreteImageHandlers/ImageHandlerGeneric.py,sha256=7Qd9-EVo_453e4gOma0ZhfAusBjK0HJXg5DXiMi0HgQ,723
20
+ ScriptCollection/OCIImages/ConcreteImageHandlers/ImageHandlerGenericV.py,sha256=0JaxDHkpbIe37wuBgy0_1ip-6wEmiuhj3jVJcHh5wPk,724
21
+ ScriptCollection/OCIImages/ConcreteImageHandlers/ImageHandlerGitlabCE.py,sha256=u91UziVru3Cbg0KJhvcmZS9Ha7_udwnFE60vBkqg6CI,738
22
+ ScriptCollection/OCIImages/ConcreteImageHandlers/ImageHandlerGitlabEE.py,sha256=VZUVWMvIMvSmV5skWnHarc504oLQXASKpG4Cw4NEth0,738
23
+ ScriptCollection/OCIImages/ConcreteImageHandlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
+ ScriptCollection/Resources/CultureChooser/CultureChooser.js,sha256=5-4pwGDq5j1UnpTZy850ZMoxlM9tYPeu781QpZBtCWM,951
25
+ ScriptCollection/Resources/CultureChooser/index.html,sha256=gxQzbrSp4WU52TqN-gcBEtz2gJXmmM14OwTSFtFVRvw,276
26
+ ScriptCollection/Resources/MaintenanceSite/MaintenanceSite.html,sha256=CX9S1bdOz6xU2aGfr03tJRGczQrlpn-IeODc15d5kc0,232
27
+ ScriptCollection/TFCPS/TFCPS_CodeUnitSpecific_Base.py,sha256=EMNDgkUem87aH1csz7eoSBBEKkiZMLZqZhnxKSPQWe0,27845
28
+ ScriptCollection/TFCPS/TFCPS_CodeUnit_BuildCodeUnit.py,sha256=SWuYcQ6-dx4HxQ_YaD4MB6VS_5Wv6RVWtfWHcxP3KZw,8461
29
+ ScriptCollection/TFCPS/TFCPS_CodeUnit_BuildCodeUnits.py,sha256=vwFN7hVo77TIWeEPI6St2BBSTb6MNu_WhXX6YgkuMhI,15908
30
+ ScriptCollection/TFCPS/TFCPS_CreateRelease.py,sha256=yqGstRjRfVVGbqrcBgtYStqth2x2SvBb3y2Ht8GsuMQ,6554
31
+ ScriptCollection/TFCPS/TFCPS_Generic.py,sha256=Tpzgiz6m3-cYCkObZOG5Uu7oM-EMoWFzzRpLl3Lblqo,2023
32
+ ScriptCollection/TFCPS/TFCPS_MergeToMain.py,sha256=-Ev9D3bZDlUk2WFQhcmvzQ3FCS97OdsVUd0koAdmpZc,7474
33
+ ScriptCollection/TFCPS/TFCPS_MergeToStable.py,sha256=DL8JrYp4j7cqrhfr7FmRqJ3LWC2Om8nH4eNwQenOLfQ,22195
34
+ ScriptCollection/TFCPS/TFCPS_PreBuildCodeunitsScript.py,sha256=f0Uq1cA_4LvmL72cal0crrbKF6PcxL13D9wBKuQ1YBw,2328
35
+ ScriptCollection/TFCPS/TFCPS_Tools_General.py,sha256=ydRDpWmU-smCphGyTNuaQeiabWaWOUgzIVtuPRoia1s,101274
36
+ ScriptCollection/TFCPS/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
+ ScriptCollection/TFCPS/Docker/TFCPS_CodeUnitSpecific_Docker.py,sha256=VtaLumyZaoj1jwY1kaym8qmLlzjWZ0jfsc2A1U_Lkpg,12237
38
+ ScriptCollection/TFCPS/Docker/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
+ ScriptCollection/TFCPS/DotNet/CertificateGeneratorInformationBase.py,sha256=bT6Gd5pQpZCw4OQz6HWkPCSn5z__eUUEisABLDSxd0o,200
40
+ ScriptCollection/TFCPS/DotNet/CertificateGeneratorInformationGenerate.py,sha256=QyjOfMY22JWCvKjMelHiDWbJiWqotOfebpJpgDUaoO4,237
41
+ ScriptCollection/TFCPS/DotNet/CertificateGeneratorInformationNoGenerate.py,sha256=i0zEGehj0sttxjjZtoq2KFSKp_ulxVyWp_ZgAhIY_So,241
42
+ ScriptCollection/TFCPS/DotNet/TFCPS_CodeUnitSpecific_DotNet.py,sha256=2SiZZEhJGRLA5QgVCon0ctaIqyF9YuLaNqOCSgVvGUE,35620
43
+ ScriptCollection/TFCPS/DotNet/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
44
+ ScriptCollection/TFCPS/Flutter/TFCPS_CodeUnitSpecific_Flutter.py,sha256=KAjyFyEjpkghsVPskfsHD68k4Z92gRCT_q6BXfikRwE,7660
45
+ ScriptCollection/TFCPS/Flutter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
+ ScriptCollection/TFCPS/Go/TFCPS_CodeUnitSpecific_Go.py,sha256=kyx26AnT1-LySFA46wfJ9yZUKYdMWTD0U2XZfSQbuB0,3497
47
+ ScriptCollection/TFCPS/Go/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
48
+ ScriptCollection/TFCPS/Maven/TFCPS_CodeUnitSpecific_Maven.py,sha256=WcWWtCV3GkAk53RIN_6rjXNvkKZ5i5hBEMCmPQo6j30,1685
49
+ ScriptCollection/TFCPS/Maven/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
50
+ ScriptCollection/TFCPS/NodeJS/TFCPS_CodeUnitSpecific_NodeJS.py,sha256=57I7xbLtCtH-Edt1QKCSXF7wnGyAhbGMdghD_VFZIIY,13184
51
+ ScriptCollection/TFCPS/NodeJS/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
52
+ ScriptCollection/TFCPS/Python/TFCPS_CodeUnitSpecific_Python.py,sha256=v1BcBzYENUssnXMA_liFOrpVmNJtqYUGB43--Q5LVu0,13653
53
+ ScriptCollection/TFCPS/Python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
54
+ ScriptCollection/TFCPS/Rust/TFCPS_CodeUnitSpecific_Rust.py,sha256=WhOsMpJxNGqnQGA3nJ99ruyqymxBeJxCcpK98zJduTo,1680
55
+ ScriptCollection/TFCPS/Rust/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
56
+ ScriptCollection/__pycache__/GeneralUtilities.cpython-311.pyc,sha256=iI6i3FO1gmSXHqXjPpgy79Kc1--Y1uSK5CNCEOf_g9I,110241
57
+ ScriptCollection/__pycache__/__init__.cpython-311.pyc,sha256=eahP76xKGeVhw7p6P0oYe0ukpe_1L5fkFgXjMBuXPgQ,231
58
+ scriptcollection-4.2.81.dist-info/METADATA,sha256=E9ufHcXA-6NEm6xdDBAIkCd35mYyP3s4Qlw1dz9ZeEQ,7691
59
+ scriptcollection-4.2.81.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
60
+ scriptcollection-4.2.81.dist-info/entry_points.txt,sha256=27XwAJEcaMEc1be0Ec1vKHCbiU4Ziu8jKL-SqsrYOIQ,4680
61
+ scriptcollection-4.2.81.dist-info/top_level.txt,sha256=hY2hOVH0V0Ce51WB76zKkIWTUNwMUdHo4XDkR2vYVwg,17
62
+ scriptcollection-4.2.81.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,67 @@
1
+ [console_scripts]
2
+ scaddimagetocustomregistry = ScriptCollection.Executables:AddImageToCustomRegistry
3
+ scappendlinetofile = ScriptCollection.Executables:AppendLineToFile
4
+ scbuildcodeunits = ScriptCollection.Executables:BuildCodeUnits
5
+ scbuildcodeunitsc = ScriptCollection.Executables:BuildCodeUnitsC
6
+ sccalculatebitcoinblockhash = ScriptCollection.Executables:CalculateBitcoinBlockHash
7
+ scchangefileextension = ScriptCollection.Executables:ChangeFileExtensions
8
+ scchangehashofprogram = ScriptCollection.Executables:ChangeHashOfProgram
9
+ sccleantoolscache = ScriptCollection.Executables:CleanToolsCache
10
+ scconvertgitrepositorytobarerepository = ScriptCollection.Executables:ConvertGitRepositoryToBareRepository
11
+ sccopy = ScriptCollection.Executables:Copy
12
+ sccreatechangelogentry = ScriptCollection.Executables:CreateChangelogEntry
13
+ sccreateemptyfilewithspecificsize = ScriptCollection.Executables:CreateEmptyFileWithSpecificSize
14
+ sccreatefile = ScriptCollection.Executables:CreateFile
15
+ sccreatefolder = ScriptCollection.Executables:CreateFolder
16
+ sccreatehashofallfiles = ScriptCollection.Executables:CreateHashOfAllFiles
17
+ sccreateisofilewithobfuscatedfiles = ScriptCollection.Executables:CreateISOFileWithObfuscatedFiles
18
+ sccreaterelease = ScriptCollection.Executables:CreateRelease
19
+ sccreatesimplemergewithoutrelease = ScriptCollection.Executables:CreateSimpleMergeWithoutRelease
20
+ sccurrentuserhaselevatedprivileges = ScriptCollection.Executables:CurrentUserHasElevatedPrivileges
21
+ scensuredockernetworkisavailable = ScriptCollection.Executables:EnsureDockerNetworkIsAvailable
22
+ scespoc = ScriptCollection.Executables:Espoc
23
+ scextractpdfpages = ScriptCollection.Executables:ExtractPDFPages
24
+ scfilecontainscontent = ScriptCollection.Executables:FileContainsContent
25
+ scfileexists = ScriptCollection.Executables:FileExists
26
+ scfilenameobfuscator = ScriptCollection.Executables:FilenameObfuscator
27
+ scfolderexists = ScriptCollection.Executables:FolderExists
28
+ scforeach = ScriptCollection.Executables:ForEach
29
+ scgeneratearc42referencetemplate = ScriptCollection.Executables:GenerateARC42ReferenceTemplate
30
+ scgeneratecertificate = ScriptCollection.Executables:GenerateCertificate
31
+ scgeneratecertificateauthority = ScriptCollection.Executables:GenerateCertificateAuthority
32
+ scgeneratecertificatesignrequest = ScriptCollection.Executables:GenerateCertificateSignRequest
33
+ scgeneratesnkfiles = ScriptCollection.Executables:GenerateSnkFiles
34
+ scgeneratethumbnail = ScriptCollection.Executables:GenerateThumbnail
35
+ scgetsize = ScriptCollection.Executables:GetSize
36
+ schealthcheck = ScriptCollection.Executables:Healthcheck
37
+ sckeyboarddiagnosis = ScriptCollection.Executables:KeyboardDiagnosis
38
+ sclistfoldercontent = ScriptCollection.Executables:ListFolderContent
39
+ scloc = ScriptCollection.Executables:LOC
40
+ scmergepdfs = ScriptCollection.Executables:MergePDFs
41
+ scnpmi = ScriptCollection.Executables:NpmI
42
+ scobfuscatefilesfolder = ScriptCollection.Executables:ObfuscateFilesFolder
43
+ scocranalysisoffile = ScriptCollection.Executables:OCRAnalysisOfFile
44
+ scocranalysisoffolder = ScriptCollection.Executables:OCRAnalysisOfFolder
45
+ scocranalysisofrepository = ScriptCollection.Executables:OCRAnalysisOfRepository
46
+ scorganizelinesinfile = ScriptCollection.Executables:OrganizeLinesInFile
47
+ scprintcurrentworkingdirectory = ScriptCollection.Executables:PrintCurrecntWorkingDirectory
48
+ scprintfilecontent = ScriptCollection.Executables:PrintFileContent
49
+ scprintfilesize = ScriptCollection.Executables:PrintFileSize
50
+ scprintosname = ScriptCollection.Executables:PrintOSName
51
+ screclaimspacefromdocker = ScriptCollection.Executables:ReclaimSpaceFromDocker
52
+ scregexreplaceinfile = ScriptCollection.Executables:RegexReplaceInFile
53
+ scremovefile = ScriptCollection.Executables:RemoveFile
54
+ scremovefolder = ScriptCollection.Executables:RemoveFolder
55
+ screname = ScriptCollection.Executables:Rename
56
+ screplacesubstringsinfilenames = ScriptCollection.Executables:ReplaceSubstringsInFilenames
57
+ scsearchinfiles = ScriptCollection.Executables:SearchInFiles
58
+ scsetcontentoffile = ScriptCollection.Executables:SetContentOfFile
59
+ scshow2faasqrcode = ScriptCollection.Executables:Show2FAAsQRCode
60
+ scshowmissingfiles = ScriptCollection.Executables:ShowMissingFiles
61
+ scsigncertificate = ScriptCollection.Executables:SignCertificate
62
+ scsyncxlffiles = ScriptCollection.Executables:SyncXlfFiles
63
+ scupdatedependencies = ScriptCollection.Executables:UpdateDependencies
64
+ scupdateimagesindockercomposefile = ScriptCollection.Executables:UpdateImagesInDockerComposeFile
65
+ scupdatenugetpackagesincsharpproject = ScriptCollection.Executables:UpdateNugetpackagesInCsharpProject
66
+ scupdatetimestampinfile = ScriptCollection.Executables:UpdateTimestampInFile
67
+ scuploadfile = ScriptCollection.Executables:UploadFile
@@ -0,0 +1 @@
1
+ ScriptCollection