Metadata-Version: 2.1
Name: pyx-core
Version: 1.18.3
Summary: All core functionalities for using PyXMake as a build system
Home-page: https://gitlab.dlr.de/fa_sw/stmlab/PyXMake
License: MIT
Keywords: compilation,documentation,packaging
Author: Garbade, Marc
Author-email: marc.garbade@dlr.de
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: all
Provides-Extra: core
Provides-Extra: devel
Requires-Dist: GitPython (>=2.1,<2.2) ; python_version >= "2.7" and python_version < "2.8"
Requires-Dist: GitPython (>=3,<3.1.15) ; python_version >= "3.5" and python_version < "3.6"
Requires-Dist: GitPython (>=3,<3.1.19) ; python_version >= "3.6" and python_version < "3.7"
Requires-Dist: GitPython (>=3.1.24) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: Jinja2 (>=3.0,<4.0) ; python_version >= "3.6" and python_version < "3.7"
Requires-Dist: Jinja2 (>=3.1) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: Pillow (>=6.2,<6.3) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
Requires-Dist: Pillow (>=9.2) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: autodocsumm (>=0.2.6,<0.3.0) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: beautifulsoup4 (>=4.11) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: beautifulsoup4 (>=4.8,<5.0) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
Requires-Dist: cmake (>=3.26) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: cmake (>=3.26,<3.27.8) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
Requires-Dist: contextlib2 (>=0.6,<0.7) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
Requires-Dist: contextlib2 (>=21.6) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: cryptography (>=3.1,<4.0) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
Requires-Dist: cryptography (>=38.0) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: distlib (>=0.3.5)
Requires-Dist: dnspython (>=2.2) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: fastapi (>=0.79) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: future (>=0.18) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"
Requires-Dist: git-filter-repo (>=2.34) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: httpx (>=0.24,<0.25) ; python_version >= "3.7" and python_version < "3.8"
Requires-Dist: httpx (>=0.26) ; python_version >= "3.8"
Requires-Dist: keyring (>=18.0,<18.1) ; python_version >= "2.7" and python_version < "2.8"
Requires-Dist: keyring (>=19,<24.1) ; python_version >= "3.5" and python_version < "3.7"
Requires-Dist: keyring (>=23.0) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: markupsafe (>=2.0,<3.0) ; python_version >= "3.6" and python_version < "3.7"
Requires-Dist: markupsafe (>=2.1) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: numpy (>=1.16,<2.0) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.6"
Requires-Dist: numpy (>=1.18,<2.0) ; python_version >= "3.6" and python_version < "3.7"
Requires-Dist: numpy (>=1.21,<2.0) ; python_version >= "3.7" and python_version < "3.8"
Requires-Dist: numpy (>=1.22) ; python_version >= "3.8" and python_version < "4.0"
Requires-Dist: packaging (>=20.9,<21.0) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
Requires-Dist: packaging (>=21.0) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: paramiko (>=2.9) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"
Requires-Dist: pipreqs (>=0.4) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"
Requires-Dist: psutil (>=5.7) ; python_version >= "3.5" and python_version < "3.6" and sys_platform == "windows"
Requires-Dist: psutil (>=5.8) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"
Requires-Dist: psutil (>=5.8) ; python_version >= "3.5" and python_version < "3.6" and sys_platform != "windows"
Requires-Dist: pyc-core (>=1.10) ; (python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7") and (extra == "all" or extra == "devel")
Requires-Dist: pyc-core ; (python_version >= "3.7" and python_version < "4.0") and (extra == "all" or extra == "devel")
Requires-Dist: pydantic (>=1.8) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: pyinstaller (>=5.3) ; python_version >= "3.7" and python_version < "3.12"
Requires-Dist: pytest (>=7.1) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: pytest-cov (>=3,<5.0) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: python-dateutil (>=2.8) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: python-multipart (>=0.0.5) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: pythonsed ; sys_platform == "win32"
Requires-Dist: pywin32 (==228) ; python_version >= "2.7" and python_version < "2.8" and sys_platform == "win32" or python_version >= "3.5" and python_version < "3.7" and sys_platform == "win32"
Requires-Dist: pywin32 (>=306,<307) ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32"
Requires-Dist: pyx-poetry (>=1.18) ; (python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7") and (extra == "all" or extra == "core")
Requires-Dist: pyx-poetry ; (python_version >= "3.7" and python_version < "4.0") and (extra == "all" or extra == "core")
Requires-Dist: rapidfuzz (>=2.15,<3.3) ; python_version >= "3.7" and python_version < "3.8"
Requires-Dist: rapidfuzz (>=3,<4.0) ; python_version >= "3.8" and python_version < "4.0"
Requires-Dist: recommonmark (>=0.7) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: requests (>=2.25,<3.0) ; python_version >= "3.5" and python_version < "3.7"
Requires-Dist: requests (>=2.28) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: requests-toolbelt (>=0.10) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: requests-toolbelt (>=0.8,<10) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
Requires-Dist: scipy (>=1.10) ; python_version >= "3.9" and python_version < "3.13"
Requires-Dist: scipy (>=1.2,<2.0) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.6"
Requires-Dist: scipy (>=1.5,<2.0) ; python_version >= "3.6" and python_version < "3.7"
Requires-Dist: scipy (>=1.6,<2.0) ; python_version >= "3.7" and python_version < "3.8"
Requires-Dist: scipy (>=1.8,<1.9) ; python_version >= "3.8" and python_version < "3.9"
Requires-Dist: setuptools (>=39.0,<40.0) ; python_version >= "2.7" and python_version < "2.8"
Requires-Dist: setuptools (>=49.0,<50.0) ; python_version >= "3.5" and python_version < "3.6"
Requires-Dist: setuptools (>=58.0,<59.0) ; python_version >= "3.6" and python_version < "3.7"
Requires-Dist: setuptools (>=64.0,<65.0) ; python_version >= "3.7" and python_version < "3.8"
Requires-Dist: setuptools (>=70,<71) ; python_version >= "3.8" and python_version < "4.0"
Requires-Dist: six (>=1.15) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"
Requires-Dist: sphinx (>=3.0,<4.0) ; python_version >= "3.6" and python_version < "3.7"
Requires-Dist: sphinx (>=5.1) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: sphinx-rtd-theme (>=1.0) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: sphinxcontrib-bibtex (>=1.0,<2.0) ; python_version >= "3.6" and python_version < "3.7"
Requires-Dist: sphinxcontrib-bibtex (>=2.5) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: sphinxemoji (>=0.2) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: starlette (>=0.19) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: stdlib-list (>=0.8) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"
Requires-Dist: svn (>=1.0) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"
Requires-Dist: tomlkit (>=0.12) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: tomlkit (>=0.5,<1) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
Requires-Dist: uvicorn (>=0.17) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: whichcraft (>=0.6) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"
Project-URL: Changelog, https://gitlab.dlr.de/fa_sw/stmlab/PyXMake/-/blob/master/CHANGELOG.md
Project-URL: Documentation, https://gitlab.dlr.de/fa_sw/stmlab/PyXMake/-/blob/master/README.md
Project-URL: Repository, https://gitlab.dlr.de/fa_sw/stmlab/PyXMake
Description-Content-Type: text/markdown

[![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)
