poetry-pyinvoke-plugin

View on PyPIReverse Dependencies (0)

0.5.0 poetry_pyinvoke_plugin-0.5.0-py3-none-any.whl

Wheel Details

Project: poetry-pyinvoke-plugin
Version: 0.5.0
Filename: poetry_pyinvoke_plugin-0.5.0-py3-none-any.whl
Download: [link]
Size: 5395
MD5: dc210fde80cb4f77642c844fd5bcb798
SHA256: 06284fc347aaf9b15e0a6f22c74e4f23df779da0457321f822172d47ef062fc8
Uploaded: 2023-11-30 18:41:46 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: poetry-pyinvoke-plugin
Version: 0.5.0
Summary: A plugin for poetry that allows you to execute scripts defined in your tasks.py using pyinvoke. Inspired by poetry-exec-plugin.
Author: neozenith
Home-Page: https://github.com/neozenith/poetry-pyinvoke-plugin
Project-Url: Repository, https://github.com/neozenith/poetry-pyinvoke-plugin
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8.1,<4
Requires-Dist: invoke (<3.0.0,>=2.2.0)
Requires-Dist: poetry (<2.0.0,>=1.6.1)
Requires-Dist: simple-chalk (<0.2.0,>=0.1.0)
Requires-Dist: toml (<0.11.0,>=0.10.2)
Description-Content-Type: text/markdown
[Description omitted; length: 6100 characters]

WHEEL

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

RECORD

Path Digest Size
poetry_pyinvoke_plugin/plugin.py sha256=f975nn0uaa6cXgqsKrYAvvRuDOweIUoB-PjMBxC7DjA 2751
poetry_pyinvoke_plugin-0.5.0.dist-info/LICENSE sha256=KmH4d5vkuyIGYBdpFeJvCHtHFZ2mUuHZfEx2UtFLaVQ 1066
poetry_pyinvoke_plugin-0.5.0.dist-info/METADATA sha256=ONZzOUeqUOF0__OLl2gVBc-iXaHNvJLv0cnIV6uqqNM 7014
poetry_pyinvoke_plugin-0.5.0.dist-info/WHEEL sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4 88
poetry_pyinvoke_plugin-0.5.0.dist-info/entry_points.txt sha256=q6cg-bF3HqBJaVboHWoy7nAIbnCjtLSoO1MZ0bgzBVI 123
poetry_pyinvoke_plugin-0.5.0.dist-info/RECORD

entry_points.txt

inv = poetry_pyinvoke_plugin.plugin:InvPlugin
invoke = poetry_pyinvoke_plugin.plugin:InvokePlugin