{"id":19282444,"url":"https://github.com/4catalyzer/python","last_synced_at":"2025-07-26T16:36:04.736Z","repository":{"id":57429940,"uuid":"92560326","full_name":"4Catalyzer/python","owner":"4Catalyzer","description":"4Catalyzer Python Style Guide","archived":false,"fork":false,"pushed_at":"2023-12-01T11:29:11.000Z","size":28,"stargazers_count":3,"open_issues_count":5,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-01T01:16:32.433Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/4Catalyzer.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-05-27T01:18:21.000Z","updated_at":"2021-11-19T14:40:10.000Z","dependencies_parsed_at":"2022-08-26T04:42:07.941Z","dependency_job_id":null,"html_url":"https://github.com/4Catalyzer/python","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4Catalyzer%2Fpython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4Catalyzer%2Fpython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4Catalyzer%2Fpython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4Catalyzer%2Fpython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4Catalyzer","download_url":"https://codeload.github.com/4Catalyzer/python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223886197,"owners_count":17219692,"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","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":[],"created_at":"2024-11-09T21:26:56.105Z","updated_at":"2024-11-09T21:26:56.769Z","avatar_url":"https://github.com/4Catalyzer.png","language":"Python","readme":"# Python\n\nWe rely on [Fourmat](https://github.com/4Catalyzer/fourmat) to automatically format and lint code according to our style guidelines. Below are additional guidelines that are not taken care of by Fourmat.\n\n## Data types\n\nPrefer immutable data types over their mutable equivalents. Specifically, prefer `tuple` and `frozenset` over `list` and `set` respectively when the relevant collections will not be mutated. However, it is acceptable to use `list` over `tuple` for collections that semantically constitute homogeneous lists rather than heterogeneous tuples, though `tuple` may still be better when the list is short.\n\n## Preferred tools\n\n- For data frame manipulation, use [pandas](https://pandas.pydata.org/).\n- For building command line interfaces, prefer [Click](http://click.pocoo.org/).\n- For testing, use [pytest](https://pytest.org/).\n    - Prefer [fixtures](https://docs.pytest.org/en/latest/fixture.html) over explicit setup and teardown.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4catalyzer%2Fpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4catalyzer%2Fpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4catalyzer%2Fpython/lists"}