pyxmake 1.19.2__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.
@@ -0,0 +1,67 @@
1
+ Metadata-Version: 2.1
2
+ Name: pyxmake
3
+ Version: 1.19.2
4
+ Summary: Harmonized software interfaces and workflows to simplify complex build events
5
+ Home-page: https://gitlab.com/dlr-sy/pyxmake
6
+ License: MIT
7
+ Keywords: pyxmake,standalone
8
+ Author: Garbade, Marc
9
+ Author-email: marc.garbade@dlr.de
10
+ Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
11
+ Classifier: Development Status :: 5 - Production/Stable
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Operating System :: OS Independent
14
+ Classifier: Programming Language :: Python :: 2
15
+ Classifier: Programming Language :: Python :: 2.7
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3.5
18
+ Classifier: Programming Language :: Python :: 3.6
19
+ Classifier: Programming Language :: Python :: 3.7
20
+ Classifier: Programming Language :: Python :: 3.8
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Topic :: Software Development :: Build Tools
25
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
26
+ Provides-Extra: all
27
+ Provides-Extra: client
28
+ Provides-Extra: devel
29
+ Provides-Extra: lint
30
+ Provides-Extra: poetry
31
+ Requires-Dist: anybadge ; (python_version >= "3.7" and python_version < "4.0") and (extra == "lint")
32
+ Requires-Dist: black (>=22.10,<23.0) ; (python_version >= "3.7" and python_version < "3.8") and (extra == "lint")
33
+ Requires-Dist: black (>=24.1) ; (python_version >= "3.8" and python_version < "4.0") and (extra == "lint")
34
+ Requires-Dist: pyc-core (>=1.10) ; (python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0") and (extra == "all" or extra == "devel")
35
+ Requires-Dist: pylint (>=3.0) ; (python_version >= "3.8") and (extra == "lint")
36
+ Requires-Dist: pylint ; (python_version >= "3.7" and python_version < "3.8") and (extra == "lint")
37
+ Requires-Dist: pyx-client (>=1.16) ; (python_version >= "3.7" and python_version < "4.0") and (extra == "all" or extra == "client")
38
+ Requires-Dist: pyx-core (>=1.18) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
39
+ Requires-Dist: pyx-core ; python_version >= "3.7" and python_version < "4.0"
40
+ Requires-Dist: pyx-poetry (>=1.18) ; (python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0") and (extra == "all" or extra == "devel" or extra == "poetry")
41
+ Requires-Dist: pyx-webservice (>=1.18) ; python_version >= "3.7" and python_version < "4.0"
42
+ Project-URL: Changelog, https://gitlab.com/dlr-sy/pyxmake/-/blob/master/CHANGELOG.md
43
+ Project-URL: Documentation, https://gitlab.com/dlr-sy/pyxmake/-/blob/master/README.md
44
+ Project-URL: Repository, https://gitlab.com/dlr-sy/pyxmake
45
+ Description-Content-Type: text/markdown
46
+
47
+ [![PyPi](https://img.shields.io/pypi/v/pyxmake?label=PyPi)](https://pypi.org/project/pyxmake/)
48
+ [![doi](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.13352143-red.svg)](https://zenodo.org/records/13352143)
49
+ [![pipeline status](https://gitlab.com/dlr-sy/pyxmake/badges/master/pipeline.svg)]()
50
+
51
+ # PyXMake
52
+ PyXMake is a python-based, cross-platform build tool for compiling and distributing software projects and their documentation. The package provides harmonized software interfaces and predefined workflows to selected third-party developer tools with stricter default settings to simplify their handling. Experienced users can use a collection of distinct build classes to set up more elaborate builds jobs.
53
+ ## Usage
54
+ The package is structured into different build classes, whereby each class represents one distinct build event with some presets. These classes can be accessed directly to create a custom python-based build script.
55
+ ## Reference
56
+ Currently, the following SY-STM software projects are built and maintained by using PyXMake:
57
+ * [PyXMake](https://gitlab.com/dlr-sy/pyxmake) (User Guide & Reference Guide)
58
+ * [MCODAC](https://gitlab.com/dlr-sy/mcodac) (Reference Guide, Libraries)
59
+ * [BEOS](https://gitlab.com/dlr-sy/beos) (Reference Guide, Libraries)
60
+ * [Boxbeam](https://gitlab.com/dlr-sy/boxbeam) (Reference Guide, Libraries)
61
+ * [Displam](https://gitlab.com/dlr-sy/displam) (Executable)
62
+ ## Example
63
+ Please refer to the linked [repository](https://gitlab.com/dlr-sy/pyxmake) for additional application examples.
64
+ ## Contact
65
+ * [Marc Garbade](mailto:marc.garbade@dlr.de)
66
+ ## Support
67
+ * [List of Contributors](https://gitlab.com/dlr-sy/pyxmake/-/blob/master/CONTRIBUTING.md)
@@ -0,0 +1,21 @@
1
+ [![PyPi](https://img.shields.io/pypi/v/pyxmake?label=PyPi)](https://pypi.org/project/pyxmake/)
2
+ [![doi](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.13352143-red.svg)](https://zenodo.org/records/13352143)
3
+ [![pipeline status](https://gitlab.com/dlr-sy/pyxmake/badges/master/pipeline.svg)]()
4
+
5
+ # PyXMake
6
+ PyXMake is a python-based, cross-platform build tool for compiling and distributing software projects and their documentation. The package provides harmonized software interfaces and predefined workflows to selected third-party developer tools with stricter default settings to simplify their handling. Experienced users can use a collection of distinct build classes to set up more elaborate builds jobs.
7
+ ## Usage
8
+ The package is structured into different build classes, whereby each class represents one distinct build event with some presets. These classes can be accessed directly to create a custom python-based build script.
9
+ ## Reference
10
+ Currently, the following SY-STM software projects are built and maintained by using PyXMake:
11
+ * [PyXMake](https://gitlab.com/dlr-sy/pyxmake) (User Guide & Reference Guide)
12
+ * [MCODAC](https://gitlab.com/dlr-sy/mcodac) (Reference Guide, Libraries)
13
+ * [BEOS](https://gitlab.com/dlr-sy/beos) (Reference Guide, Libraries)
14
+ * [Boxbeam](https://gitlab.com/dlr-sy/boxbeam) (Reference Guide, Libraries)
15
+ * [Displam](https://gitlab.com/dlr-sy/displam) (Executable)
16
+ ## Example
17
+ Please refer to the linked [repository](https://gitlab.com/dlr-sy/pyxmake) for additional application examples.
18
+ ## Contact
19
+ * [Marc Garbade](mailto:marc.garbade@dlr.de)
20
+ ## Support
21
+ * [List of Contributors](https://gitlab.com/dlr-sy/pyxmake/-/blob/master/CONTRIBUTING.md)
@@ -0,0 +1,46 @@
1
+ # -*- coding: utf-8 -*-
2
+ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3
+ # % Build script for PyXMake %
4
+ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5
+ """
6
+ Build script to create a platfrom and Python independent wheel.
7
+
8
+ @note: PyXMake build script
9
+ Created on 06.02.2024
10
+
11
+ @version: 1.0
12
+ ----------------------------------------------------------------------------------------------
13
+ @requires:
14
+ -
15
+
16
+ @change:
17
+ -
18
+
19
+
20
+ @author: garb_ma [DLR-FA,STM Braunschweig]
21
+ ----------------------------------------------------------------------------------------------
22
+ """
23
+
24
+ import os, sys, site
25
+
26
+ def build(*args, **kwargs):
27
+ """
28
+ This is the build script used by poetry.
29
+ """
30
+ # Add internal build dependency resolver to current path
31
+ site.addsitedir(site.getusersitepackages())
32
+ # Import build tools
33
+ try: from PyXMake import Command
34
+ except: raise ImportError("Cannot import PyXMake. Skipping compilation")
35
+ # Execute custom build command
36
+ Command.build(*args, exclude_source_files= True, python_tag="py2.py3", **kwargs)
37
+ pass
38
+
39
+ def main():
40
+ """
41
+ This is the main entry point.
42
+ """
43
+ return build()
44
+
45
+ if __name__ == "__main__":
46
+ main(); sys.exit()
@@ -0,0 +1,100 @@
1
+ # TOML file to establish PyXMake as standalone application.
2
+ #
3
+ # @note: TOML file
4
+ # Created on 08.08.2022
5
+ #
6
+ # @version: 1.0
7
+ # ----------------------------------------------------------------------------------------------
8
+ # @requires:
9
+ # -
10
+ #
11
+ # @change:
12
+ # -
13
+ #
14
+ # @author: garb_ma [DLR-SY,STM Braunschweig]
15
+ # ----------------------------------------------------------------------------------------------
16
+ [build-system]
17
+ requires = ["poetry-core>=1.0.0", "setuptools", "wheel"]
18
+ build-backend = "poetry.core.masonry.api"
19
+
20
+ [tool.poetry]
21
+ name = "PyXMake"
22
+ version = "0.0.0dev"
23
+ description = "Harmonized software interfaces and workflows to simplify complex build events"
24
+ authors = ["Garbade, Marc <marc.garbade@dlr.de>"]
25
+ license = "MIT"
26
+ readme = "README.md"
27
+ packages = [{include="PyXMake", from="src"}]
28
+ exclude = ["src/PyXMake/**/*"]
29
+ repository = "https://gitlab.com/dlr-sy/pyxmake"
30
+ documentation = "https://gitlab.com/dlr-sy/pyxmake/-/blob/master/README.md"
31
+ keywords = ["pyxmake","standalone"]
32
+ classifiers = [
33
+ "Development Status :: 5 - Production/Stable",
34
+ "Topic :: Software Development :: Build Tools",
35
+ "Topic :: Software Development :: Libraries :: Python Modules",
36
+ "Programming Language :: Python :: 2",
37
+ "Programming Language :: Python :: 3",
38
+ "License :: OSI Approved :: MIT License",
39
+ "Operating System :: OS Independent"
40
+ ]
41
+
42
+ [tool.poetry.urls]
43
+ Changelog = "https://gitlab.com/dlr-sy/pyxmake/-/blob/master/CHANGELOG.md"
44
+
45
+ [tool.poetry.build]
46
+ script = "config/build.py"
47
+ generate-setup-file = true
48
+
49
+ [[tool.poetry.source]]
50
+ name = "PyPI"
51
+ priority = "primary"
52
+
53
+ [[tool.poetry.source]]
54
+ name = "dlr-sy"
55
+ url = "https://gitlab.dlr.de/api/v4/groups/541/-/packages/pypi/simple"
56
+ priority = "supplemental"
57
+
58
+ [tool.poetry.dependencies]
59
+ python = "~2.7 || ^3.5"
60
+ pyx-core = [{version = ">=1.18", python = "~2.7 || ^3.5,<3.7"},
61
+ {version = "*", python = "^3.7"}]
62
+ pyx-webservice = [{version = ">=1.18", python = "^3.7"}]
63
+
64
+ # All optional dependencies
65
+ pyx-client = [{version = ">=1.16", python = "^3.7", optional = true}]
66
+ pyx-poetry = [{version = ">=1.18", python = "~2.7 || ^3.5", optional = true}]
67
+ pyc-core = [{version = ">=1.10", python = "~2.7 || ^3.5", optional = true}]
68
+
69
+ # Additional dependencies for code checking
70
+ anybadge = [{version = "*", python = "^3.7", optional = true}]
71
+ black = [{version = "^22.10", python = "~3.7", optional = true},
72
+ {version = ">=24.1", python = "^3.8", optional = true}]
73
+ pylint = [{version = "*", python = "~3.7", optional = true},
74
+ {version = ">=3.0", python = ">=3.8", optional = true}]
75
+
76
+ [tool.poetry.group.dev.dependencies]
77
+ poetry = [{version = "^1.5", python = "~3.7"},
78
+ {version = ">=1.6", python = "^3.8"}]
79
+ pyx-core = [{git = "https://gitlab.dlr.de/fa_sw/stmlab/PyXMake.git", python = "^3.7"}]
80
+
81
+ [tool.poetry.group.lock.dependencies]
82
+ dill = [{version="*", python="^3.7"}]
83
+ dataclasses = [{version = "^0.7", python = "^3.6, <3.7"}]
84
+ scipy = [{version = "^1.2", python = "~2.7 || ~3.5"},
85
+ {version = "^1.5", python = "~3.6"},
86
+ {version = "^1.6", python = "~3.7"},
87
+ {version = "~1.8", python = "~3.8"},
88
+ {version = ">=1.10", python = ">=3.9,<3.13"}]
89
+ soupsieve = [{version = "^1.9", python = "~2.7 || ^3.5,<3.7"},
90
+ {version = "^2.4", python = "^3.7"},
91
+ {version = ">=2.5", python = "^3.8"}]
92
+ typing-extensions = [{version = "^4.7", python = "~3.7"},
93
+ {version = ">=4.8", python = "^3.8"}]
94
+
95
+ [tool.poetry.extras]
96
+ all = ["pyc-core","pyx-client","pyx-poetry"]
97
+ devel = ["pyc-core","pyx-poetry"]
98
+ client = ["pyx-client"]
99
+ lint = ["anybadge","black","pylint"]
100
+ poetry = ["pyx-poetry"]
@@ -0,0 +1,52 @@
1
+ # -*- coding: utf-8 -*-
2
+ from setuptools import setup
3
+
4
+ package_dir = \
5
+ {'': 'src'}
6
+
7
+ packages = \
8
+ ['PyXMake']
9
+
10
+ package_data = \
11
+ {'': ['*']}
12
+
13
+ extras_require = \
14
+ {':python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"': ['pyx-core>=1.18'],
15
+ ':python_version >= "3.7" and python_version < "4.0"': ['pyx-core',
16
+ 'pyx-webservice>=1.18'],
17
+ 'all:python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"': ['pyx-poetry>=1.18',
18
+ 'pyc-core>=1.10'],
19
+ 'all:python_version >= "3.7" and python_version < "4.0"': ['pyx-client>=1.16'],
20
+ 'client:python_version >= "3.7" and python_version < "4.0"': ['pyx-client>=1.16'],
21
+ 'devel:python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"': ['pyx-poetry>=1.18',
22
+ 'pyc-core>=1.10'],
23
+ 'lint:python_version >= "3.7" and python_version < "3.8"': ['black>=22.10,<23.0',
24
+ 'black>=22.10,<23.0',
25
+ 'pylint',
26
+ 'pylint'],
27
+ 'lint:python_version >= "3.7" and python_version < "4.0"': ['anybadge'],
28
+ 'lint:python_version >= "3.8"': ['pylint>=3.0', 'pylint>=3.0'],
29
+ 'lint:python_version >= "3.8" and python_version < "4.0"': ['black>=24.1',
30
+ 'black>=24.1'],
31
+ 'poetry:python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"': ['pyx-poetry>=1.18']}
32
+
33
+ setup_kwargs = {
34
+ 'name': 'pyxmake',
35
+ 'version': '1.19.2',
36
+ 'description': 'Harmonized software interfaces and workflows to simplify complex build events',
37
+ 'long_description': '[![PyPi](https://img.shields.io/pypi/v/pyxmake?label=PyPi)](https://pypi.org/project/pyxmake/)\n[![doi](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.13352143-red.svg)](https://zenodo.org/records/13352143)\n[![pipeline status](https://gitlab.com/dlr-sy/pyxmake/badges/master/pipeline.svg)]()\n\n# PyXMake\nPyXMake is a python-based, cross-platform build tool for compiling and distributing software projects and their documentation. The package provides harmonized software interfaces and predefined workflows to selected third-party developer tools with stricter default settings to simplify their handling. Experienced users can use a collection of distinct build classes to set up more elaborate builds jobs.\n## Usage\nThe package is structured into different build classes, whereby each class represents one distinct build event with some presets. These classes can be accessed directly to create a custom python-based build script.\n## Reference\nCurrently, the following SY-STM software projects are built and maintained by using PyXMake:\n* [PyXMake](https://gitlab.com/dlr-sy/pyxmake) (User Guide & Reference Guide)\n* [MCODAC](https://gitlab.com/dlr-sy/mcodac) (Reference Guide, Libraries)\n* [BEOS](https://gitlab.com/dlr-sy/beos) (Reference Guide, Libraries)\n* [Boxbeam](https://gitlab.com/dlr-sy/boxbeam) (Reference Guide, Libraries)\n* [Displam](https://gitlab.com/dlr-sy/displam) (Executable)\n## Example\nPlease refer to the linked [repository](https://gitlab.com/dlr-sy/pyxmake) for additional application examples.\n## Contact\n* [Marc Garbade](mailto:marc.garbade@dlr.de)\n## Support\n* [List of Contributors](https://gitlab.com/dlr-sy/pyxmake/-/blob/master/CONTRIBUTING.md)',
38
+ 'author': 'Garbade, Marc',
39
+ 'author_email': 'marc.garbade@dlr.de',
40
+ 'maintainer': 'None',
41
+ 'maintainer_email': 'None',
42
+ 'url': 'https://gitlab.com/dlr-sy/pyxmake',
43
+ 'package_dir': package_dir,
44
+ 'packages': packages,
45
+ 'package_data': package_data,
46
+ 'extras_require': extras_require,
47
+ 'python_requires': '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
48
+ }
49
+ from config.build import *
50
+ build(setup_kwargs)
51
+
52
+ setup(**setup_kwargs)