docsweeper

View on PyPIReverse Dependencies (0)

1.2.5 docsweeper-1.2.5-py3-none-any.whl

Wheel Details

Project: docsweeper
Version: 1.2.5
Filename: docsweeper-1.2.5-py3-none-any.whl
Download: [link]
Size: 32964
MD5: 76bff727d62284622e7bc2c370bd736b
SHA256: 96f099693dcbd8e558db579af46c1da800139e1e76bd092a2ae54e1c6dfafb43
Uploaded: 2022-05-21 19:45:05 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: docsweeper
Version: 1.2.5
Summary: A linter for your Python code base that finds potentially outdated docstrings using version control.
Author: Andreas Thüring
Author-Email: a.thuering[at]gmail.com
Home-Page: https://docsweeper.readthedocs.io/
Project-Url: Documentation, https://docsweeper.readthedocs.io/
Project-Url: Repository, https://github.com/thueringa/docsweeper
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Framework :: Flake8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: Software Development :: Version Control :: Mercurial
Classifier: Topic :: Utilities
Requires-Python: >=3.7,<3.11
Requires-Dist: click (<9.0.0,>=8.1.0)
Description-Content-Type: text/x-rst
[Description omitted; length: 2428 characters]

WHEEL

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

RECORD

Path Digest Size
_docsweeper/__init__.py sha256=peo5vuk0eYfCTKyniqG-6nXHbggNX21lemFhgVVKNxY 423
_docsweeper/command_line.py sha256=Q2cUxP_2zj6cq3QGbZu2N5wXGMSuywv0wUCtUGxFteo 15642
_docsweeper/command_line.py.orig sha256=XZX79QsmLN1uGywJt2y6lJyuFDdp9CHT7lRpdEF9vtk 14599
_docsweeper/docsweeper.py sha256=4mVhQpRTQ9mWk7OmRQnZF79T3peNafZj2z37IISu5co 14142
_docsweeper/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
_docsweeper/result_handler.py sha256=OLtXg2RkPH5rxMU2MsjU4-ccxxlbkttX7sZTO-91SFY 4011
_docsweeper/util.py sha256=iUOGSEG-LinY9YScFqJoV1PdJBPtDSX7i3uZkdTUIik 3121
_docsweeper/version_control.py sha256=4dszfsBiShpkKZaSsIeM9cBu8136zMGDBlKo_hv85b8 26098
_docsweeper/version_control.py.orig sha256=he-2HOai9iKZ5Bg2hFT8D1LXjfkSZ_sl9tx46DRAdoQ 29191
docsweeper/__init__.py sha256=kXGWw9UHLTFx6WKC118n19w80q5zPeASUbrZ_9h7Wm8 592
docsweeper/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
flake8_plugin/Plugin.py sha256=dfVC_PddceaxYdYLKyI4Mr9Ix2vYrncFAU4cP1xMWLM 4821
flake8_plugin/__init__.py sha256=LSSCa_c3AMaL2QfsqWVfKupVaevGpA2HJ0k65h7HP7M 450
docsweeper-1.2.5.dist-info/entry_points.txt sha256=VQA8MChPkDSkMmXEXViF1_sCPzWUCegkxlab1YLfcpA 121
docsweeper-1.2.5.dist-info/LICENSE sha256=Oyo_Euam3iOVr27t6Uz7rkZ8RAOPwdmVrGi3GsJTFSw 1056
docsweeper-1.2.5.dist-info/WHEEL sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw 83
docsweeper-1.2.5.dist-info/METADATA sha256=ixPPHSYtKqpkge0zd02E46IHT3QwS_Ro1PdC_6OOJ_Y 4077
docsweeper-1.2.5.dist-info/RECORD

entry_points.txt

docsweeper = _docsweeper.command_line:parse_args
DOC100 = flake8_plugin.Plugin:Plugin