coveralls

View on PyPIReverse Dependencies (983)

4.0.0 coveralls-4.0.0-py3-none-any.whl

Wheel Details

Project: coveralls
Version: 4.0.0
Filename: coveralls-4.0.0-py3-none-any.whl
Download: [link]
Size: 13564
MD5: ccec0bc25da751558d79d0e1e9191502
SHA256: 401715d244a27d5da03eb1ac614aa585cc7e4dd5b0d4c035113b6349da4e6161
Uploaded: 2024-04-29 14:26:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: coveralls
Version: 4.0.0
Summary: Show coverage stats online via coveralls.io
Author: Kevin James
Author-Email: coveralls-python[at]thekev.in
Home-Page: http://github.com/TheKevJames/coveralls-python
Project-Url: Changelog, https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md
Project-Url: Docs, https://coveralls-python.rtfd.io/
Project-Url: Repository, http://github.com/TheKevJames/coveralls-python
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.8,<3.13
Requires-Dist: coverage[toml] (!=6.0.*,!=6.1,!=6.1.1,<7.5,>=5.0)
Requires-Dist: docopt (<0.7.0,>=0.6.1)
Requires-Dist: pyyaml (<7.0,>=3.10); extra == "yaml"
Requires-Dist: requests (<3.0.0,>=1.0.0)
Provides-Extra: yaml
Description-Content-Type: text/x-rst
[Description omitted; length: 3881 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
coveralls/__init__.py sha256=d4TPdtd5ml39--caTVhw6DGB4TY_gqyTFDb0UXHHsRs 134
coveralls/__main__.py sha256=schE67JzeF4uYozHtlKcYr0M1jCJWk6gBqdC4FvH-A8 62
coveralls/api.py sha256=Imk8qE7vdjUeif0AKO1WfBP87DwYMVAQMQEF_h9VAjg 16403
coveralls/cli.py sha256=m3jXp99-XfdekMhKXwxNQeg5E8PKTDj0-7qTiHdznmA 3434
coveralls/exception.py sha256=Sv4djA-ZdYWq5WwLJXHHeM4NHHJ7TzcWr9pZOwH5khs 336
coveralls/git.py sha256=LI_yS5aVSfUfRdArtxFaWx3UY56OdrhsobcuCxDxnX8 4086
coveralls/reporter.py sha256=dK8tBrdbKxoOuxklCMngUf5Yd1AAolROKRfiQc4AsKE 4367
coveralls-4.0.0.dist-info/LICENSE.rst sha256=nHZPm4m-__xGCwoC4r7dv2CRFDHfYF77e_kjnbw9eX4 1080
coveralls-4.0.0.dist-info/METADATA sha256=q-1aaLApKvQF92TERVxKQ1W2ZJQqN-rXZqL4dY8HKu0 5321
coveralls-4.0.0.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
coveralls-4.0.0.dist-info/entry_points.txt sha256=nwMBehkOoOfVmPPyQekmbR6MYeSfJD203Bs6hsRKVEM 84
coveralls-4.0.0.dist-info/RECORD

entry_points.txt

coveralls = coveralls.cli:main
python-coveralls = coveralls.cli:main