{"id":13468887,"url":"https://github.com/prettier/plugin-python","last_synced_at":"2025-10-05T12:31:46.545Z","repository":{"id":57138015,"uuid":"115232444","full_name":"prettier/plugin-python","owner":"prettier","description":"Prettier Python Plugin","archived":true,"fork":false,"pushed_at":"2019-03-13T10:33:16.000Z","size":302,"stargazers_count":521,"open_issues_count":19,"forks_count":40,"subscribers_count":41,"default_branch":"master","last_synced_at":"2025-09-16T06:46:11.419Z","etag":null,"topics":["prettier","python"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prettier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-24T01:28:27.000Z","updated_at":"2025-07-11T23:59:33.000Z","dependencies_parsed_at":"2022-08-29T04:30:23.055Z","dependency_job_id":null,"html_url":"https://github.com/prettier/plugin-python","commit_stats":null,"previous_names":["prettier/prettier-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prettier/plugin-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettier%2Fplugin-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettier%2Fplugin-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettier%2Fplugin-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettier%2Fplugin-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prettier","download_url":"https://codeload.github.com/prettier/plugin-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettier%2Fplugin-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278366607,"owners_count":25975091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["prettier","python"],"created_at":"2024-07-31T15:01:21.286Z","updated_at":"2025-10-05T12:31:46.201Z","avatar_url":"https://github.com/prettier.png","language":"JavaScript","readme":"# This plugin is deprecated.\n\nWe recommend you use [Black](https://github.com/ambv/black) instead.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg alt=\"Prettier\"\n  src=\"https://cdn.rawgit.com/prettier/prettier-logo/master/images/prettier-icon-light.svg\"\u003e\n\u003cimg alt=\"Python\"\n  hspace=\"25\"\n  height=\"210\"\n  src=\"https://upload.wikimedia.org/wikipedia/commons/c/c3/Python-logo-notext.svg\"\u003e\n\u003c/div\u003e\n\n\u003ch2 align=\"center\"\u003ePrettier Python Plugin\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://gitter.im/jlongster/prettier\"\u003e\n    \u003cimg alt=\"Gitter\" src=\"https://img.shields.io/gitter/room/jlongster/prettier.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://travis-ci.org/prettier/prettier-python\"\u003e\n    \u003cimg alt=\"Travis\" src=\"https://img.shields.io/travis/prettier/plugin-python/master.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@prettier/plugin-python\"\u003e\n    \u003cimg alt=\"npm version\" src=\"https://img.shields.io/npm/v/@prettier/plugin-python.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003c!-- \u003ca href=\"https://www.npmjs.com/package/@prettier-plugin-python\"\u003e\n    \u003cimg alt=\"monthly downloads\" src=\"https://img.shields.io/npm/dm/@prettier/plugin-python.svg?style=flat-square\"\u003e\n  \u003c/a\u003e --\u003e\n  \u003ca href=\"#badge\"\u003e\n    \u003cimg alt=\"code style: prettier\" src=\"https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/PrettierCode\"\u003e\n    \u003cimg alt=\"Follow+Prettier+on+Twitter\" src=\"https://img.shields.io/twitter/follow/prettiercode.svg?label=follow+prettier\u0026style=flat-square\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## WORK IN PROGRESS\n\nPlease note that this plugin is under active development, and might not be ready to run on production code yet.\n\n## Contributing\n\nIf you're interested in contributing to the development of Prettier for Python, you can follow the [CONTRIBUTING guide from Prettier](https://github.com/prettier/prettier/blob/master/CONTRIBUTING.md), as it all applies to this repository too.\n\nTo test it out on a Python file:\n\n* Clone this repository.\n* Run `yarn`.\n* Create a file called `test.py`.\n* Run `yarn prettier test.py` to check the output.\n* Run `yarn prettier -- --write test.py` to rewrite file.\n* Check out `yarn prettier -- --help` for other options.\n\n## Install\n\n```bash\nyarn add --dev --exact prettier @prettier/plugin-python\n```\n\n## Use\n\n```bash\nprettier --write \"**/*.py\"\n```\n\n## Maintainers\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/patrick91\"\u003e\n          \u003cimg width=\"150\" height=\"150\" src=\"https://github.com/patrick91.png?v=3\u0026s=150\"\u003e\n          \u003c/br\u003e\n          Patrick Arminio\n        \u003c/a\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/FuegoFro\"\u003e\n          \u003cimg width=\"150\" height=\"150\" src=\"https://github.com/FuegoFro.png?v=3\u0026s=150\"\u003e\n          \u003c/br\u003e\n          Danny Weinberg\n        \u003c/a\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/ryanashcraft\"\u003e\n          \u003cimg width=\"150\" height=\"150\" src=\"https://github.com/ryanashcraft.png?v=3\u0026s=150\"\u003e\n          \u003c/br\u003e\n          Ryan Ashcraft\n        \u003c/a\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003ctbody\u003e\n\u003c/table\u003e\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprettier%2Fplugin-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprettier%2Fplugin-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprettier%2Fplugin-python/lists"}