dependency-groups

View on PyPIReverse Dependencies (2)

1.3.0 dependency_groups-1.3.0-py3-none-any.whl

Wheel Details

Project: dependency-groups
Version: 1.3.0
Filename: dependency_groups-1.3.0-py3-none-any.whl
Download: [link]
Size: 8597
MD5: c0c3777357d8e1a1f78713bca56153ef
SHA256: 1abf34d712deda5581e80d507512664d52b35d1c2d7caf16c85e58ca508547e0
Uploaded: 2024-11-01 00:31:55 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: dependency-groups
Version: 1.3.0
Summary: A tool for resolving PEP 735 Dependency Group data
Author-Email: Stephen Rosen <sirosen0[at]gmail.com>
Project-Url: changelog, https://github.com/sirosen/dependency-groups/blob/main/CHANGELOG.rst
Project-Url: documentation, https://dependency-groups.readthedocs.io/
Project-Url: source, https://github.com/sirosen/dependency-groups
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
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: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: packaging
Requires-Dist: tomli; python_version < "3.11"
Requires-Dist: tomli; extra == "cli" and python_version < "3.11"
Provides-Extra: cli
Description-Content-Type: text/x-rst
[Description omitted; length: 1054 characters]

WHEEL

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

RECORD

Path Digest Size
dependency_groups/__init__.py sha256=C3OFu0NGwDzQ4LOmmSOFPsRSvkbBn-mdd4j_5YqJw-s 250
dependency_groups/__main__.py sha256=UNTM7P5mfVtT7wDi9kOTXWgV3fu3e8bTrt1Qp1jvjKo 1709
dependency_groups/_implementation.py sha256=D7tN1vGRd13hredcDgVPpO1bBGBBkN2PO5FTz8K-RL4 8019
dependency_groups/_lint_dependency_groups.py sha256=yp-DDqKXtbkDTNa0ifa-FmOA8ra24lPZEXftW-R5AuI 1710
dependency_groups/_pip_wrapper.py sha256=nuVW_w_ntVxpE26ELEvngMY0N04sFLsijXRyZZROFG8 1865
dependency_groups/_toml_compat.py sha256=vgvsP8l37CTxnZeggqAbhDUL8HaA-ttiirSnbK69_Ow 268
dependency_groups/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dependency_groups-1.3.0.dist-info/entry_points.txt sha256=AQWTdlRatZ-i6TSEPN6Q9XrdQVUCdtLSIrhsYyGpmLY 205
dependency_groups-1.3.0.dist-info/LICENSE.txt sha256=GrNuPipLqGMWJThPh-ngkdsfrtA0xbIzJbMjmr8sxSU 1099
dependency_groups-1.3.0.dist-info/WHEEL sha256=-ta_u8-23-bwm4JkHhR_rJkpb_X1cxtvIsLH0KOv1sU 82
dependency_groups-1.3.0.dist-info/METADATA sha256=pOgetbcYVjGB7U9BWChYe-7yp_IcI7MvkWEh5n_Al8Q 2224
dependency_groups-1.3.0.dist-info/RECORD

entry_points.txt

dependency-groups = dependency_groups.__main__:main
lint-dependency-groups = dependency_groups._lint_dependency_groups:main
pip-install-dependency-groups = dependency_groups._pip_wrapper:main