icarus-python3 1.0.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.
- icarus_python3/__init__.py +35 -0
- icarus_python3/main.py +35 -0
- icarus_python3/py.typed +1 -0
- icarus_python3-1.0.0.dist-info/METADATA +22 -0
- icarus_python3-1.0.0.dist-info/RECORD +8 -0
- icarus_python3-1.0.0.dist-info/WHEEL +5 -0
- icarus_python3-1.0.0.dist-info/licenses/LICENSE +21 -0
- icarus_python3-1.0.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# ======================================================================
|
|
2
|
+
# MODULE DETAILS
|
|
3
|
+
# This section provides metadata about the module, including its
|
|
4
|
+
# creation date, author, copyright information, and a brief description
|
|
5
|
+
# of the module's purpose and functionality.
|
|
6
|
+
# ======================================================================
|
|
7
|
+
|
|
8
|
+
# __| \ _ \ | _ \ __| __ __| __ __|
|
|
9
|
+
# ( _ \ / | ( | (_ | | |
|
|
10
|
+
# \___| _/ _\ _|_\ ____| \___/ \___| _| _|
|
|
11
|
+
|
|
12
|
+
# src/icarus_python3/__init__.py
|
|
13
|
+
# Created 7/19/23 - 10:24 AM UK Time (London) by carlogtt
|
|
14
|
+
|
|
15
|
+
"""
|
|
16
|
+
This module ...
|
|
17
|
+
"""
|
|
18
|
+
|
|
19
|
+
# ======================================================================
|
|
20
|
+
# EXCEPTIONS
|
|
21
|
+
# This section documents any exceptions made code or quality rules.
|
|
22
|
+
# These exceptions may be necessary due to specific coding requirements
|
|
23
|
+
# or to bypass false positives.
|
|
24
|
+
# ======================================================================
|
|
25
|
+
# flake8: noqa
|
|
26
|
+
|
|
27
|
+
# ======================================================================
|
|
28
|
+
# IMPORTS
|
|
29
|
+
# Importing required libraries and modules for the application.
|
|
30
|
+
# ======================================================================
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# END IMPORTS
|
|
34
|
+
# ======================================================================
|
|
35
|
+
|
icarus_python3/main.py
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# ======================================================================
|
|
2
|
+
# MODULE DETAILS
|
|
3
|
+
# This section provides metadata about the module, including its
|
|
4
|
+
# creation date, author, copyright information, and a brief description
|
|
5
|
+
# of the module's purpose and functionality.
|
|
6
|
+
# ======================================================================
|
|
7
|
+
|
|
8
|
+
# __| \ _ \ | _ \ __| __ __| __ __|
|
|
9
|
+
# ( _ \ / | ( | (_ | | |
|
|
10
|
+
# \___| _/ _\ _|_\ ____| \___/ \___| _| _|
|
|
11
|
+
|
|
12
|
+
# src/icarus_python3/main.py
|
|
13
|
+
# Created 1/25/24 - 10:07 PM UK Time (London) by carlogtt
|
|
14
|
+
|
|
15
|
+
"""
|
|
16
|
+
This module ...
|
|
17
|
+
"""
|
|
18
|
+
|
|
19
|
+
# ======================================================================
|
|
20
|
+
# EXCEPTIONS
|
|
21
|
+
# This section documents any exceptions made code or quality rules.
|
|
22
|
+
# These exceptions may be necessary due to specific coding requirements
|
|
23
|
+
# or to bypass false positives.
|
|
24
|
+
# ======================================================================
|
|
25
|
+
#
|
|
26
|
+
|
|
27
|
+
# ======================================================================
|
|
28
|
+
# IMPORTS
|
|
29
|
+
# Importing required libraries and modules for the application.
|
|
30
|
+
# ======================================================================
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# END IMPORTS
|
|
34
|
+
# ======================================================================
|
|
35
|
+
|
icarus_python3/py.typed
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Marker file that indicates this package supports typing.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: icarus-python3
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: IcarusPython3 is the Python3 build system for first-party Python packages in Icarus Builder
|
|
5
|
+
Author-email: Carlo Gatti <carlo.gatti@me.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/64rl0/IcarusPython3
|
|
8
|
+
Requires-Python: >=3.9
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
License-File: LICENSE
|
|
11
|
+
Requires-Dist: setuptools
|
|
12
|
+
Requires-Dist: build
|
|
13
|
+
Requires-Dist: twine
|
|
14
|
+
Requires-Dist: wheel
|
|
15
|
+
Dynamic: license-file
|
|
16
|
+
|
|
17
|
+
# IcarusPython3
|
|
18
|
+
|
|
19
|
+
IcarusPython3 is the Python3 build system for first-party Python packages in Icarus Builder.
|
|
20
|
+
|
|
21
|
+
## Package documentation
|
|
22
|
+
[Read the Docs](file:///Users/carlogtt/Library/CloudStorage/Dropbox/SDE/Python/CarloCodes/_Projects/IcarusPython3/docs/html/index.html)
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
icarus_python3/__init__.py,sha256=DrWETQD76QkTHvQUOB5j7n0MQ7_bWK4AAzYV0V97V60,1273
|
|
2
|
+
icarus_python3/main.py,sha256=yZhMxPyTrmO2PnA3Ob5Dw3ko3xSxaeNgTomcanuE_gY,1256
|
|
3
|
+
icarus_python3/py.typed,sha256=PyPdrkjdRZrjMbYF3zukxZXogh2YMayqoivnM5XQFuM,59
|
|
4
|
+
icarus_python3-1.0.0.dist-info/licenses/LICENSE,sha256=0iAFaXXVL5iZix2SuOj3o7uDz9dyCcuuPbCsPPeubH8,1068
|
|
5
|
+
icarus_python3-1.0.0.dist-info/METADATA,sha256=CltWP7ITRvsxCwykXXHqlbTpgFNnrOCJ9kAEB6z4dFg,761
|
|
6
|
+
icarus_python3-1.0.0.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
|
|
7
|
+
icarus_python3-1.0.0.dist-info/top_level.txt,sha256=YeNcgIShxeco8i1qlFpEj2WUM9Z4PNv-Ovf9PLcmA08,15
|
|
8
|
+
icarus_python3-1.0.0.dist-info/RECORD,,
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Carlo Gatti
|
|
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 @@
|
|
|
1
|
+
icarus_python3
|