pyxmake 1.18.0__py2.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,51 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: pyxmake
|
|
3
|
+
Version: 1.18.0
|
|
4
|
+
Summary: Harmonized software interfaces and workflows to simplify complex build events
|
|
5
|
+
Home-page: https://gitlab.com/dlr-sy/pyxmake
|
|
6
|
+
Author: Garbade, Marc
|
|
7
|
+
Author-email: marc.garbade@dlr.de
|
|
8
|
+
Maintainer: Garbade, Marc
|
|
9
|
+
Maintainer-email: marc.garbade@dlr.de
|
|
10
|
+
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
|
|
11
|
+
Requires-Dist: pyx-core ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"
|
|
12
|
+
Requires-Dist: pyx-webservice >=1.18 ; python_version >= "3.7" and python_version < "4.0"
|
|
13
|
+
Provides-Extra: all
|
|
14
|
+
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'
|
|
15
|
+
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'
|
|
16
|
+
Requires-Dist: pyx-client >=1.16 ; (python_version >= "3.7" and python_version < "4.0") and extra == 'all'
|
|
17
|
+
Provides-Extra: client
|
|
18
|
+
Requires-Dist: pyx-client >=1.16 ; (python_version >= "3.7" and python_version < "4.0") and extra == 'client'
|
|
19
|
+
Provides-Extra: devel
|
|
20
|
+
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 == 'devel'
|
|
21
|
+
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 == 'devel'
|
|
22
|
+
Provides-Extra: lint
|
|
23
|
+
Requires-Dist: black <23.0,>=22.10 ; (python_version >= "3.7" and python_version < "3.8") and extra == 'lint'
|
|
24
|
+
Requires-Dist: pylint ; (python_version >= "3.7" and python_version < "3.8") and extra == 'lint'
|
|
25
|
+
Requires-Dist: anybadge ; (python_version >= "3.7" and python_version < "4.0") and extra == 'lint'
|
|
26
|
+
Requires-Dist: pylint >=3.0 ; (python_version >= "3.8") and extra == 'lint'
|
|
27
|
+
Requires-Dist: black >=24.1 ; (python_version >= "3.8" and python_version < "4.0") and extra == 'lint'
|
|
28
|
+
Provides-Extra: poetry
|
|
29
|
+
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 == 'poetry'
|
|
30
|
+
|
|
31
|
+
[](https://pypi.org/project/pyxmake/)
|
|
32
|
+
[](https://zenodo.org/records/13352143)
|
|
33
|
+
[]()
|
|
34
|
+
|
|
35
|
+
# PyXMake
|
|
36
|
+
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.
|
|
37
|
+
## Usage
|
|
38
|
+
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.
|
|
39
|
+
## Reference
|
|
40
|
+
Currently, the following SY-STM software projects are built and maintained by using PyXMake:
|
|
41
|
+
* PyXMake (User Guide & Reference Guide)
|
|
42
|
+
* BEOS (Reference Guide, Libraries)
|
|
43
|
+
* MCODAC (Reference Guide, Libraries)
|
|
44
|
+
* Boxbeam (Reference Guide, Libraries)
|
|
45
|
+
* Displam (Executable)
|
|
46
|
+
## Example
|
|
47
|
+
Please refer to the linked [repository](https://gitlab.com/dlr-sy/pyxmake) for additional application examples.
|
|
48
|
+
## Contact
|
|
49
|
+
* [Marc Garbade](mailto:marc.garbade@dlr.de)
|
|
50
|
+
## Support
|
|
51
|
+
* [List of Contributors](https://gitlab.com/dlr-sy/pyxmake/-/blob/master/CONTRIBUTING.md)
|