raincoat

View on PyPIReverse Dependencies (0)

1.2.4 raincoat-1.2.4-py3-none-any.whl

Wheel Details

Project: raincoat
Version: 1.2.4
Filename: raincoat-1.2.4-py3-none-any.whl
Download: [link]
Size: 20250
MD5: af4db1a455a853e8afcf2f38e9a28995
SHA256: e8824eefc83b25d650d5da760e3236b9b468aa7bb7eb368946af4419d7deb42c
Uploaded: 2022-10-12 22:26:25 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: raincoat
Version: 1.2.4
Summary: Raincoat has you covered when you cannot stay DRY. Linter for copy-pasted code.
Author: Joachim Jablon
Author-Email: ewjoachim[at]gmail.com
Home-Page: https://raincoat.readthedocs.io/
Project-Url: Documentation, https://raincoat.readthedocs.io/
Project-Url: Repository, https://github.com/ewjoachim/raincoat
License: MIT
Keywords: linter,copy-paste
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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 :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7,<4.0
Requires-Dist: asttokens
Requires-Dist: click
Requires-Dist: colorama
Requires-Dist: importlib-metadata; python_version < "3.10"
Requires-Dist: requests
Requires-Dist: typing-extensions
Description-Content-Type: text/x-rst
[Description omitted; length: 6743 characters]

WHEEL

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

RECORD

Path Digest Size
raincoat/__init__.py sha256=dkrlzQz2YOYBdJYHh-UfHVi_GTaX07D57833X2SsTrU 923
raincoat/__main__.py sha256=yn1hMMJgvT7N6_xnL7u5IYbSipJYYJxtNWyzW2CHCHA 174
raincoat/cli.py sha256=qOqQ4VovvWLEYL1umhF9Dh1I-4ZJJWGklDAtzvhu540 2797
raincoat/color.py sha256=eoV4Jpb0-_pVHjrCVvRBqZB5QzJMCTO00puZleNFrtc 942
raincoat/constants.py sha256=ZS0S-r5_r0BLZoLEwx08SWhtuWiT_cUz432vcFobBY8 111
raincoat/exceptions.py sha256=6VjLklumQF9hlVOP8DFWtFtqsMaRDkIvEueXltZpEII 378
raincoat/github_utils.py sha256=evl7s2FulQWBhn27UO650G48kgbCFLZzEpfDMNTTXoE 244
raincoat/glue.py sha256=TL4jxbdVH0cbntpKzitI5EeBlA-WYCj-9G_tEwqTClA 1022
raincoat/grep.py sha256=2B-fQrlF5vmqqeTSmTqvUFs644EPX0wFO88nM-qz9m8 2579
raincoat/match/__init__.py sha256=C0Zv102Hw6uRJ8IZr_IWNH-VW1o-zdO-5F4nlPRK1PM 2940
raincoat/match/django.py sha256=nGSy7LS5Qe6-vScwIZPmNnuSzh2ZablgujdNEJYf9n8 4151
raincoat/match/pygithub.py sha256=Fh-YX1bIt1iHAEcD1LDzFR_56c6KgcS4IIigmvI9PgI 2226
raincoat/match/pypi.py sha256=OAZsU3NnndY20r2X_FVimEN1J3zfKmPnEmSyK5zjuEE 2386
raincoat/match/python.py sha256=bqBHBPraJeKEpk-HVZMh89IzB39brS2Etgw6vLl9fQg 5886
raincoat/metadata.py sha256=eTMeQVwldW0E8xioJZ_bUdWRPi2KIFVY_5khJ1FBTkA 580
raincoat/parse.py sha256=ovmKlAZQBU-TzEbPkacHI9XOrb_L7dD3x7xCyAZZ9-g 1925
raincoat/source.py sha256=sHt57FJN_1pxmVUJ8eWnqDPJm3gJavLzAMpw9Ujo2f4 4012
raincoat/utils.py sha256=Nqy0qWOqJhYwizjR072SfCLEKjBR-A7GBqDekoQbVFc 1128
raincoat-1.2.4.dist-info/entry_points.txt sha256=JEjXSwvEvQFKwYsNIuwpicM8Y6fXfmBkCCTN0vfVT-c 187
raincoat-1.2.4.dist-info/LICENSE.rst sha256=46jxmR8rnbCOV-gTTje-RHWlGaVV6DBteL7FUEgQQqs 1072
raincoat-1.2.4.dist-info/WHEEL sha256=vxFmldFsRN_Hx10GDvsdv1wroKq8r5Lzvjp6GZ4OO8c 88
raincoat-1.2.4.dist-info/METADATA sha256=MVKmUiTCUK2l3DXPchaLfEvI29ZlZ38h8bpYuhObfho 8102
raincoat-1.2.4.dist-info/RECORD

entry_points.txt

raincoat = raincoat.cli:main
django = raincoat.match.django:DjangoMatch
pygithub = raincoat.match.pygithub:PyGithubMatch
pypi = raincoat.match.pypi:PyPIMatch