All core functionalities for using PyXMake as a build system
Project description
PyXMake
This subpackage belongs to PyXMake and contains all core functionalities. It is installed automatically with the parent project. However, it is also separately available as a build system dependency. Please refer to the linked repository for documentation and application examples. If you came across the project via the GitLab Catalog Explorer, you can jump directly to the CI/CD Catalog section
Downloading
Use GIT to get the latest code base. From the command line, use
git clone https://gitlab.dlr.de/dlr-sy/pyxmake pyxmake
If you check out the repository for the first time, you have to initialize all submodule dependencies first. Execute the following from within the repository.
git submodule update --init --recursive
To fetch all required metadata for each submodule, use
git submodule foreach --recursive 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master) || git checkout main'
To update all refererenced submodules to the latest production level, use
git submodule foreach --recursive 'git pull origin $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master) || git pull origin main'
Installation
PyXMake can be installed from source using poetry. If you don't have poetry installed, run
pip install poetry --pre --upgrade
to install the latest version of poetry within your python environment. Use
poetry update
to update all dependencies in the lock file or directly execute
poetry install
to install all dependencies from the lock file. Last, you should be able to import PyXMake as a python package.
import PyXMake
CI/CD Catalog
PyXMake provides its software development and deployment capabilities as pre-built CI/CD components. The individual components can be integrated either directly via the CI/CD Catalog or classically via the "include" syntax. The components are divided into three groups:
- General
- Python
- Docker
To include a given component, use
include:
- component: $CI_SERVER_FQDN/<groupname>/PyXMake/<component>@<tag>
where <groupname> depends on the local Gitlab repository, <component> refers to the name of the component under templates/* and <tag> to a specific version. <tag> can also be set to master to always use the latest yet potentially unstable version.
Contact
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyx_core-1.20.1.tar.gz.
File metadata
- Download URL: pyx_core-1.20.1.tar.gz
- Upload date:
- Size: 2.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b7340829ff28f993501ae2ba1fe0eb7ecbf26683d3373ae3a7795b6607b99fb
|
|
| MD5 |
3f1dc0f8beefc652d703b0949b61d892
|
|
| BLAKE2b-256 |
8d46e26a6ae71dd5a58bc85afbe65afb1c3a957f533eaad3b04b3d044a6860d0
|
File details
Details for the file pyx_core-1.20.1-py2.py3-none-any.whl.
File metadata
- Download URL: pyx_core-1.20.1-py2.py3-none-any.whl
- Upload date:
- Size: 2.9 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88d97357f89ec83b27aa4c9aeeb243f09d5213cd1e10e2f9b294c21996e1f4a4
|
|
| MD5 |
9fab1b22a920a86aaf7f43370f53bdb0
|
|
| BLAKE2b-256 |
ce03ba74772af327b737320988e815af8aca5a6ddc35779069efd0e86e578ae8
|