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
890 forks
Language: Python
last commit: about 1 month 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,524 |
psf/black | Automates formatting of Python code to maintain consistency and speed up development | 39,308 |
googleapis/google-api-python-client | A Python client library for Google's discovery based APIs. | 7,861 |
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,664 |
google-research/arxiv-latex-cleaner | A tool that processes LaTeX code to prepare papers for arXiv submission | 5,447 |
hoffstadt/dearpygui | A fast and powerful GUI toolkit for Python with minimal dependencies | 13,469 |
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 | 18,095 |
google/pytype | Automates type checking and error prevention in Python code | 4,791 |
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,295 |
pypa/pip | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,569 |
google/python-fire | Automatically generates command line interfaces from any Python object | 27,243 |
peter-evans/autopep8 | Automatically formats Python code to conform to PEP 8 style guide. | 84 |
pdfarranger/pdfarranger | An application that allows users to manipulate PDF documents by merging/splitting and rearranging pages. | 3,653 |