{"id":20374198,"url":"https://github.com/titom73/cookiecutter-python-project","last_synced_at":"2025-10-06T22:12:43.960Z","repository":{"id":241514515,"uuid":"806961740","full_name":"titom73/cookiecutter-python-project","owner":"titom73","description":"A cookiecutter project for Python 3 (readonly version)","archived":false,"fork":false,"pushed_at":"2024-07-04T13:50:21.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T20:46:20.133Z","etag":null,"topics":["cookiecutter","cookiecutter-python3","cookiecutter-template"],"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/titom73.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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}},"created_at":"2024-05-28T08:25:50.000Z","updated_at":"2024-07-04T13:50:24.000Z","dependencies_parsed_at":"2024-05-28T21:08:47.615Z","dependency_job_id":"350a3e0e-04e2-4cf1-bb72-2b23baf20f35","html_url":"https://github.com/titom73/cookiecutter-python-project","commit_stats":null,"previous_names":["titom73/cookiecutter-python-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/titom73/cookiecutter-python-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titom73%2Fcookiecutter-python-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titom73%2Fcookiecutter-python-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titom73%2Fcookiecutter-python-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titom73%2Fcookiecutter-python-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/titom73","download_url":"https://codeload.github.com/titom73/cookiecutter-python-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titom73%2Fcookiecutter-python-project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266764547,"owners_count":23980583,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["cookiecutter","cookiecutter-python3","cookiecutter-template"],"created_at":"2024-11-15T01:22:57.349Z","updated_at":"2025-10-06T22:12:38.925Z","avatar_url":"https://github.com/titom73.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Project template\n\n## Overview\n\nGit repository to easily generate structure for a Python 3 project with the following elements:\n\n- `pyproject.toml` for python packaging\n- `Ruff`, `Pylint`, `Mypy` configurations\n- `tox` configurations\n- `pre-commit` hook configuration (__not installed__: run `pre-commit install`)\n- `Dockerfile` for easy packaging\n- GH actions for standard CI.\n- [Drone CI](https://www.drone.io/) for homelab CI.\n- Devcontainer and VScode settings\n- Licence selection\n\n## Getting Started\n\n```bash\n# Install cookiecutter (if not already installed)\npipx install cookiecutter jinja2-time\n\n# Create your project (custom git server)\ncookiecutter git@git.as73.inetsix.net:Templates/cookiecutter-python-project.git\n\n# Create your project (github)\ncookiecutter gh:titom73/cookiecutter-python-project.git\n```\n\n## Project inputs\n\nThis project uses following inputs to build content:\n\n- `author`: Author Full Name\n- `email`: Author Email address,\n- `author_github_handle`: Git Nickname,\n- `git_server`: Git server,\n- `project_name`: Project's name (similar to repository name), it will be used to derive a slug,\n- `package_name`: default is `{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}`,\n- `project_description`: Project description,\n- `version`: Initial version of the project,\n- `include_github_actions`: Activate or not GH Actions,\n- `include_drone_ci`: Activate or not [Drone-CI](https://www.drone.io/)\n- `codecov`: Activate or not Codecov,\n- `dockerfile`: Activate or not Dockerfile,\n- `devcontainer`: Activate or not Devcontainer,\n- `open_source_license`: Project's licence type,\n\n### Hidden variables\n\nSome variables are automatically built by cookicutter:\n\n- `__year`: `{% now 'utc', '%Y' %}`,\n\n## Contribution guide\n\nContributions are welcome. Please refer to the [contribution guide](./CONTRIBUTING.md)\n\n## Licence\n\nThe project is published under [Apache-2.0](./LICENCE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftitom73%2Fcookiecutter-python-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftitom73%2Fcookiecutter-python-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftitom73%2Fcookiecutter-python-project/lists"}