Metadata-Version: 2.3
Name: pyx-poetry
Version: 1.28.0
Summary: PyXMake plugin for poetry providing additional configuration options and CLI commands
License: MIT
Keywords: pyxmake,poetry,plugin
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: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
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"
Requires-Dist: GitPython (>=3,<3.1.15) ; python_version == "3.5"
Requires-Dist: GitPython (>=3,<3.1.19) ; python_version == "3.6"
Requires-Dist: GitPython (>=3.1.24) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: attrs (>=21.0,<22.0) ; python_version == "2.7" or python_version == "3.5"
Requires-Dist: attrs (>=22.0) ; python_version >= "3.6" and python_version < "4.0"
Requires-Dist: build (>=0.1,<0.6) ; python_version == "2.7" or python_version == "3.5"
Requires-Dist: build (>=0.8,<0.9) ; python_version == "3.6"
Requires-Dist: build (>=0.9,<1.2) ; python_version == "3.7"
Requires-Dist: build (>=1.1) ; python_version >= "3.8" and python_version < "4.0"
Requires-Dist: cffi (>=1.12,<1.16) ; python_version == "2.7" or python_version >= "3.5" and python_version < "3.8"
Requires-Dist: cffi (>=1.16) ; python_version >= "3.8" and python_version < "4.0"
Requires-Dist: importlib-metadata (<2.0) ; python_version == "2.7" or python_version >= "3.5" and python_version < "3.7"
Requires-Dist: importlib-metadata (>=4.0) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: importlib-resources (>=3.0,<4.0) ; python_version == "2.7" or python_version >= "3.5" and python_version < "3.7"
Requires-Dist: importlib-resources (>=5.10) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: ipaddress (>=1.0)
Requires-Dist: packaging (>=20.9,<21.0) ; python_version == "2.7" or python_version >= "3.5" and python_version < "3.7"
Requires-Dist: packaging (>=23.0) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: poetry (>=1,<1.2) ; (python_version == "2.7" or python_version >= "3.5" and python_version < "3.7") and (extra == "all" or extra == "core")
Requires-Dist: poetry (>=1.5,<2.0) ; (python_version == "3.7") and (extra == "all" or extra == "core")
Requires-Dist: poetry (>=1.6,<2.0) ; (python_version == "3.8") and (extra == "all" or extra == "core")
Requires-Dist: poetry (>=2.1) ; (python_version >= "3.9" and python_version < "4.0") and (extra == "all" or extra == "core")
Requires-Dist: pyproject-hooks (>=1.0,<1.1) ; python_version >= "3.7" and python_version < "3.9"
Requires-Dist: pyproject-hooks (>=1.2) ; python_version >= "3.9"
Requires-Dist: pyx-core ; (python_version == "2.7" or python_version >= "3.5" and python_version < "4.0") and (extra == "all" or extra == "devel")
Requires-Dist: setuptools (<70.0) ; python_version == "3.8"
Requires-Dist: setuptools (>=39.0,<40.0) ; python_version == "2.7"
Requires-Dist: setuptools (>=49.0,<50.0) ; python_version == "3.5"
Requires-Dist: setuptools (>=58.0,<59.0) ; python_version == "3.6"
Requires-Dist: setuptools (>=64.0,<65.0) ; python_version == "3.7"
Requires-Dist: setuptools (>=70.0) ; python_version >= "3.9" and python_version < "4.0"
Requires-Dist: twine (>=1.15,<2.0) ; python_version == "2.7" or python_version == "3.5"
Requires-Dist: twine (>=3.0,<4.0) ; python_version == "3.6"
Requires-Dist: twine (>=4.0) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: typing-extensions (>=3.10,<4.8) ; python_version == "3.7"
Requires-Dist: typing-extensions (>=4.8) ; python_version >= "3.8" and python_version < "4.0"
Requires-Dist: urllib3 (<2.0) ; python_version == "2.7" or python_version >= "3.5" and python_version < "3.7"
Requires-Dist: urllib3 (>=1.26) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: virtualenv (>=20.22) ; python_version >= "3.8" and python_version < "4.0"
Requires-Dist: virtualenv (>=20.22,<21.0) ; python_version == "3.7"
Requires-Dist: wheel (>=0.30) ; python_version == "2.7" or python_version >= "3.5" and python_version < "3.7"
Requires-Dist: wheel (>=0.40) ; python_version >= "3.7" and python_version < "4.0"
Project-URL: Changelog, https://gitlab.com/dlr-sy/pyxmake/-/blob/master/CHANGELOG.md
Project-URL: Documentation, https://dlr-sy.gitlab.io/pyxmake
Project-URL: Repository, https://gitlab.com/dlr-sy/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 distributes an application plugin for [poetry](https://python-poetry.org/) as an optional dependency. It can be installed together with the parent project. However, it is also separately available to ensure backwards compatibility. Please refer to the linked [repository](https://gitlab.com/dlr-sy/pyxmake) for documentation and application examples.


