{"id":17302506,"url":"https://github.com/azulgarza/python-project-template","last_synced_at":"2026-01-06T17:04:50.528Z","repository":{"id":257197242,"uuid":"707950481","full_name":"AzulGarza/python-project-template","owner":"AzulGarza","description":"i usually start my python projects using this template.","archived":false,"fork":false,"pushed_at":"2025-07-26T01:42:23.000Z","size":28,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T17:05:05.284Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AzulGarza.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":"2023-10-21T04:23:29.000Z","updated_at":"2025-07-26T01:42:26.000Z","dependencies_parsed_at":"2025-06-02T22:32:14.312Z","dependency_job_id":null,"html_url":"https://github.com/AzulGarza/python-project-template","commit_stats":null,"previous_names":["azulgarza/python-project-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/AzulGarza/python-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzulGarza%2Fpython-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzulGarza%2Fpython-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzulGarza%2Fpython-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzulGarza%2Fpython-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AzulGarza","download_url":"https://codeload.github.com/AzulGarza/python-project-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzulGarza%2Fpython-project-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28226810,"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":"2026-01-06T02:00:07.049Z","response_time":56,"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":[],"created_at":"2024-10-15T11:47:45.754Z","updated_at":"2026-01-06T17:04:50.490Z","avatar_url":"https://github.com/AzulGarza.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-project-template  \n\u003e a simple template for organizing any python project.\n\n## setup \u0026 environment\n\nthis template is designed to streamline the setup of any python project. follow these steps to get started:\n\n### 1. install [`uv`](https://github.com/astral-sh/uv/)\n\nuse `uv` to manage your virtual environments:\n\n```bash\npip install uv\n```\n\n### 2. create a virtual environment\n\ncreate an environment using python 3.10 (or your preferred version):\n\n```bash\nuv venv --python 3.10\n```\n\n### 3. activate the environment\n\nactivate the virtual environment:\n\n```bash\nsource .venv/bin/activate\n```\n\n### 4. install dependencies\n\ninstall all the required dependencies from the `requirements.txt` file:\n\n```bash\nuv pip install -e .\n```\n\n### 5. install pre-commits\n\n```bash\npre-commit install\n```\n\n## ready to code  \nyou're now all set to start building your project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazulgarza%2Fpython-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazulgarza%2Fpython-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazulgarza%2Fpython-project-template/lists"}