PythonExtensionsCollection 0.15.1__py3-none-any.whl → 0.17.0__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.
@@ -1,6 +1,6 @@
1
1
  # **************************************************************************************************************
2
2
  #
3
- # Copyright 2020-2023 Robert Bosch GmbH
3
+ # Copyright 2020-2026 Robert Bosch GmbH
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
18
18
  #
19
19
  # CComparison.py
20
20
  #
21
- # XC-CT/ECA3-Queckenstedt
21
+ # XC-HWP/ESW3-Queckenstedt
22
22
  #
23
23
  # 03.04.2023
24
24
  #
@@ -1,4 +1,4 @@
1
- # Copyright 2020-2023 Robert Bosch GmbH
1
+ # Copyright 2020-2026 Robert Bosch GmbH
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # **************************************************************************************************************
2
2
  #
3
- # Copyright 2020-2023 Robert Bosch GmbH
3
+ # Copyright 2020-2026 Robert Bosch GmbH
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
18
18
  #
19
19
  # CFile.py
20
20
  #
21
- # XC-CT/ECA3-Queckenstedt
21
+ # XC-HWP/ESW3-Queckenstedt
22
22
  #
23
23
  # 15.11.2022
24
24
  #
@@ -1,4 +1,4 @@
1
- # Copyright 2020-2023 Robert Bosch GmbH
1
+ # Copyright 2020-2026 Robert Bosch GmbH
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # **************************************************************************************************************
2
2
  #
3
- # Copyright 2020-2023 Robert Bosch GmbH
3
+ # Copyright 2020-2026 Robert Bosch GmbH
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
18
18
  #
19
19
  # CFolder.py
20
20
  #
21
- # XC-CT/ECA3-Queckenstedt
21
+ # XC-HWP/ESW3-Queckenstedt
22
22
  #
23
23
  # 28.06.2022
24
24
  #
@@ -1,4 +1,4 @@
1
- # Copyright 2020-2023 Robert Bosch GmbH
1
+ # Copyright 2020-2026 Robert Bosch GmbH
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # **************************************************************************************************************
2
2
  #
3
- # Copyright 2020-2023 Robert Bosch GmbH
3
+ # Copyright 2020-2026 Robert Bosch GmbH
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
18
18
  #
19
19
  # CString.py
20
20
  #
21
- # XC-CT/ECA3-Queckenstedt
21
+ # XC-HWP/ESW3-Queckenstedt
22
22
  #
23
23
  # 19.10.2023
24
24
  #
@@ -1,4 +1,4 @@
1
- # Copyright 2020-2023 Robert Bosch GmbH
1
+ # Copyright 2020-2026 Robert Bosch GmbH
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # **************************************************************************************************************
2
2
  #
3
- # Copyright 2020-2023 Robert Bosch GmbH
3
+ # Copyright 2020-2026 Robert Bosch GmbH
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -18,9 +18,9 @@
18
18
  #
19
19
  # CUtils.py
20
20
  #
21
- # XC-CT/ECA3-Queckenstedt
21
+ # XC-HWP/ESW3-Queckenstedt
22
22
  #
23
- # 30.05.2023
23
+ # 12.03.2026
24
24
  #
25
25
  # **************************************************************************************************************
26
26
 
@@ -30,6 +30,8 @@ from dotdict import dotdict
30
30
 
31
31
  from PythonExtensionsCollection.String.CString import CString
32
32
  from PythonExtensionsCollection.File.CFile import CFile
33
+ from PythonExtensionsCollection.version import VERSION
34
+ from PythonExtensionsCollection.version import VERSION_DATE
33
35
 
34
36
 
35
37
  # **************************************************************************************************************
@@ -293,7 +295,8 @@ The method ``TypePrint`` computes details about the input variable ``oData``.
293
295
  del self.listGlobalPrefixes[-1] # remove prefix count
294
296
  del self.listGlobalPrefixes[-1] # remove prefix name
295
297
 
296
- elif ( (type(oData) is dotdict) or (str(type(oData)) == "<class 'robot.utils.dotdict.DotDict'>") ):
298
+ # previous version # elif ( (type(oData) is dotdict) or (".DotDict'>" in str(type(oData))) ):
299
+ elif ( (type(oData) is dotdict) or (str(type(oData)).upper().find("DOTDICT") != -1) ):
297
300
  nNrOfElements = len(oData)
298
301
  if nNrOfElements == 0:
299
302
  # -- indicate empty dot dictionary
@@ -330,7 +333,6 @@ The method ``TypePrint`` computes details about the input variable ``oData``.
330
333
 
331
334
  # eof class CTypePrint():
332
335
 
333
-
334
336
  # --------------------------------------------------------------------------------------------------------------
335
337
  # TM***
336
338
 
@@ -377,38 +379,28 @@ It is also possible to let the method dump the list to a text file.
377
379
  bSuccess = None
378
380
  sResult = "UNKNOWN"
379
381
 
380
- listofTuplesPackages = []
381
-
382
- sFreezeData = None
382
+ sListData = None
383
383
  try:
384
- sFreezeData = subprocess.check_output([sys.executable, '-m', 'pip', 'freeze'], encoding="utf-8", text=True)
384
+ sListData = subprocess.run([sys.executable, '-m', 'pip', 'list', '--format=columns'], capture_output=True, text=True)
385
+ sListLines = sListData.stdout.strip().split('\n')
385
386
  except Exception as reason:
386
387
  bSuccess = None
387
388
  sResult = str(reason)
388
389
  sResult = CString.FormatResult(sMethod, bSuccess, sResult)
389
390
  return listofTuplesPackages, bSuccess, sResult
390
391
 
391
- if sFreezeData is None:
392
+ if sListData is None:
392
393
  bSuccess = None
393
- sResult = "sFreezeData is None"
394
+ sResult = "sListData is None"
394
395
  sResult = CString.FormatResult(sMethod, bSuccess, sResult)
395
396
  return listofTuplesPackages, bSuccess, sResult
396
397
 
397
- sFreezeData = str(sFreezeData) # to make the content 'split()' save
398
-
399
- for sPackage in sFreezeData.split():
400
- sName = None
401
- sVersion = None
402
- listParts = sPackage.split('==')
403
- if len(listParts) != 2:
404
- sName = sPackage
405
- sVersion = "UNKNOWN"
406
- # but I really would not expect this
407
- else:
408
- sName = listParts[0]
409
- sVersion = listParts[1]
410
- listofTuplesPackages.append((sName, sVersion))
411
- # eof for sPackage in sFreezeData.split():
398
+ listofTuplesPackages = []
399
+ # lines[2:] => skip headline of 'pip list'
400
+ for sLine in sListLines[2:]:
401
+ parts = sLine.split()
402
+ if len(parts) >= 2:
403
+ listofTuplesPackages.append((parts[0], parts[1]))
412
404
 
413
405
  nNrOfPackages = len(listofTuplesPackages)
414
406
 
@@ -437,12 +429,26 @@ It is also possible to let the method dump the list to a text file.
437
429
 
438
430
  # eof def GetInstalledPackages(sOutputFile=None):
439
431
 
432
+ def GetComponentName():
433
+ """**Returns:**
434
+
435
+ * ``ComponentName``
436
+
437
+ / *Type*: str /
438
+
439
+ Full name of the component including the version and the version date.
440
+ """
441
+ return f"PythonExtensionsCollection v. {VERSION}, {VERSION_DATE}"
442
+
443
+ #eof def GetComponentName():
444
+
440
445
  # --------------------------------------------------------------------------------------------------------------
441
446
  #TM***
442
447
 
443
448
  # - make the methods static
444
449
 
445
450
  GetInstalledPackages = staticmethod(GetInstalledPackages)
451
+ GetComponentName = staticmethod(GetComponentName)
446
452
 
447
453
  # eof class CUtils(object):
448
454
 
@@ -1,4 +1,4 @@
1
- # Copyright 2020-2023 Robert Bosch GmbH
1
+ # Copyright 2020-2026 Robert Bosch GmbH
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2020-2023 Robert Bosch GmbH
1
+ # Copyright 2020-2026 Robert Bosch GmbH
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # **************************************************************************************************************
2
2
  #
3
- # Copyright 2020-2023 Robert Bosch GmbH
3
+ # Copyright 2020-2026 Robert Bosch GmbH
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -18,6 +18,5 @@
18
18
  #
19
19
  # Version and date of PythonExtensionsCollection
20
20
  #
21
- VERSION = "0.15.1"
22
- VERSION_DATE = "19.10.2023"
23
-
21
+ VERSION = "0.17.0"
22
+ VERSION_DATE = "28.05.2026"
@@ -0,0 +1,173 @@
1
+ Metadata-Version: 2.4
2
+ Name: PythonExtensionsCollection
3
+ Version: 0.17.0
4
+ Summary: Additional Python functions
5
+ Author-email: Holger Queckenstedt <Holger.Queckenstedt@de.bosch.com>
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://pypi.org/project/PythonExtensionsCollection/
8
+ Project-URL: Documentation, https://github.com/test-fullautomation/python-extensions-collection/blob/develop/PythonExtensionsCollection/PythonExtensionsCollection.pdf
9
+ Project-URL: Readme, https://github.com/test-fullautomation/python-extensions-collection/blob/develop/README.rst
10
+ Project-URL: Repository, https://github.com/test-fullautomation/python-extensions-collection
11
+ Project-URL: Issues, https://github.com/test-fullautomation/python-extensions-collection/issues
12
+ Keywords: string,file,folder,path
13
+ Classifier: Development Status :: 3 - Alpha
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Operating System :: OS Independent
17
+ Classifier: Topic :: Software Development
18
+ Requires-Python: >=3.11
19
+ Description-Content-Type: text/x-rst
20
+ License-File: LICENSE
21
+ Requires-Dist: docutils>=0.22.4
22
+ Requires-Dist: colorama
23
+ Requires-Dist: GenPackageDoc
24
+ Provides-Extra: dev
25
+ Requires-Dist: pytest>=6.0; extra == "dev"
26
+ Requires-Dist: pytest-cov>=3.0; extra == "dev"
27
+ Provides-Extra: docs
28
+ Requires-Dist: docutils>=0.22.4; extra == "docs"
29
+ Dynamic: license-file
30
+
31
+ .. Copyright 2020-2026 Robert Bosch GmbH
32
+
33
+ .. Licensed under the Apache License, Version 2.0 (the "License");
34
+ you may not use this file except in compliance with the License.
35
+ You may obtain a copy of the License at
36
+
37
+ .. http://www.apache.org/licenses/LICENSE-2.0
38
+
39
+ .. Unless required by applicable law or agreed to in writing, software
40
+ distributed under the License is distributed on an "AS IS" BASIS,
41
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42
+ See the License for the specific language governing permissions and
43
+ limitations under the License.
44
+
45
+ Package Description
46
+ ===================
47
+
48
+ The **PythonExtensionsCollection** extends the functionality of Python by some useful functions
49
+ that are not available in Python immediately.
50
+
51
+ How to install
52
+ --------------
53
+
54
+ The **PythonExtensionsCollection** can be installed in two different ways.
55
+
56
+ 1. Installation via PyPi (recommended for users)
57
+
58
+ .. code::
59
+
60
+ pip install PythonExtensionsCollection
61
+
62
+ `PythonExtensionsCollection in PyPi <https://pypi.org/project/PythonExtensionsCollection/>`_
63
+
64
+ 2. Installation via GitHub (recommended for developers)
65
+
66
+ * Clone the **python-extensions-collection** repository to your machine.
67
+
68
+ .. code::
69
+
70
+ git clone https://github.com/test-fullautomation/python-extensions-collection.git
71
+
72
+ `PythonExtensionsCollection in GitHub <https://github.com/test-fullautomation/python-extensions-collection>`_
73
+
74
+ * Use the following command to install **PythonExtensionsCollection** (executed in repository main folder):
75
+
76
+ .. code::
77
+
78
+ python -m pip install .
79
+
80
+ Or:
81
+
82
+ .. code::
83
+
84
+ python -m pip install --proxy <proxy> .
85
+
86
+ This command will also download and install all dependencies that are required to work with the source files in the current repository.
87
+ After the initial installation of **PythonExtensionsCollection** is done, you have the following two possibilities:
88
+
89
+ 1. *Clean the previous installation*:
90
+
91
+ .. code::
92
+
93
+ python "./cleanup_installation.py"
94
+
95
+ ``cleanup_installation.py`` explicitly deletes all files and folders within the component installation folder under
96
+ ``site-packages`` and also deletes local build artefacts.
97
+
98
+ 2. *Render the component documentation*:
99
+
100
+ .. code::
101
+
102
+ python "./genpackagedoc.py"
103
+
104
+ This would e.g. be required in case of changes in the interface of **PythonExtensionsCollection**.
105
+
106
+ The documentation is rendered by a separate application called **GenPackageDoc**, that is part
107
+ of the build dependencies and runtime dependencies of **PythonExtensionsCollection**.
108
+
109
+ **GenPackageDoc** needs to be configured. Details about how to do this, can be found in the
110
+ `README.rst <https://github.com/test-fullautomation/python-genpackagedoc/blob/develop/README.rst>`_
111
+ (sections *Install dependencies* and *Configure dependencies*).
112
+
113
+ * Use the following command to build **PythonExtensionsCollection** (executed in repository main folder):
114
+
115
+ .. code::
116
+
117
+ python -m build .
118
+
119
+ Or:
120
+
121
+ .. code::
122
+
123
+ python -m pip config set global.proxy <proxy>
124
+ python -m build .
125
+
126
+ Package Documentation
127
+ ---------------------
128
+
129
+ A detailed documentation of the **PythonExtensionsCollection** can be found here:
130
+ `PythonExtensionsCollection.pdf <https://github.com/test-fullautomation/python-extensions-collection/blob/develop/PythonExtensionsCollection/PythonExtensionsCollection.pdf>`_
131
+
132
+
133
+ Feedback
134
+ --------
135
+
136
+ To give us a feedback, you can send an email to `Thomas Pollerspöck <mailto:Thomas.Pollerspoeck@de.bosch.com>`_
137
+
138
+ In case you want to report a bug or request any interesting feature, please don't hesitate to raise a ticket.
139
+
140
+ Maintainers
141
+ -----------
142
+
143
+ `Holger Queckenstedt <mailto:Holger.Queckenstedt@de.bosch.com>`_
144
+
145
+ `Thomas Pollerspöck <mailto:Thomas.Pollerspoeck@de.bosch.com>`_
146
+
147
+ Contributors
148
+ ------------
149
+
150
+ `Holger Queckenstedt <mailto:Holger.Queckenstedt@de.bosch.com>`_
151
+
152
+ `Thomas Pollerspöck <mailto:Thomas.Pollerspoeck@de.bosch.com>`_
153
+
154
+ License
155
+ -------
156
+
157
+ Copyright 2020-2026 Robert Bosch GmbH
158
+
159
+ Licensed under the Apache License, Version 2.0 (the "License");
160
+ you may not use this file except in compliance with the License.
161
+ You may obtain a copy of the License at
162
+
163
+ |License: Apache v2|
164
+
165
+ Unless required by applicable law or agreed to in writing, software
166
+ distributed under the License is distributed on an "AS IS" BASIS,
167
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
168
+ See the License for the specific language governing permissions and
169
+ limitations under the License.
170
+
171
+
172
+ .. |License: Apache v2| image:: https://img.shields.io/pypi/l/robotframework.svg
173
+ :target: http://www.apache.org/licenses/LICENSE-2.0.html
@@ -0,0 +1,18 @@
1
+ PythonExtensionsCollection/PythonExtensionsCollection.pdf,sha256=kXArW7rS7bx6ZdbLuNZ0o_BPT5dwr1uLNVkIs1YTTL8,264215
2
+ PythonExtensionsCollection/__init__.py,sha256=QGox2k2vxlv4xBA8Q82Elqn9X8gf47khen7co4L3fVI,596
3
+ PythonExtensionsCollection/version.py,sha256=I9Y9JA_0SWShVq8O-dC10nUBUEd-Ys3GUr0jDAdQsC4,931
4
+ PythonExtensionsCollection/Comparison/CComparison.py,sha256=PKoYKcF2OH-lZg9yuGZCf0zAlu6kqHtBuHd7bwdMcbE,12553
5
+ PythonExtensionsCollection/Comparison/__init__.py,sha256=QGox2k2vxlv4xBA8Q82Elqn9X8gf47khen7co4L3fVI,596
6
+ PythonExtensionsCollection/File/CFile.py,sha256=kpNMydbZnrYGI6zCsuX8QvvWAUzVIGGbr4XLBWZVTr4,36383
7
+ PythonExtensionsCollection/File/__init__.py,sha256=QGox2k2vxlv4xBA8Q82Elqn9X8gf47khen7co4L3fVI,596
8
+ PythonExtensionsCollection/Folder/CFolder.py,sha256=jHmmmrEFa-J0vfD9mPHkwoLyjkbWfOpJnp7ti2SdkCk,15986
9
+ PythonExtensionsCollection/Folder/__init__.py,sha256=QGox2k2vxlv4xBA8Q82Elqn9X8gf47khen7co4L3fVI,596
10
+ PythonExtensionsCollection/String/CString.py,sha256=9uchuMkCEG_C4BPrOyYeSEZajZBf0i-dsVK3esa-blc,38424
11
+ PythonExtensionsCollection/String/__init__.py,sha256=QGox2k2vxlv4xBA8Q82Elqn9X8gf47khen7co4L3fVI,596
12
+ PythonExtensionsCollection/Utils/CUtils.py,sha256=XKwv80NPU7MP-NX84QSv169fS6IDmEcsOFOFJjCrIvI,15699
13
+ PythonExtensionsCollection/Utils/__init__.py,sha256=QGox2k2vxlv4xBA8Q82Elqn9X8gf47khen7co4L3fVI,596
14
+ pythonextensionscollection-0.17.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
15
+ pythonextensionscollection-0.17.0.dist-info/METADATA,sha256=ABW0dIscACb_wwWmVSaOluEKzeW5zY-a4B1LVUIIAuY,6146
16
+ pythonextensionscollection-0.17.0.dist-info/WHEEL,sha256=VI2vfq3A8oyu8nOQDd3fRSv7Q1LTpHATAyLP-GQy07o,91
17
+ pythonextensionscollection-0.17.0.dist-info/top_level.txt,sha256=xv5w-C3GQkdbxctBNzEqPfWvpJ1kpAaHBe3TEdGcozQ,27
18
+ pythonextensionscollection-0.17.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: setuptools (0.17.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,146 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: PythonExtensionsCollection
3
- Version: 0.15.1
4
- Summary: Additional Python functions
5
- Home-page: https://github.com/test-fullautomation/python-extensions-collection
6
- Author: Holger Queckenstedt
7
- Author-email: Holger.Queckenstedt@de.bosch.com
8
- License: UNKNOWN
9
- Platform: UNKNOWN
10
- Classifier: Programming Language :: Python :: 3
11
- Classifier: License :: OSI Approved :: Apache Software License
12
- Classifier: Operating System :: OS Independent
13
- Classifier: Development Status :: 4 - Beta
14
- Classifier: Intended Audience :: Developers
15
- Classifier: Topic :: Software Development
16
- Requires-Python: >=3.0
17
- Description-Content-Type: text/markdown
18
- License-File: LICENSE
19
- Requires-Dist: dotdict
20
-
21
- Package Description
22
- ===================
23
-
24
- The **PythonExtensionsCollection** extends the functionality of Python
25
- by some useful functions that are not available in Python immediately.
26
-
27
- How to install
28
- --------------
29
-
30
- The **PythonExtensionsCollection** can be installed in two different
31
- ways.
32
-
33
- 1. Installation via PyPi (recommended for users)
34
-
35
- ``` {.}
36
- pip install PythonExtensionsCollection
37
- ```
38
-
39
- [PythonExtensionsCollection in
40
- PyPi](https://pypi.org/project/PythonExtensionsCollection/)
41
-
42
- 2. Installation via GitHub (recommended for developers)
43
-
44
- - Clone the **python-extensions-collection** repository to your
45
- machine.
46
-
47
- ``` {.}
48
- git clone https://github.com/test-fullautomation/python-extensions-collection.git
49
- ```
50
-
51
- [PythonExtensionsCollection in
52
- GitHub](https://github.com/test-fullautomation/python-extensions-collection)
53
-
54
- - Install dependencies
55
-
56
- **PythonExtensionsCollection** requires some additional Python
57
- libraries. Before you install the cloned repository sources you
58
- have to install the dependencies manually. The names of all
59
- related packages you can find in the file `requirements.txt` in
60
- the repository root folder. Use pip to install them:
61
-
62
- ``` {.}
63
- pip install -r ./requirements.txt
64
- ```
65
-
66
- Additionally install **LaTeX** (recommended: TeX Live). This is
67
- used to render the documentation.
68
-
69
- - Configure dependencies
70
-
71
- The installation of **PythonExtensionsCollection** includes to
72
- generate the documentation in PDF format. This is done by an
73
- application called **GenPackageDoc**, that is part of the
74
- installation dependencies (see `requirements.txt`).
75
-
76
- **GenPackageDoc** uses **LaTeX** to generate the documentation
77
- in PDF format. Therefore **GenPackageDoc** needs to know where
78
- to find **LaTeX**. This is defined in the **GenPackageDoc**
79
- configuration file
80
-
81
- ``` {.}
82
- packagedoc\packagedoc_config.json
83
- ```
84
-
85
- Before you start the installation you have to introduce the
86
- following environment variable, that is used in
87
- `packagedoc_config.json`:
88
-
89
- - `GENDOC_LATEXPATH` : path to `pdflatex` executable
90
-
91
- - Use the following command to install the
92
- **PythonExtensionsCollection**:
93
-
94
- ``` {.}
95
- setup.py install
96
- ```
97
-
98
- Package Documentation
99
- ---------------------
100
-
101
- A detailed documentation of the **PythonExtensionsCollection** can be
102
- found here:
103
- [PythonExtensionsCollection.pdf](https://github.com/test-fullautomation/python-extensions-collection/blob/develop/PythonExtensionsCollection/PythonExtensionsCollection.pdf)
104
-
105
- Feedback
106
- --------
107
-
108
- To give us a feedback, you can send an email to [Thomas
109
- Pollerspöck](mailto:Thomas.Pollerspoeck@de.bosch.com)
110
-
111
- In case you want to report a bug or request any interesting feature,
112
- please don\'t hesitate to raise a ticket.
113
-
114
- Maintainers
115
- -----------
116
-
117
- [Holger Queckenstedt](mailto:Holger.Queckenstedt@de.bosch.com)
118
-
119
- [Thomas Pollerspöck](mailto:Thomas.Pollerspoeck@de.bosch.com)
120
-
121
- Contributors
122
- ------------
123
-
124
- [Holger Queckenstedt](mailto:Holger.Queckenstedt@de.bosch.com)
125
-
126
- [Thomas Pollerspöck](mailto:Thomas.Pollerspoeck@de.bosch.com)
127
-
128
- License
129
- -------
130
-
131
- Copyright 2020-2023 Robert Bosch GmbH
132
-
133
- Licensed under the Apache License, Version 2.0 (the \"License\"); you
134
- may not use this file except in compliance with the License. You may
135
- obtain a copy of the License at
136
-
137
- > [![License: Apache
138
- > v2](https://img.shields.io/pypi/l/robotframework.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
139
-
140
- Unless required by applicable law or agreed to in writing, software
141
- distributed under the License is distributed on an \"AS IS\" BASIS,
142
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
143
- See the License for the specific language governing permissions and
144
- limitations under the License.
145
-
146
-
@@ -1,18 +0,0 @@
1
- PythonExtensionsCollection/PythonExtensionsCollection.pdf,sha256=jX_yZLHxyixRqoUkmBAZilWhwc4aeGpJB8rSzOw-fJ8,286711
2
- PythonExtensionsCollection/__init__.py,sha256=YKDTJjDsnQkr5X-gjjO8opwKUVKm6kc8sIUpURYMk48,596
3
- PythonExtensionsCollection/version.py,sha256=mCVk09gvDXhYgM4Cn5luDuiWWMpD2aqVA7ZjYKdA7kk,932
4
- PythonExtensionsCollection/Comparison/CComparison.py,sha256=MfA1JX7DVUtPPyFNINGmcG5c_euB1foW5X1CSXGJwZM,12552
5
- PythonExtensionsCollection/Comparison/__init__.py,sha256=YKDTJjDsnQkr5X-gjjO8opwKUVKm6kc8sIUpURYMk48,596
6
- PythonExtensionsCollection/File/CFile.py,sha256=5idGq3H35azgmB-lFHNDFmdUKUzSln0J7narq7u6fJw,36382
7
- PythonExtensionsCollection/File/__init__.py,sha256=YKDTJjDsnQkr5X-gjjO8opwKUVKm6kc8sIUpURYMk48,596
8
- PythonExtensionsCollection/Folder/CFolder.py,sha256=3a-KXyUoeUwVtH4Bhb9EMP1r3btUI1cnbtQAd5bFNfQ,15985
9
- PythonExtensionsCollection/Folder/__init__.py,sha256=YKDTJjDsnQkr5X-gjjO8opwKUVKm6kc8sIUpURYMk48,596
10
- PythonExtensionsCollection/String/CString.py,sha256=oIb8MeZoEdF8KrDPNhnj0o3K4HR6lO9ZEN9gVv8FwzU,38423
11
- PythonExtensionsCollection/String/__init__.py,sha256=YKDTJjDsnQkr5X-gjjO8opwKUVKm6kc8sIUpURYMk48,596
12
- PythonExtensionsCollection/Utils/CUtils.py,sha256=l8u_MYKLAwFvA9jQnoKSiMwDJ2JeJAZj76MzmoT4bQ4,15438
13
- PythonExtensionsCollection/Utils/__init__.py,sha256=YKDTJjDsnQkr5X-gjjO8opwKUVKm6kc8sIUpURYMk48,596
14
- PythonExtensionsCollection-0.15.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
15
- PythonExtensionsCollection-0.15.1.dist-info/METADATA,sha256=22ftGaKHI_KoqZsB864pFyUuBTGim1w1g7sQZNnKnW8,4643
16
- PythonExtensionsCollection-0.15.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
17
- PythonExtensionsCollection-0.15.1.dist-info/top_level.txt,sha256=xv5w-C3GQkdbxctBNzEqPfWvpJ1kpAaHBe3TEdGcozQ,27
18
- PythonExtensionsCollection-0.15.1.dist-info/RECORD,,