docstr-coverage

View on PyPIReverse Dependencies (21)

2.3.2 docstr_coverage-2.3.2-py3-none-any.whl

Wheel Details

Project: docstr-coverage
Version: 2.3.2
Filename: docstr_coverage-2.3.2-py3-none-any.whl
Download: [link]
Size: 25816
MD5: 28803f97b33ef0c141814bc9b78ee19c
SHA256: 37a885d6560ad87e289b23bf0e54527885bacbf6b17cf55278d514dd0fef8ff5
Uploaded: 2024-05-07 16:54:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: docstr-coverage
Version: 2.3.2
Summary: Utility for examining python source files to ensure proper documentation. Lists missing docstrings, and calculates overall docstring coverage percentage rating.
Author: Hunter McGushion
Author-Email: hunter[at]mcgushion.com
Home-Page: https://github.com/HunterMcGushion/docstr_coverage
License: MIT
Keywords: docstring coverage documentation audit source code statistics report
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Utilities
Requires-Dist: click
Requires-Dist: PyYAML
Requires-Dist: tqdm
Requires-Dist: importlib-resources; python_version < "3.9"
Requires-Dist: flake8 (==4.0.1); extra == "lint"
Requires-Dist: black (==22.3.0); extra == "lint"
Requires-Dist: isort (==5.10.1); extra == "lint"
Requires-Dist: pytest (==6.2.5); extra == "test"
Requires-Dist: pytest-mock (==3.4.0); extra == "test"
Provides-Extra: lint
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 9230 characters]

WHEEL

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

RECORD

Path Digest Size
docstr_coverage/__init__.py sha256=qmJd6LGW0epnK18_OyvStFN8VeLMaZw2bQ-0o9PmPSQ 552
docstr_coverage/badge.py sha256=Ir188BjSeovuH4dsvZLW0mPproQd1IyXY7JfNKFgChE 3117
docstr_coverage/cli.py sha256=_Men3uuCbnqswab21Fj6AujrDxJFKhLIpKAqCVEbhKo 14135
docstr_coverage/config_file.py sha256=xZaxD15708sMkBZCiXy8c9RdVQl2dxThUgSMTZQd9JY 2841
docstr_coverage/coverage.py sha256=vDup-L8qkenTBWDSXUc7exiWSVB2NDXseqw3hPaMZ6g 11206
docstr_coverage/ignore_config.py sha256=bC3LR8hZT63wWUBp0QDu-r5rGZQVeWuxTUQiZW36Sek 2854
docstr_coverage/printers.py sha256=LSe_T__y-gk3sM87i3kADV-vAPDJgiyI8Lzg_iofXfo 5564
docstr_coverage/result_collection.py sha256=E_ZmrwmnUWG7WyUixGn6OPphfoRXcp6R7YiHy_Ud0vo 12005
docstr_coverage/visitor.py sha256=f_PHFDLQRJqwgvU48ISLpQkI6FBXFErogN2Rt82XLr0 5032
docstr_coverage/templates/flat.svg sha256=IcKhhAUCZiqVdjyakV8Nh4dLGnI_Vrh1BfOqRjL509s 1108
docstr_coverage-2.3.2.dist-info/LICENSE.txt sha256=aU4wvoIxhRBTFmAnHp0TLT_MWxbV8yv0apsTjSGozEk 1075
docstr_coverage-2.3.2.dist-info/METADATA sha256=VlThg7w4TehW9b5fzPepWM7HtHzOxf60esVt9zgWSg0 10925
docstr_coverage-2.3.2.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
docstr_coverage-2.3.2.dist-info/entry_points.txt sha256=qQK1FGTFFiie2eb8jUU8XUQGYwHVdCgzXlhrgGuM-q8 65
docstr_coverage-2.3.2.dist-info/top_level.txt sha256=iZ1cg0aDlr3LeYnvxColilouXEvAIfgfGxipr8dI94E 16
docstr_coverage-2.3.2.dist-info/RECORD

top_level.txt

docstr_coverage

entry_points.txt

docstr-coverage = docstr_coverage.cli:execute