pyx-poetry

View on PyPIReverse Dependencies (2)

1.20.0 pyx_poetry-1.20.0-py2.py3-none-any.whl

Wheel Details

Project: pyx-poetry
Version: 1.20.0
Filename: pyx_poetry-1.20.0-py2.py3-none-any.whl
Download: [link]
Size: 19696
MD5: a0b4d99d42009d06052d8ac1a661f286
SHA256: 9787276e5cae35f0b14ab796c772190c036a59d41648a984bc46e8b772db246d
Uploaded: 2025-02-21 13:17:21 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pyx-poetry
Version: 1.20.0
Summary: PyXMake plugin for poetry providing additional configuration options and CLI commands
Author: Garbade, Marc
Author-Email: marc.garbade[at]dlr.de
Home-Page: https://gitlab.com/dlr-sy/pyxmake
Project-Url: Changelog, https://gitlab.com/dlr-sy/pyxmake/-/blob/master/CHANGELOG.md
Project-Url: Documentation, https://gitlab.com/dlr-sy/pyxmake/-/blob/master/README.md
Project-Url: Repository, https://gitlab.com/dlr-sy/pyxmake
License: MIT
Keywords: pyxmake,poetry,plugin
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
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Requires-Dist: GitPython (<2.2,>=2.1); python_version >= "2.7" and python_version < "2.8"
Requires-Dist: GitPython (<3.1.15,>=3); python_version >= "3.5" and python_version < "3.6"
Requires-Dist: GitPython (<3.1.19,>=3); 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: attrs (<22.0,>=21.0); python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.6"
Requires-Dist: attrs (>=22.0); python_version >= "3.6" and python_version < "4.0"
Requires-Dist: build (<0.6,>=0.1); python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.6"
Requires-Dist: build (<0.9,>=0.8); python_version >= "3.6" and python_version < "3.7"
Requires-Dist: build (>=0.9); python_version >= "3.7" and python_version < "4.0"
Requires-Dist: cffi (>=1.12)
Requires-Dist: importlib-metadata (<2.0); python_version >= "2.7" and python_version < "2.8" 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 (<4.0,>=3.0); python_version >= "2.7" and python_version < "2.8" 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 (<21.0,>=20.9); python_version >= "2.7" and python_version < "2.8" 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.2,>=1); (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: poetry (<2.0,>=1.5); (python_version >= "3.7" and python_version < "3.8") and (extra == "all" or extra == "core")
Requires-Dist: poetry (>=1.6); (python_version >= "3.8" and python_version < "4.0") and (extra == "all" or extra == "core")
Requires-Dist: pyproject-hooks (<1.1,>=1.0); python_version >= "3.7" and python_version < "4.0"
Requires-Dist: pyx-core; (python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0") and (extra == "all" or extra == "devel")
Requires-Dist: setuptools (<40.0,>=39.0); python_version >= "2.7" and python_version < "2.8"
Requires-Dist: setuptools (<50.0,>=49.0); python_version >= "3.5" and python_version < "3.6"
Requires-Dist: setuptools (<59.0,>=58.0); python_version >= "3.6" and python_version < "3.7"
Requires-Dist: setuptools (>=64.0); python_version >= "3.8" and python_version < "4.0"
Requires-Dist: setuptools (<65.0,>=64.0); python_version >= "3.7" and python_version < "3.8"
Requires-Dist: twine (<2.0,>=1.15); python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.6"
Requires-Dist: twine (<4.0,>=3.0); python_version >= "3.6" and python_version < "3.7"
Requires-Dist: twine (>=4.0); python_version >= "3.7" and python_version < "4.0"
Requires-Dist: typing-extensions (>=3.10); python_version >= "3.7" and python_version < "4.0"
Requires-Dist: urllib3 (<2.0); python_version >= "2.7" and python_version < "2.8" 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 (<21.0,>=20.22); python_version >= "3.7" and python_version < "3.8"
Requires-Dist: wheel (>=0.30); python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
Requires-Dist: wheel (>=0.40); python_version >= "3.7" and python_version < "4.0"
Provides-Extra: all
Provides-Extra: core
Provides-Extra: devel
Description-Content-Type: text/markdown
[Description omitted; length: 556 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.6.1
Root-Is-Purelib: true
Tag: py2.py3-none-any

RECORD

Path Digest Size
PyXMake/Plugin/__build.py sha256=zUTQpFlLulrHL70jv-UBFYG2SiMJ9GrPIbhbxjYeQQA 8897
PyXMake/Plugin/__git.py sha256=YWwktEz1ZIQ-8LIHmUsoS6OxD5nBD1J9MzV1YY_LmuE 7246
PyXMake/Plugin/__gitlab.py sha256=cP74Y0TNeHI8iR7-BXjsz_BlGsxhInZoczPSPR1aj0Y 11926
PyXMake/Plugin/__init__.py sha256=Xko78xWx1HV6AoZqiCtrnNPrugViNzBuFT-FnW_Esec 3228
PyXMake/Plugin/__poetry.py sha256=fQOw8c1Nd0-rQsSxO4Ftl2KXtjJawEGNYXkG5hV-Ic0 21504
pyx_poetry-1.20.0.dist-info/METADATA sha256=nrIu3hLuYnq1Q_W40rbNQPy6ma1WI_mu4dwdRfhaH_o 5931
pyx_poetry-1.20.0.dist-info/WHEEL sha256=HNQIvPlX3_ghCv6ljjG1vnIF6Npwq1SIN8tJybrRXEo 92
pyx_poetry-1.20.0.dist-info/entry_points.txt sha256=BdJwMkQcZT6Iqupy5fciXbywzvp81UlBy3Wgt-n6niM 192
pyx_poetry-1.20.0.dist-info/RECORD

entry_points.txt

poetry = PyXMake.Plugin:main
poetry-auto-script = PyXMake.Plugin:ApplicationPlugin
poetry-auto-config = PyXMake.Plugin:RuntimePlugin