pyx-poetry

View on PyPIReverse Dependencies (2)

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

Wheel Details

Project: pyx-poetry
Version: 1.19.3
Filename: pyx_poetry-1.19.3-py2.py3-none-any.whl
Download: [link]
Size: 19694
MD5: 5854f186cd7108f5c4d71252438274f9
SHA256: 44148b716acbf79cd1d4a097a9a025479596e790b24442dba9da8bfdba9a8a45
Uploaded: 2025-01-18 14:12:33 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pyx-poetry
Version: 1.19.3
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=w4cgds8t2x6Av3j_J7gw7A_ew6JSEz4_Ar0SgHEhooY 11925
PyXMake/Plugin/__init__.py sha256=Xko78xWx1HV6AoZqiCtrnNPrugViNzBuFT-FnW_Esec 3228
PyXMake/Plugin/__poetry.py sha256=fQOw8c1Nd0-rQsSxO4Ftl2KXtjJawEGNYXkG5hV-Ic0 21504
pyx_poetry-1.19.3.dist-info/METADATA sha256=JVtc5G76oCX6dH5JDH_py2trDNF9xAD3bYRC9OJQLk0 5931
pyx_poetry-1.19.3.dist-info/WHEEL sha256=HNQIvPlX3_ghCv6ljjG1vnIF6Npwq1SIN8tJybrRXEo 92
pyx_poetry-1.19.3.dist-info/entry_points.txt sha256=BdJwMkQcZT6Iqupy5fciXbywzvp81UlBy3Wgt-n6niM 192
pyx_poetry-1.19.3.dist-info/RECORD

entry_points.txt

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