formate

View on PyPIReverse Dependencies (3)

0.7.0 formate-0.7.0-py3-none-any.whl

Wheel Details

Project: formate
Version: 0.7.0
Filename: formate-0.7.0-py3-none-any.whl
Download: [link]
Size: 71740
MD5: 835b5e748b3f02c1b9b0e6441c6351df
SHA256: 80c67511b1b06efb447267dbc7f6915b17b39c2d6b0cde48c6a47f7d0a95671f
Uploaded: 2023-10-20 14:34:15 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: formate
Version: 0.7.0
Summary: Python formatting mate.
Author-Email: Dominic Davis-Foster <dominic[at]davis-foster.co.uk>
Home-Page: https://github.com/python-formate/formate
Project-Url: Issue Tracker, https://github.com/python-formate/formate/issues
Project-Url: Source Code, https://github.com/python-formate/formate
Project-Url: Documentation, https://formate.readthedocs.io/en/latest
License: MIT
Keywords: formatting,linting
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
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.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Typing :: Typed
Platform: Windows
Platform: macOS
Platform: Linux
Requires-Python: >=3.6
Requires-Dist: astatine (>=0.3.1)
Requires-Dist: asttokens (>=2.0.4)
Requires-Dist: attr-utils (>=0.5.5)
Requires-Dist: attrs (>=20.3.0)
Requires-Dist: click (>=7.1.2)
Requires-Dist: consolekit (>=1.0.0)
Requires-Dist: dom-toml (>=0.4.0)
Requires-Dist: domdf-python-tools (>=2.5.0)
Requires-Dist: isort (>=5.5.2)
Requires-Dist: prettyprinter (>=0.18.0)
Requires-Dist: typing-extensions (>=3.7.4.3)
Requires-Dist: yapf (>=0.30.0)
Description-Content-Type: text/x-rst
[Description omitted; length: 5670 characters]

WHEEL

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

RECORD

Path Digest Size
formate/__init__.py sha256=sn3Yuzr4NoQEmNncP60DpqlmLO7Hw4EPNlX06C0kugY 9766
formate/__main__.py sha256=NPLb-WRdwlukk86g5EQ_6xXzL1jJOt3cuO4RvQtSBuM 4606
formate/classes.py sha256=XzKjnPDKIQoae0W0NjDw9FinSx4h6B12GJ0pqu3ZYQs 5484
formate/config.py sha256=tNLeV9kqOU-J4Tc1AM7gODPweCgh0LXhJzlU65ZkOlo 3854
formate/dynamic_quotes.py sha256=2YMopxlrDFv7to9kwfZZA9961Vx5D9bIgRtqWBr4bV8 4557
formate/ellipses.py sha256=zp9dDnGKsOaRMGDXVXK5xy22t8AtEITjvLgTmGGkow0 3785
formate/exceptions.py sha256=sMqnbhbge3mwOBIDEbdd-lwgMSloQuK90oZ3nz8NL9s 1567
formate/imports.py sha256=q46PgQIhvTaOwf05kTXJGJ1-5hLx1yLNRY44oH-lbLc 3127
formate/mini_hooks.py sha256=uJbI3qVWA_xO2fVvbptT3Y_z5AbbrQ2C8B-27suAhGY 6567
formate/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
formate/reformat_generics.py sha256=Fn1wf2ja4DVnUWJoyGRFXuLuQxjJUW6bu6AzVyJjfGA 9867
formate/utils.py sha256=5ERKTKmLTTi22kt1Ur8hYsNC3-SlRYGPISXJmJTgiuI 6049
formate-0.7.0.dist-info/LICENSE sha256=YAujfwFBGHRBN1H8e-lMPJIrNjXLUFPxjc5W0_JrqoU 1069
formate-0.7.0.dist-info/METADATA sha256=732qKYdQWcGMJpE60hGRuyV6XpQIfn0NGhjiJEcJie0 7472
formate-0.7.0.dist-info/WHEEL sha256=3vSnEhs48RUlSXcCXKCl4DOHs_qqaP2dU3IGkMqN2oI 84
formate-0.7.0.dist-info/entry_points.txt sha256=BpTPBjE6iDxws7Y2-QyC7pDDXIHIbwc4ImqUsf3CSeU 466
formate-0.7.0.dist-info/RECORD

entry_points.txt

formate = formate.__main__:main
collections-import-rewrite = formate.imports:rewrite_collections_abc_imports
dynamic_quotes = formate.dynamic_quotes:dynamic_quotes
ellipsis_reformat = formate.ellipses:ellipsis_reformat
isort = formate:isort_hook
noqa_reformat = formate.mini_hooks:noqa_reformat
reformat-generics = formate.reformat_generics:reformat_generics
squish_stubs = formate.mini_hooks:squish_stubs
yapf = formate:yapf_hook