contributors-txt

View on PyPIReverse Dependencies (0)

1.0.0 contributors_txt-1.0.0-py3-none-any.whl

Wheel Details

Project: contributors-txt
Version: 1.0.0
Filename: contributors_txt-1.0.0-py3-none-any.whl
Download: [link]
Size: 11247
MD5: 80c67d71dfa65502ad711a321a1e9580
SHA256: 66e71d99d105471dbdb403a40d57631746e594d63c236e4b931e3273970d012f
Uploaded: 2023-01-14 21:26:09 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: contributors-txt
Version: 1.0.0
Summary: Generate a list of contributors automatically from git data
Author: Pierre Sassoulas
Author-Email: pierre.sassoulas[at]gmail.com
Home-Page: https://github.com/Pierre-Sassoulas/contributors-txt
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: coverage (<7); extra == "test"
Requires-Dist: coveralls; extra == "test"
Requires-Dist: pre-commit (>=1.16); extra == "test"
Requires-Dist: pylint (==2.15.10); extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-vcr; extra == "test"
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 80 characters]

WHEEL

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

RECORD

Path Digest Size
contributors_txt/__init__.py sha256=CIc-q2s_wdhw6FVnplo-wKfi_FoEbHMNksRzCiZ4ntM 170
contributors_txt/__main__.py sha256=Sxhkwrg0xf-0-eKUS2zfs0hjTCTMQAiEyGGRbJx9JBs 2012
contributors_txt/const.py sha256=gdB8uoWlVAYhcQHfl8I7jXDVh9CLUSAyPSKa7kQCdns 337
contributors_txt/create_content.py sha256=1D3l7iUu8hwY3M84cvUHgO7ojNdmOFxz-iJsqnKpb8E 7623
contributors_txt/extract_comment.py sha256=ahYtmAb43G016Wt15go8ysFHWhMEFzBv3spnwxjoH7Y 3642
contributors_txt/normalize.py sha256=Wfj06bt1I4Cm7BxVKIPXQIb-vKn0FaoYFns7kdOA0yE 1645
contributors_txt/update_content.py sha256=EY8Khxt-N-Gp-dkxcvwxdpQ5s_ygE0ewQt8sIQ71YXc 8684
contributors_txt-1.0.0.dist-info/LICENSE sha256=czqNtBaNotRFQS5Z0OvAYGY5ipsIRQxh0yesckbV5Ak 1073
contributors_txt-1.0.0.dist-info/METADATA sha256=h5CXcgckzCnFR1eulxHlfTqEY1br9g-0ZsHCxdvsp4Q 1049
contributors_txt-1.0.0.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
contributors_txt-1.0.0.dist-info/entry_points.txt sha256=10ufiufgg61ggEcFo9nWimHqdkAStFfSAS3L2SsVhRg 216
contributors_txt-1.0.0.dist-info/top_level.txt sha256=FsJdyvw9rxmTku9LxEz6bR1obIp42zT_-x1MAN0W23s 17
contributors_txt-1.0.0.dist-info/RECORD

top_level.txt

contributors_txt

entry_points.txt

contributors-txt = contributors_txt.__main__:main
contributors-txt-extract-comment = contributors_txt.extract_comment:main
contributors-txt-normalize-configuration = contributors_txt.normalize:main