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 |