pyx-core


Namepyx-core JSON
Version 1.18.2 PyPI version JSON
download
home_pagehttps://gitlab.dlr.de/fa_sw/stmlab/PyXMake
SummaryAll core functionalities for using PyXMake as a build system
upload_time2024-09-17 12:12:34
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.
            [![doi](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.13352143-red.svg)](https://zenodo.org/records/13352143)

# 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 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](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/4c/73/ea7d2966131f8ce1dba4271e473d699de145cc840e0c66ff87269e9431cf/pyx_core-1.18.2.tar.gz",
    "platform": null,
    "description": "[![doi](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.13352143-red.svg)](https://zenodo.org/records/13352143)\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 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)'\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.18.2",
    "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": "2d44f747d88ed55cc6b174c9354512b154d790b562d03b2904fd9bc8ca20c8f8",
                "md5": "1b641c1b8cd474abc27a289303b85d25",
                "sha256": "71f4e738f853e5682557bf9f7825bcf1264f3bf68d013e239caf5e323276431f"
            },
            "downloads": -1,
            "filename": "pyx_core-1.18.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1b641c1b8cd474abc27a289303b85d25",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7",
            "size": 1863896,
            "upload_time": "2024-09-17T12:12:31",
            "upload_time_iso_8601": "2024-09-17T12:12:31.846268Z",
            "url": "https://files.pythonhosted.org/packages/2d/44/f747d88ed55cc6b174c9354512b154d790b562d03b2904fd9bc8ca20c8f8/pyx_core-1.18.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c73ea7d2966131f8ce1dba4271e473d699de145cc840e0c66ff87269e9431cf",
                "md5": "cf094b8fb285dd36066d8a890871c71d",
                "sha256": "73104611c1457f87fc4d9581df8e395298bb6e5e345c1bb735eb1ffa2f333c78"
            },
            "downloads": -1,
            "filename": "pyx_core-1.18.2.tar.gz",
            "has_sig": false,
            "md5_digest": "cf094b8fb285dd36066d8a890871c71d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7",
            "size": 1552774,
            "upload_time": "2024-09-17T12:12:34",
            "upload_time_iso_8601": "2024-09-17T12:12:34.173786Z",
            "url": "https://files.pythonhosted.org/packages/4c/73/ea7d2966131f8ce1dba4271e473d699de145cc840e0c66ff87269e9431cf/pyx_core-1.18.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-17 12:12:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyx-core"
}
        
Elapsed time: 4.22455s