{"id":24309272,"url":"https://github.com/danibcorr/python-project-template","last_synced_at":"2026-01-12T14:41:04.485Z","repository":{"id":272191973,"uuid":"915721916","full_name":"danibcorr/python-project-template","owner":"danibcorr","description":"🏗️ A simple and flexible Python template for any project.","archived":false,"fork":false,"pushed_at":"2026-01-10T15:34:11.000Z","size":1628,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T03:35:03.764Z","etag":null,"topics":["cookiecutter","development","project-template","python","python-template","template"],"latest_commit_sha":null,"homepage":"https://danibcorr.github.io/python-project-template/","language":"Makefile","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/danibcorr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-01-12T16:25:40.000Z","updated_at":"2026-01-10T15:31:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2cedf5c-6d52-4d63-8f9f-7cbf0adf1331","html_url":"https://github.com/danibcorr/python-project-template","commit_stats":null,"previous_names":["danibcorr/python-project-template"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/danibcorr/python-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danibcorr%2Fpython-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danibcorr%2Fpython-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danibcorr%2Fpython-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danibcorr%2Fpython-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danibcorr","download_url":"https://codeload.github.com/danibcorr/python-project-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danibcorr%2Fpython-project-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28340403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cookiecutter","development","project-template","python","python-template","template"],"created_at":"2025-01-17T05:13:37.101Z","updated_at":"2026-01-12T14:41:04.466Z","avatar_url":"https://github.com/danibcorr.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"./docs/assets/images/logo.png\" height=\"250\"/\u003e\r\n  \u003cbr/\u003e\r\n\u003c/p\u003e\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003ca href=\"https://github.com/danibcorr/python-project-template/actions/workflows/workflow.yml\"\u003e\r\n    \u003cimg src=\"https://github.com/danibcorr/python-project-template/actions/workflows/workflow.yml/badge.svg\"\u003e\r\n  \u003c/a\u003e\r\n  \u003ca href=\"https://github.com/danibcorr/python-project-template/blob/main/LICENSE\" target=\"_blank\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/github/license/danibcorr/python-project-template\" alt=\"License\"\u003e\r\n  \u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n# Python Project Template\r\n\r\nPython Project Template provides a ready-to-use structure for Python projects,\r\nintegrating best practices for code quality, testing, security, documentation, and CI/CD.\r\nIt helps developers start new projects quickly with a maintainable and professional\r\nfoundation.\r\n\r\n## Features\r\n\r\n- **Linting \u0026 Type Checking**: Ruff and Mypy for clean, consistent code.\r\n- **Security Scanning**: Bandit detects potential vulnerabilities.\r\n- **Code Complexity Analysis**: Complexipy identifies complex functions and modules.\r\n- **Testing Suite**: Reliable unit testing with Pytest.\r\n- **Auto Documentation**: MkDocs + GitHub Pages for automated docs.\r\n- **CI/CD**: GitHub Actions automates linting, testing, and documentation deployment.\r\n\r\nAnd more.\r\n\r\n## Getting Started\r\n\r\nBefore starting, ensure that you have required Python installed and a virtual environment\r\nset up. It is recommended to create an isolated environment (e.g., using `venv`) to\r\nmanage dependencies cleanly. Additionally, ensure that\r\n[`uv`](https://github.com/astral-sh/uv) is installed in your environment to handle\r\ngrouped dependency installations.\r\n\r\n1. Generate Your Project\r\n\r\n   Use Cookiecutter to create a new project from the template:\r\n\r\n   ```bash\r\n   cookiecutter https://github.com/danibcorr/python-project-template.git\r\n   ```\r\n\r\n   Follow the prompts to configure project metadata, package name, and other options.\r\n\r\n2. Install Dependencies\r\n\r\n   Activate your virtual environment and install all dependencies using the included\r\n   `Makefile`:\r\n\r\n   ```bash\r\n   make install\r\n   ```\r\n\r\n   This installs development, testing, and documentation tools as defined in\r\n   `pyproject.toml`.\r\n\r\n3. Run the Pipeline\r\n\r\n   Execute the quality pipeline, which includes linting, type checking, security\r\n   analysis, complexity checks, and test execution:\r\n\r\n   ```bash\r\n   make pipeline\r\n   ```\r\n\r\n4. Run the Full Workflow (Optional)\r\n\r\n   To perform a complete setup including dependency installation, full quality checks,\r\n   and local documentation preview:\r\n\r\n   ```bash\r\n   make all\r\n   ```\r\n\r\n   This ensures that the project environment is fully prepared for development and\r\n   validation.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanibcorr%2Fpython-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanibcorr%2Fpython-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanibcorr%2Fpython-project-template/lists"}