{"id":23957003,"url":"https://github.com/imjoseangel/python-template","last_synced_at":"2026-03-02T19:06:27.396Z","repository":{"id":205670096,"uuid":"627606317","full_name":"imjoseangel/python-template","owner":"imjoseangel","description":"Python Template Repository","archived":false,"fork":false,"pushed_at":"2024-03-21T15:05:29.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"devel","last_synced_at":"2024-05-15T20:13:54.807Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/imjoseangel.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":"CODEOWNERS","security":null,"support":null,"governance":null}},"created_at":"2023-04-13T20:19:49.000Z","updated_at":"2024-05-15T20:13:54.808Z","dependencies_parsed_at":null,"dependency_job_id":"1daecbc4-4ffd-4108-8221-45955612ff16","html_url":"https://github.com/imjoseangel/python-template","commit_stats":null,"previous_names":["imjoseangel/python-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjoseangel%2Fpython-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjoseangel%2Fpython-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjoseangel%2Fpython-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjoseangel%2Fpython-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imjoseangel","download_url":"https://codeload.github.com/imjoseangel/python-template/tar.gz/refs/heads/devel","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232750902,"owners_count":18571040,"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":"2025-01-06T16:35:45.616Z","updated_at":"2025-11-14T20:15:24.274Z","avatar_url":"https://github.com/imjoseangel.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Template Repository\n\nThis python monorepo template has the following structure:\n\n```sh\n├── .flake8\n├── dev-requirements.txt\n├── pip-requirements.txt\n├── pyproject.toml\n├── libs/\n└── projects/\n```\n\nWith this setup, you format and lint code deterministically locally and on the CI with:\n\n```sh\npython3 -m venv .venv\n\n# Make the sandbox active in the current shell session\nsource .venv/bin/activate\n\n# Install pinned pip first\npip install -r pip-requirements.txt\n\n# Install shared development dependencies, in a second step\n# to use the pinned pip version\npip install -r dev-requirements.txt\n\n# Black, Flake8, and isort are now available. Use them as follows:\nblack --check .\nflake8 .\nisort --check-only .\n```\n\nTo create base’s development environment, go to directory libs/base and execute:\n\n```sh\npython3 -m venv .venv\n\n# Make the sandbox active in the current shell session\nsource .venv/bin/activate\n\n# Install pinned pip first\npip install -r $(git rev-parse --show-toplevel)/pip-requirements.txt\n\n# Install shared development dependencies and project/library-specific dependencies\npip install -r $(git rev-parse --show-toplevel)/dev-requirements.txt -r requirements.txt\n\n# With project-specific dependencies installed, typecheck your code as follows:\npyright .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimjoseangel%2Fpython-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimjoseangel%2Fpython-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimjoseangel%2Fpython-template/lists"}