colcon-mixin

View on PyPIReverse Dependencies (0)

0.2.3 colcon_mixin-0.2.3-py3-none-any.whl

Wheel Details

Project: colcon-mixin
Version: 0.2.3
Filename: colcon_mixin-0.2.3-py3-none-any.whl
Download: [link]
Size: 20279
MD5: f06b993d6e4f01c34e8b4c4f3b111456
SHA256: 48c23b4102fd6a482988aaacaed7a7aabc4dd2fa59d0eb2d42a92fbb95f4283c
Uploaded: 2023-02-02 00:22:48 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: colcon-mixin
Version: 0.2.3
Summary: Extension for colcon to read CLI mixins from files.
Author: Dirk Thomas
Author-Email: web[at]dirk-thomas.net
Maintainer: Dirk Thomas
Maintainer-Email: web[at]dirk-thomas.net
Home-Page: https://colcon.readthedocs.io
Project-Url: Changelog, https://github.com/colcon/colcon-mixin/milestones?direction=desc&sort=due_date&state=closed
Project-Url: GitHub, https://github.com/colcon/colcon-mixin/
License: Apache License, Version 2.0
Keywords: colcon
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: colcon-core (>=0.12.0)
Requires-Dist: PyYAML
Requires-Dist: flake8 (>=3.6.0); extra == "test"
Requires-Dist: flake8-blind-except; extra == "test"
Requires-Dist: flake8-builtins; extra == "test"
Requires-Dist: flake8-class-newline; extra == "test"
Requires-Dist: flake8-comprehensions; extra == "test"
Requires-Dist: flake8-deprecated; extra == "test"
Requires-Dist: flake8-docstrings; extra == "test"
Requires-Dist: flake8-import-order; extra == "test"
Requires-Dist: flake8-quotes; extra == "test"
Requires-Dist: pep8-naming; extra == "test"
Requires-Dist: pylint; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: scspell3k (>=2.2); extra == "test"
Provides-Extra: test
License-File: LICENSE
[Description omitted; length: 280 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.34.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
colcon_mixin/__init__.py sha256=-T7qgqhiUeH-Uzc6E73PkpM6Ag9ZxkjL4djf2LGmgzc 106
colcon_mixin/mixin/__init__.py sha256=pofNwWx-yVW6vlwIVmV419QLzJ7908ZLDi6icmrc9Zc 3752
colcon_mixin/mixin/mixin_argument.py sha256=RUshr-FfjwhyTsGpAHfaAloZIQvKAhAFedLhTBy_No4 12318
colcon_mixin/mixin/repository.py sha256=1nMhTOziTpXekSQQ7IdzDTbRDn2eWqHFwtBmwP9siBU 3197
colcon_mixin/subverb/__init__.py sha256=e7WBLBH-zZ27VxZ-3OxHyeuaYKuVtdxZ5MIF90FqXz0 1652
colcon_mixin/subverb/add.py sha256=NANfwes_wIcK4D6W2C8OiOGjNj4JpmmgiaH4Wu3Da98 1749
colcon_mixin/subverb/list.py sha256=COiARKIxS6eGz6B-7v8Ab1AcfLJI1GZffAYrEKaWY7g 2213
colcon_mixin/subverb/remove.py sha256=f8IMbZIOjheteNkHzzGCe0ms0ABifxlnOvh71Dt0bXw 1357
colcon_mixin/subverb/show.py sha256=a1sh5dz9yAD34YxeZM4hpzpLsrfX6vZCqXZRNcDx_1Y 3094
colcon_mixin/subverb/update.py sha256=QwX4eoBiL-h4WGmxfnmWm9pYQc3BVa8ujtzhTgrHQ7M 5936
colcon_mixin/verb/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
colcon_mixin/verb/mixin.py sha256=r3yFk-XYN238TWfhfUJ_TwZJ9AuULVzPuLPDEKTre08 1166
colcon_mixin-0.2.3.dist-info/LICENSE sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA 11358
colcon_mixin-0.2.3.dist-info/METADATA sha256=Fp_XCOeYgDGhMXiJJNmMb4FetWPTa2-YeTQWqh4vpBg 2005
colcon_mixin-0.2.3.dist-info/WHEEL sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY 92
colcon_mixin-0.2.3.dist-info/entry_points.txt sha256=QRsc97hdoJht712NbsWZA8U81vJs2LHOJkBDywXRH2U 635
colcon_mixin-0.2.3.dist-info/top_level.txt sha256=jPyLzKTJH7A98-CL2Yy4AkbjqgyiVovEBS3gbhRd5_0 13
colcon_mixin-0.2.3.dist-info/zip-safe sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
colcon_mixin-0.2.3.dist-info/RECORD

top_level.txt

colcon_mixin

entry_points.txt

mixin = colcon_mixin.mixin.mixin_argument:MixinArgumentParserDecorator
mixin_path = colcon_mixin.mixin:COLCON_MIXIN_PATH
colcon_mixin.subverb = colcon_mixin.subverb:MixinSubverbExtensionPoint
mixin = colcon_mixin.verb.mixin:MixinVerb
add = colcon_mixin.subverb.add:AddMixinSubverb
list = colcon_mixin.subverb.list:ListMixinSubverb
remove = colcon_mixin.subverb.remove:RemoveMixinSubverb
show = colcon_mixin.subverb.show:ShowMixinSubverb
update = colcon_mixin.subverb.update:UpdateMixinSubverb

zip-safe