vendoring

View on PyPIReverse Dependencies (2)

1.2.0 vendoring-1.2.0-py2.py3-none-any.whl

Wheel Details

Project: vendoring
Version: 1.2.0
Filename: vendoring-1.2.0-py2.py3-none-any.whl
Download: [link]
Size: 15380
MD5: a97f7f74700be564a9f8ad1fa33b5e1f
SHA256: 35b5fca683264e69e851a7580bb6a6f9848af024ffc8382ed5491bcfa55750c6
Uploaded: 2021-10-14 06:18:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: vendoring
Version: 1.2.0
Summary: A command line tool, to simplify vendoring pure Python dependencies.
Author-Email: Pradyun Gedam <pradyunsg[at]gmail.com>
Project-Url: Source, https://github.com/pradyunsg/vendoring
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: ~= 3.8
Requires-Dist: click
Requires-Dist: rich
Requires-Dist: jsonschema
Requires-Dist: toml
Requires-Dist: requests
Requires-Dist: packaging
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Provides-Extra: doc
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 1633 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.4.0
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
vendoring/__init__.py sha256=4prMDFK_Mnpe-CNU6A-0yAguDgfFHcRNc5apc4n_sGU 213
vendoring/__main__.py sha256=F1vA4O9AJTo0T_4bqNdxx5ZX_En6YnmpD4dEpDh0YVE 61
vendoring/cli.py sha256=UI4PqCR60eWl4AEgjGkx49wjFdaoHf2CzOkpIaoOkhk 2249
vendoring/configuration.py sha256=ZUOrmptQaRtxsgBSnnVE6m9G2d3Mk4A5zSNfXVtjn1U 6243
vendoring/errors.py sha256=6ZxZLR6LD1Kr9MoTexEjIeChqWrR4ejxy0rnJ5nXtp4 275
vendoring/ui.py sha256=AW5cm-NqtBz4dOb2m8_IgGDb6peS9qeRd8EkDYo92Ko 3247
vendoring/utils.py sha256=vcqRlBrEmfnZU7rGuy9ob4_rAzWLcqHW3g-r8PtqQOw 1796
vendoring/tasks/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
vendoring/tasks/cleanup.py sha256=YbsLR5nJpCZ7sf0lIKanPgV4uHoJrfXvDsjspYz9BIA 961
vendoring/tasks/license.py sha256=uWOf4VVKtz_Z0s1qKW0Heyq5TSewYzno8X9SLJnaMQE 5885
vendoring/tasks/stubs.py sha256=Pc59XT_XAcEfhHxtH_ykI4SQD2VGOPgky1hYXEhoXX0 1796
vendoring/tasks/update.py sha256=f7c_3QtkIVhPYJcsktFsl_gLDiLPTxWg3dKBAf4aPQg 2367
vendoring/tasks/vendor.py sha256=V1HV2dMnkWcBrrkj1FzPrlJSje3Jl4ceU6EGnhRj1kc 5848
vendoring-1.2.0.dist-info/entry_points.txt sha256=9ylamEDKN5IszNQejkYZM5NhJqy-NU9rLZ_Lf0xw3_M 48
vendoring-1.2.0.dist-info/LICENSE sha256=DMKvd6OVj-FfnGQU1-5DosSm8ki1of1E-UYmkLbvk2A 1080
vendoring-1.2.0.dist-info/WHEEL sha256=3tm2ZG-oRLlcavA1Wig9g4cIO0hV_ajg2xEhQivkwx4 99
vendoring-1.2.0.dist-info/METADATA sha256=F1cePoY1rzUro-hJ0i63NAA5yIuYKWMYM2WMoHBcH1o 2500
vendoring-1.2.0.dist-info/RECORD

entry_points.txt

vendoring = vendoring.cli:main