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.
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 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)'
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
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
File details
Details for the file pyx_core-1.18.3.post2.tar.gz
.
File metadata
- Download URL: pyx_core-1.18.3.post2.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cbcd8c1c2ea7f42170fe7494b7e2bcd5643f10622b8b6e958d418509a632500 |
|
MD5 | ded5d3b26121f92a844ed2c8de6606be |
|
BLAKE2b-256 | ccfdcc06003cb59896c3fc056e74417d075bb0332b4ba726f8335c7334678121 |
File details
Details for the file pyx_core-1.18.3.post2-py2.py3-none-any.whl
.
File metadata
- Download URL: pyx_core-1.18.3.post2-py2.py3-none-any.whl
- Upload date:
- Size: 1.7 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffab428269f360ead01b3d109ab840cf5a601fd576b3323085cf85e7cde62430 |
|
MD5 | 40c48cb148539edcbbac322bd2bdd1d0 |
|
BLAKE2b-256 | 726f3536dcbd8d80e1018e211fe201b491f40f508c44841aff8ac9ade1678763 |