yapf
Code formatter
An automated code formatter for Python files, applying a configurable style to improve readability and consistency.
A formatter for Python files
14k stars
206 watching
892 forks
Language: Python
last commit: 6 days ago
Linked from 3 awesome lists
formattergooglepython
Related projects:
Repository | Description | Stars |
---|---|---|
py-pdf/pypdf | A Python library for manipulating and extracting data from PDF files | 8,379 |
psf/black | Automates formatting of Python code to maintain consistency and speed up development | 39,157 |
googleapis/google-api-python-client | A Python client library for Google's discovery based APIs. | 7,779 |
ahupp/python-magic | A Python wrapper around the libmagic C library to identify file types by their headers according to a predefined list of file types. | 2,641 |
google-research/arxiv-latex-cleaner | A tool that processes LaTeX code to prepare papers for arXiv submission | 5,357 |
hoffstadt/dearpygui | A fast and powerful GUI toolkit for Python with minimal dependencies | 13,292 |
dnanhkhoa/nb_black | Automates code formatting for Python using Black and YAPF to improve readability | 368 |
pyscript/pyscript | Enables execution of Python code in web browsers using WASM and modern web technologies | 17,992 |
google/pytype | Automates type checking and error prevention in Python code | 4,773 |
yhat/ggpy | A Python implementation of the grammar of graphics. | 3,700 |
jguer/yay | An AUR helper written in Go that simplifies package management on Arch Linux. | 11,201 |
pypa/pip | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,537 |
google/python-fire | Automatically generates command line interfaces from any Python object | 27,080 |
peter-evans/autopep8 | Automatically formats Python code to conform to PEP 8 style guide. | 85 |
pdfarranger/pdfarranger | An application that allows users to manipulate PDF documents by merging/splitting and rearranging pages. | 3,565 |