lukhed-basic-utils 0.2.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.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 lukhed
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,30 @@
1
+ Metadata-Version: 2.1
2
+ Name: lukhed-basic-utils
3
+ Version: 0.2.0
4
+ Summary: A collection of basic utility functions
5
+ Home-page: https://github.com/lukhed/lukhed_basic_utils
6
+ Author: lukhed
7
+ Author-email: lukhed.mail@gmail.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.6
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Requires-Dist: pytz>=2024.2
15
+ Requires-Dist: python-dateutil>=2.9.0
16
+
17
+ # aceCommon
18
+
19
+ A collection of basic utility functions for Python projects.
20
+
21
+ ## Installation and Usage
22
+
23
+ ```bash
24
+ pip install lukhed_basic_utils
25
+ from lukhed_basic_utils import create_file_path_string
26
+
27
+ example_path = create_file_path_string(list_of_dir=['subdir', 'file.txt'])
28
+
29
+ print(path)
30
+ ```
@@ -0,0 +1,21 @@
1
+ aceCommon/__init__.py,sha256=i08QymBqbymXQzLI-BntA-sOxQmx6VjullPunaMBlJY,60
2
+ aceCommon/classCommon.py,sha256=ilLRhF4WqNXcpbPBo-GpVAPzTMno5qFj5iImvFf9cNU,18937
3
+ aceCommon/fileCommon.py,sha256=88p6FemOEyQpPt-InqQ3ibDv4EJpTtm-Ww6GI440Wd4,12108
4
+ aceCommon/listWorkCommon.py,sha256=6F8izvbisW3w_D2jul-wBXsFt0Z5vUxRgiH6gyZJs7E,11318
5
+ aceCommon/mathCommon.py,sha256=Lsyp-H6QrpUEa8S89wIxkE_eoEZoAP7kQgNyNk-idXw,8076
6
+ aceCommon/osCommon.py,sha256=leC6eJTSvliZY3-Cng4N_We4M43ugjGfu5mrROQT3KY,12708
7
+ aceCommon/stringCommon.py,sha256=xgio7qkdxoqQWCiSutaqCwSBaiDRkk0-cXeHlpOT1Rg,5225
8
+ aceCommon/timeCommon.py,sha256=WlX-fOngGqFlWO7kSK_p_a6md1poBv9jCE_Wrj4PfMk,41965
9
+ lukhed_basic_utils/__init__.py,sha256=i08QymBqbymXQzLI-BntA-sOxQmx6VjullPunaMBlJY,60
10
+ lukhed_basic_utils/classCommon.py,sha256=YH_k2PiGIFyhM0n5KIvCuwNmuz0_tb7poyCqWJdXOs4,18964
11
+ lukhed_basic_utils/fileCommon.py,sha256=88p6FemOEyQpPt-InqQ3ibDv4EJpTtm-Ww6GI440Wd4,12108
12
+ lukhed_basic_utils/listWorkCommon.py,sha256=6F8izvbisW3w_D2jul-wBXsFt0Z5vUxRgiH6gyZJs7E,11318
13
+ lukhed_basic_utils/mathCommon.py,sha256=Lsyp-H6QrpUEa8S89wIxkE_eoEZoAP7kQgNyNk-idXw,8076
14
+ lukhed_basic_utils/osCommon.py,sha256=leC6eJTSvliZY3-Cng4N_We4M43ugjGfu5mrROQT3KY,12708
15
+ lukhed_basic_utils/stringCommon.py,sha256=xgio7qkdxoqQWCiSutaqCwSBaiDRkk0-cXeHlpOT1Rg,5225
16
+ lukhed_basic_utils/timeCommon.py,sha256=WlX-fOngGqFlWO7kSK_p_a6md1poBv9jCE_Wrj4PfMk,41965
17
+ lukhed_basic_utils-0.2.0.dist-info/LICENSE,sha256=oEn87OfUKpmwm3H-kGpnprUPpvDkUKA_brihOL2bye4,1084
18
+ lukhed_basic_utils-0.2.0.dist-info/METADATA,sha256=GEIDHmanhXacA-EdTTRP3hVbaiv5WO7KMnIwZEqUdeI,835
19
+ lukhed_basic_utils-0.2.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
20
+ lukhed_basic_utils-0.2.0.dist-info/top_level.txt,sha256=nUWNKPi_VDEo_XkD6b9RRQRzlkSEuINvWMKWW1_waks,19
21
+ lukhed_basic_utils-0.2.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.45.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ lukhed_basic_utils