{"id":23913694,"url":"https://github.com/staticf0x/python-project-template","last_synced_at":"2025-09-10T22:31:37.604Z","repository":{"id":189537806,"uuid":"680850042","full_name":"staticf0x/python-project-template","owner":"staticf0x","description":"A template for Python projects with linter/formatter configuration","archived":true,"fork":false,"pushed_at":"2023-08-23T13:04:22.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T18:33:26.413Z","etag":null,"topics":["python","template","template-project"],"latest_commit_sha":null,"homepage":"","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/staticf0x.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}},"created_at":"2023-08-20T15:57:07.000Z","updated_at":"2024-12-08T08:05:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"23bb22e5-1f3b-484a-b561-e5826b51c8fc","html_url":"https://github.com/staticf0x/python-project-template","commit_stats":null,"previous_names":["staticf0x/python-project-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/staticf0x/python-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticf0x%2Fpython-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticf0x%2Fpython-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticf0x%2Fpython-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticf0x%2Fpython-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/staticf0x","download_url":"https://codeload.github.com/staticf0x/python-project-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticf0x%2Fpython-project-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274536169,"owners_count":25303780,"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-09-10T02:00:12.551Z","response_time":83,"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":["python","template","template-project"],"created_at":"2025-01-05T09:46:30.562Z","updated_at":"2025-09-10T22:31:37.257Z","avatar_url":"https://github.com/staticf0x.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-project-template\n\nThis project serves as a basic [Poetry](https://github.com/python-poetry/poetry)\nbased Python 3.11 project.\n\nIncluded:\n\n- [tox](https://github.com/tox-dev/tox) configuration\n    + [pytest](https://github.com/pytest-dev/pytest) with [pytest-cov](https://github.com/pytest-dev/pytest-cov)\n    + [mypy](https://github.com/python/mypy)\n    + [ruff](https://github.com/astral-sh/ruff)\n    + [isort](https://github.com/PyCQA/isort)\n    + [black](https://github.com/psf/black)\n    + Using [tox-poetry](https://github.com/tkukushkin/tox-poetry) to install dependencies\n      via Poetry\n- Linter configuration\n    + Line length set to 100 characters\n    + flake8 config just to be sure (setup.cfg)\n    + isort profile set to \"black\"\n- Sample `app/` folder with `tests/`\n- [pre-commit](https://github.com/pre-commit/pre-commit) config\n- [EditorConfig](https://editorconfig.org/)\n- [Coverage](https://coverage.readthedocs.io/en/6.5.0/config.html) config\n- `.gitignore` for common Python related clutter\n\n## How to start working on a project\n\n- Install Poetry: `pip3 install --user poetry`\n- (Optional) install pre-commit: `pip3 install --user pre-commit`\n- Jump in the project folder\n- Enter Poetry shell: `poetry shell`\n- Install dependencies: `poetry install`\n- Run tox: `tox` (or `tox -p` for parallel)\n- Install pre-commit hooks: `pre-commit install`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaticf0x%2Fpython-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaticf0x%2Fpython-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaticf0x%2Fpython-project-template/lists"}