pyx-core


Namepyx-core JSON
Version 1.19.3 PyPI version JSON
download
home_pagehttps://gitlab.dlr.de/fa_sw/stmlab/PyXMake
SummaryAll core functionalities for using PyXMake as a build system
upload_time2025-01-18 14:12:39
maintainerNone
docs_urlNone
authorGarbade, Marc
requires_python!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7
licenseMIT
keywords compilation documentation packaging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPi](https://img.shields.io/pypi/v/pyx-core?label=PyPi)](https://pypi.org/project/pyx-core)
[![doi](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.13352143-red.svg)](https://zenodo.org/records/13352143)
[![doc](https://img.shields.io/static/v1?label=Pages&message=Reference%20Guide&color=blue&style=flat&logo=gitlab)](https://dlr-sy.gitlab.io/pyxmake)

# PyXMake
> This subpackage belongs to [PyXMake](https://gitlab.com/dlr-sy/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](https://gitlab.com/dlr-sy/pyxmake) 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 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](https://python-poetry.org). If you don't have [poetry](https://python-poetry.org) installed, run
```
pip install poetry --pre --upgrade
```
to install the latest version of [poetry](https://python-poetry.org) 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.
```python
import PyXMake
```
## Contact
* [Marc Garbade](mailto:marc.garbade@dlr.de)

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.dlr.de/fa_sw/stmlab/PyXMake",
    "name": "pyx-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7",
    "maintainer_email": null,
    "keywords": "compilation, documentation, packaging",
    "author": "Garbade, Marc",
    "author_email": "marc.garbade@dlr.de",
    "download_url": "https://files.pythonhosted.org/packages/6c/02/b5a82ab4a0cb3395704f0dabb918f8a5916b4dc307631b6df883e24e767c/pyx_core-1.19.3.tar.gz",
    "platform": null,
    "description": "[![PyPi](https://img.shields.io/pypi/v/pyx-core?label=PyPi)](https://pypi.org/project/pyx-core)\n[![doi](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.13352143-red.svg)](https://zenodo.org/records/13352143)\n[![doc](https://img.shields.io/static/v1?label=Pages&message=Reference%20Guide&color=blue&style=flat&logo=gitlab)](https://dlr-sy.gitlab.io/pyxmake)\n\n# PyXMake\n> This subpackage belongs to [PyXMake](https://gitlab.com/dlr-sy/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](https://gitlab.com/dlr-sy/pyxmake) for documentation and application examples.\n\n## Downloading\nUse GIT to get the latest code base. From the command line, use\n```\ngit clone https://gitlab.dlr.de/dlr-sy/pyxmake pyxmake\n```\nIf you check out the repository for the first time, you have to initialize all submodule dependencies first. Execute the following from within the repository. \n```\ngit submodule update --init --recursive\n```\nTo fetch all required metadata for each submodule, use\n```\ngit submodule foreach --recursive 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master) || git checkout main'\n```\nTo update all refererenced submodules to the latest production level, use\n```\ngit submodule foreach --recursive 'git pull origin $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master) || git pull origin main'\n```\n## Installation\nPyXMake can be installed from source using [poetry](https://python-poetry.org). If you don't have [poetry](https://python-poetry.org) installed, run\n```\npip install poetry --pre --upgrade\n```\nto install the latest version of [poetry](https://python-poetry.org) within your python environment. Use\n```\npoetry update\n```\nto update all dependencies in the lock file or directly execute\n```\npoetry install\n```\nto install all dependencies from the lock file. Last, you should be able to import PyXMake as a python package.\n```python\nimport PyXMake\n```\n## Contact\n* [Marc Garbade](mailto:marc.garbade@dlr.de)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "All core functionalities for using PyXMake as a build system",
    "version": "1.19.3",
    "project_urls": {
        "Changelog": "https://gitlab.dlr.de/fa_sw/stmlab/PyXMake/-/blob/master/CHANGELOG.md",
        "Documentation": "https://gitlab.dlr.de/fa_sw/stmlab/PyXMake/-/blob/master/README.md",
        "Homepage": "https://gitlab.dlr.de/fa_sw/stmlab/PyXMake",
        "Repository": "https://gitlab.dlr.de/fa_sw/stmlab/PyXMake"
    },
    "split_keywords": [
        "compilation",
        " documentation",
        " packaging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fae1fcb1f7480d718057773210fa33ba93168757885e4163270a4420765e8b4b",
                "md5": "be88f089e47e653636eb67006581c5a3",
                "sha256": "95b3d35a8d43e044dae65035ac6a896494abaaebd1bdd92f2a838c482eeffd49"
            },
            "downloads": -1,
            "filename": "pyx_core-1.19.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "be88f089e47e653636eb67006581c5a3",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7",
            "size": 2881942,
            "upload_time": "2025-01-18T14:12:29",
            "upload_time_iso_8601": "2025-01-18T14:12:29.782665Z",
            "url": "https://files.pythonhosted.org/packages/fa/e1/fcb1f7480d718057773210fa33ba93168757885e4163270a4420765e8b4b/pyx_core-1.19.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c02b5a82ab4a0cb3395704f0dabb918f8a5916b4dc307631b6df883e24e767c",
                "md5": "3819b57f809e5b59e780757ccb2ca7f4",
                "sha256": "b2b677d9adc870c4600f2788f502b1b3faae25cdf33f4dfe62c6da97e3f10be2"
            },
            "downloads": -1,
            "filename": "pyx_core-1.19.3.tar.gz",
            "has_sig": false,
            "md5_digest": "3819b57f809e5b59e780757ccb2ca7f4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7",
            "size": 2468716,
            "upload_time": "2025-01-18T14:12:39",
            "upload_time_iso_8601": "2025-01-18T14:12:39.931989Z",
            "url": "https://files.pythonhosted.org/packages/6c/02/b5a82ab4a0cb3395704f0dabb918f8a5916b4dc307631b6df883e24e767c/pyx_core-1.19.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-18 14:12:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyx-core"
}
        
Elapsed time: 0.44883s