requirementslib

View on PyPIReverse Dependencies (24)

3.0.0 requirementslib-3.0.0-py2.py3-none-any.whl

Wheel Details

Project: requirementslib
Version: 3.0.0
Filename: requirementslib-3.0.0-py2.py3-none-any.whl
Download: [link]
Size: 96688
MD5: b17c7bab7c024614063f9b120f59cd41
SHA256: 67b42903d7c32f89c7047d1020c619d37cb515c475a4ae6f4e5683e1c56d7bf7
Uploaded: 2023-06-18 11:42:41 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: requirementslib
Version: 3.0.0
Summary: A tool for converting between pip-style and pipfile requirements.
Author: Dan Ryan
Author-Email: dan[at]danryan.co
Maintainer: Frost Ming
Maintainer-Email: mianghong[at]gmail.com
Home-Page: https://github.com/sarugaku/requirementslib
License: MIT
Keywords: pipfile,requirements.txt,pip,requirementslib,pipenv,lockfile,dependency resolver,resolver,dependencies
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Requires-Dist: distlib (>=0.2.8)
Requires-Dist: pep517 (>=0.5.0)
Requires-Dist: pip (>=23.1)
Requires-Dist: platformdirs
Requires-Dist: plette[validation]
Requires-Dist: pydantic
Requires-Dist: requests
Requires-Dist: setuptools (>=40.8)
Requires-Dist: tomlkit (>=0.5.3)
Requires-Dist: nox; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: parver; extra == "dev"
Requires-Dist: towncrier; extra == "dev"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: readme-renderer[md]; extra == "tests"
Requires-Dist: pytest-xdist; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-timeout; extra == "tests"
Requires-Dist: coverage; extra == "tests"
Requires-Dist: hypothesis; extra == "tests"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: tests
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 11021 characters]

WHEEL

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

RECORD

Path Digest Size
requirementslib/__init__.py sha256=3HbaSvlbD72AoRfQ6IfdIn0o2OqurY74sIi567Oi7A0 365
requirementslib/environment.py sha256=xTcw8xj8-Vr2xIo6JocI8UPAKxs2_yr4fZ2-DeGueyQ 364
requirementslib/exceptions.py sha256=7SbEvCwL6VeD4ZhpDXbMZ_0sbr6r4EB7BUMOZppXL0g 3371
requirementslib/fileutils.py sha256=MOitKbXMlBIDf3u3DyIlSwypnZTNuLlT1o5hcEzdcWc 10862
requirementslib/funktools.py sha256=GYP8x3W3bh_BXtCzIiaa0FlzZ5S-T-tfK6CjN3Syc6Y 2292
requirementslib/utils.py sha256=YJmAiEzxOcjtSjXMGaQh0HvPaxdeZezdZkUxudSuzf0 27937
requirementslib/models/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
requirementslib/models/common.py sha256=cU1TK_gBk0aZgQ9vy8ocmUiEbIrWSLNFDT3kEdvdWzY 1100
requirementslib/models/dependencies.py sha256=KoJIEoGZWkce8N95UBGVjFhcQIqfy5DlqC11jx00DO0 2506
requirementslib/models/lockfile.py sha256=9gMTepYKx_4I5w0Hs3SsLyj2rpkUibr1Cwe-0YIzNp0 9215
requirementslib/models/markers.py sha256=y2OAI9sUXUeV02L4718LnraMfk4HArN2yFNtDL8UKO4 24100
requirementslib/models/metadata.py sha256=35z8NZ4oRet4IxwKlWvJqu4jykxw78V2rF0tKYEClUU 36642
requirementslib/models/old_pip_utils.py sha256=uNAGjI-hpSwlSN72IsyPaodEu4SyIm8DeGQy_wtfooA 3258
requirementslib/models/pipfile.py sha256=xQYdTHsnyQ37cx-H4pg7qs_ubwxjrfQFuKzXnZ0yeUU 12051
requirementslib/models/project.py sha256=VfH9Wf-TR4-nMxzZYqlVEHNAJh3Vb-Q4jzGW8J12WO0 2189
requirementslib/models/requirements.py sha256=7ogokFYLp98faGU33XMIkC318C3VTP6d8CGLSfoXaAg 109147
requirementslib/models/setup_info.py sha256=t3oZLRyJpi7NjPVV0Mx3LkJFJwibSV2M0mQZe2lq4yc 61722
requirementslib/models/url.py sha256=0QYlttIu1pFf7yqhwl2r8ZeSSw3zjFVQJr3q9j629pY 17937
requirementslib/models/utils.py sha256=kQuGorElCPKF03ZgvnUFeG6WYTbNHrhE51E5cBq7fjs 26802
requirementslib/models/vcs.py sha256=FcC1YRhpGc2vdO6ub_pd_PMGfmzGKN7TiSymJAuYEy0 3688
requirementslib-3.0.0.dist-info/LICENSE sha256=So1Q2a0LT3UFq513mh_65_1uYyr3zflQbqE4zlh5QOw 1092
requirementslib-3.0.0.dist-info/METADATA sha256=Ej6DP7Lx5OSIk2oKDBrYG5y2w2WnOXcFuK2fN2T8DS8 13240
requirementslib-3.0.0.dist-info/WHEEL sha256=a-zpFRIJzOq5QfuhBzbhiA1eHTzNCJn8OdRvhdNX0Rk 110
requirementslib-3.0.0.dist-info/top_level.txt sha256=62RzC-JqDN0Tka6aDiOwziXeW9gdtztzq2enS-Qu1yo 16
requirementslib-3.0.0.dist-info/zip-safe sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
requirementslib-3.0.0.dist-info/RECORD

top_level.txt

requirementslib

zip-safe