{"id":38608456,"url":"https://github.com/janberges/frettipy","last_synced_at":"2026-01-17T08:41:35.314Z","repository":{"id":39695659,"uuid":"371444877","full_name":"janberges/frettipy","owner":"janberges","description":"No fretting about pretty Python","archived":false,"fork":false,"pushed_at":"2025-05-23T11:38:05.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-23T03:51:41.418Z","etag":null,"topics":["code-formatter","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/janberges.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-05-27T16:55:32.000Z","updated_at":"2025-05-23T11:37:57.000Z","dependencies_parsed_at":"2023-11-30T12:27:26.666Z","dependency_job_id":"af51c280-5d3e-46d1-87c1-2bce1e514b38","html_url":"https://github.com/janberges/frettipy","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/janberges/frettipy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janberges%2Ffrettipy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janberges%2Ffrettipy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janberges%2Ffrettipy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janberges%2Ffrettipy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janberges","download_url":"https://codeload.github.com/janberges/frettipy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janberges%2Ffrettipy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["code-formatter","python"],"created_at":"2026-01-17T08:41:34.664Z","updated_at":"2026-01-17T08:41:35.290Z","avatar_url":"https://github.com/janberges.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# frettipy\n\nNo fretting about pretty Python.\n\n* Prefer single over double quotation mark\n* Do not omit zero before or after decimal point\n* Spaces around binary operator\n* No space after unary operator\n* Spaces around comparison operator\n* No spaces around argument-assignment operator\n* No space on inner side of bracket\n* No explicit line joining in brackets\n* Slices: no spaces around slice operator\n* Dictionaries: space after colon (but not before)\n* Same indentation of lines with opening and closing bracket\n* Spaces around assignment operator\n* Block initiation: no space before colon\n* Space after comma (but not before)\n* No double spaces\n* Single space between non-whitespace character and comment\n* No space before opening bracket (except after keyword)\n* Indentation with four spaces instead of tabs\n* No trailing whitespace\n* No double blank lines (except before class or function)\n* No blank line at end of file\n* No blank line at beginning of file\n* Newline character at end of last line\n\n## Synopsis\n\nThis script formats Python source code following the above style conventions.\n\n    frettipy [-f] FILE\n\nIf `-f` is present, `FILE` **is modified in place!** Keep a copy or use version\ncontrol. Otherwise the intended modifications are shown without changing `FILE`.\n\nIf `FILE` is a directory, **all .py and .Rmd files in the tree are processed!**\n\n## Installation\n\nEither from PyPI:\n\n    python3 -m pip install frettipy\n\nOr from GitHub:\n\n    python3 -m pip install git+https://github.com/janberges/frettipy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanberges%2Ffrettipy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanberges%2Ffrettipy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanberges%2Ffrettipy/lists"}