vulcan-py

View on PyPIReverse Dependencies (0)

2.1.0 vulcan_py-2.1.0-py3-none-any.whl

Wheel Details

Project: vulcan-py
Version: 2.1.0
Filename: vulcan_py-2.1.0-py3-none-any.whl
Download: [link]
Size: 25731
MD5: 763c53aea4ec45f48e159e67c219a64e
SHA256: f5062e5d247d9ebecf00f25b575b0ac879b0c4b83b4c026d6b6e10ee467c6c30
Uploaded: 2023-07-25 14:37:58 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: vulcan-py
Version: 2.1.0
Summary: Tool for leveraging lockfiles to pin dependencies in wheels and sdists
Author-Email: Joel Christiansen <joelchristiansen[at]optiver.com>
Project-Url: github, https://github.com/optiver/vulcan-py
License: Apache License Version 2.0
Keywords: build,tooling
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.8
Requires-Dist: setuptools (~=63.0)
Requires-Dist: wheel (~=0.36.2)
Requires-Dist: tomlkit (~=0.11)
Requires-Dist: editables (~=0.5)
Requires-Dist: packaging (~=22.0)
Requires-Dist: shiv (~=0.5.2); extra == "cli"
Requires-Dist: build[virtualenv] (~=0.8.0); extra == "cli"
Requires-Dist: click (~=8.0); extra == "cli"
Requires-Dist: pkginfo (~=1.9); extra == "convert"
Provides-Extra: cli
Provides-Extra: convert
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 12208 characters]

WHEEL

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

RECORD

Path Digest Size
vulcan/__init__.py sha256=HyaH0r1RsFyL_1EZwhnpuw3rwOFaT-x_V0K3i1x8Ams 6909
vulcan/build_backend.py sha256=iMIYxEAA3pMEm9NMAlRQr7Fp49cQJdNl6RGaT5Kf93k 6730
vulcan/builder.py sha256=vQIQeTrV5K6rzBgRek7PsjdVLBEvn6w1F33wEKO5vZY 2588
vulcan/cli.py sha256=yo_GdYnKt7WaZ_n0Ya5RJUKpNrFE_EZXhCJprr0GaWs 10065
vulcan/isolation.py sha256=9tcm4ovi6y1NdUaRNUPoWx-Jq0b08Q78dSoSURKEUYY 4901
vulcan/plugins.py sha256=oxnmTndbtbVhSRRZWp5N-44Qt57LsJJPq2_Nlhh9ebU 1917
vulcan/scripts/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
vulcan/scripts/setuppy_to_pep621.py sha256=MQ9lpYJMNYMuxVguOIyQ6HHHDvEchTVpiAEzzUafHHw 6311
vulcan/scripts/vulcan_1_to_2.py sha256=AK-uNZsVhjbicyWBDWTjuN5UJaSkHbmrjyKudZZSNY4 2284
vulcan_py-2.1.0.dist-info/LICENSE sha256=Hbh21zrPbMzQWg9q_0GRxZ5NwmNgu2zX1IWvwD6NPAU 10762
vulcan_py-2.1.0.dist-info/METADATA sha256=Y02wU3IyBSGup22VQKXeoXwnninuAMI4aa6kZjDcexs 13216
vulcan_py-2.1.0.dist-info/WHEEL sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q 92
vulcan_py-2.1.0.dist-info/entry_points.txt sha256=Z5qGWsZGd2__ltbYTtZMn2XZEnuUwQ02FFQJnDjghOY 220
vulcan_py-2.1.0.dist-info/top_level.txt sha256=Wp8Ddga48cqQsqVTlPPjWVCX4e2R_XmTWdEbkQ4y4Hw 7
vulcan_py-2.1.0.dist-info/RECORD

top_level.txt

vulcan

entry_points.txt

convert_pep621 = vulcan.scripts.setuppy_to_pep621:convert
convert_vulcan2 = vulcan.scripts.vulcan_1_to_2:convert
vulcan = vulcan.cli:main
example_plugin = vulcan.plugins:test_plugin