{"id":20986726,"url":"https://github.com/kilgoretrout1985/default-py-template","last_synced_at":"2026-05-05T18:38:02.265Z","repository":{"id":48278561,"uuid":"516747911","full_name":"kilgoretrout1985/default-py-template","owner":"kilgoretrout1985","description":"Default Python project template","archived":false,"fork":false,"pushed_at":"2022-09-20T11:02:07.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T07:34:03.014Z","etag":null,"topics":["autotesting","github-actions","project","python","template","template-repository","tox"],"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/kilgoretrout1985.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-22T12:47:35.000Z","updated_at":"2022-07-22T16:46:26.000Z","dependencies_parsed_at":"2022-08-29T11:00:42.283Z","dependency_job_id":null,"html_url":"https://github.com/kilgoretrout1985/default-py-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilgoretrout1985%2Fdefault-py-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilgoretrout1985%2Fdefault-py-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilgoretrout1985%2Fdefault-py-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilgoretrout1985%2Fdefault-py-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kilgoretrout1985","download_url":"https://codeload.github.com/kilgoretrout1985/default-py-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243393559,"owners_count":20283829,"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":["autotesting","github-actions","project","python","template","template-repository","tox"],"created_at":"2024-11-19T06:14:45.410Z","updated_at":"2025-10-15T15:24:03.872Z","avatar_url":"https://github.com/kilgoretrout1985.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# default-py-template\n\nDefault Python project template with linter, type checking and test environment \nsetup. Also supporting github auto-running tests on push to repository.\n\n![Tests](https://github.com/kilgoretrout1985/default-py-template/actions/workflows/tests.yaml/badge.svg)\n\n## Use\n\nTo use this project's structure in a new project without leaving dependency \non this stub project:\n\n1)\n```\ngit clone https://github.com/kilgoretrout1985/default-py-template.git yourrealprojectname\ncd yourrealprojectname\nrm -drf .git\ngit init .\n```\n\n2) Search all occurences of `projectname` in project files (and in dir- and file-names!) \nand replace them with `yourrealprojectname`.\n\n3) Browse `setup.cfg` and `README.md` to change author name, email and github \nlinks to the actual ones.\n\n4)\n```\npython3 -m venv .env \u0026\u0026 \\\nsource .env/bin/activate \u0026\u0026 \\\npip install -U pip \u0026\u0026 \\\npip install -e .[dev]\n```\n\nMore on `pip install -e .` [here](https://stackoverflow.com/a/68885989/17368036).\n\n5) Run `tox` command to check your project setup. Everything should be green at this \npoint.\n\nHappy commits!\n\n## (c)\n\nThis repo is mainly based on [this video](https://www.youtube.com/watch?v=DhUpxWjOhME).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkilgoretrout1985%2Fdefault-py-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkilgoretrout1985%2Fdefault-py-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkilgoretrout1985%2Fdefault-py-template/lists"}