{"id":16039730,"url":"https://github.com/mnot/pyproject-tmpl","last_synced_at":"2025-04-05T05:42:25.642Z","repository":{"id":195321365,"uuid":"692680989","full_name":"mnot/pyproject-tmpl","owner":"mnot","description":"Template for Python projects","archived":false,"fork":false,"pushed_at":"2025-01-13T22:24:33.000Z","size":36,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-10T13:37:29.812Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mnot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2023-09-17T08:49:07.000Z","updated_at":"2025-01-13T22:24:36.000Z","dependencies_parsed_at":"2023-10-12T13:39:24.409Z","dependency_job_id":"08000177-3be8-4bc7-8e43-77976de267a7","html_url":"https://github.com/mnot/pyproject-tmpl","commit_stats":null,"previous_names":["mnot/pyproject-tmpl"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnot%2Fpyproject-tmpl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnot%2Fpyproject-tmpl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnot%2Fpyproject-tmpl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnot%2Fpyproject-tmpl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnot","download_url":"https://codeload.github.com/mnot/pyproject-tmpl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294463,"owners_count":20915338,"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":[],"created_at":"2024-10-08T23:07:14.918Z","updated_at":"2025-04-05T05:42:25.620Z","avatar_url":"https://github.com/mnot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Project Template\n\nThis is a GitHub template repository for Makefile-driven Python projects. It:\n\n* Has `lint`, `typecheck`, `clean`, and `tidy` rules, along with all of the `venv` rules;\n* Can be extended to incorporate other languages by adding their tasks to `Makefile`;\n* Uses tags in the form `vxx.xx.xx` to denote versions;\n* Has targets that bump versions for both [Semantic Versioning](https://semver.org/) and [Calendar Versioning](https://calver.org/);\n* Uses GitHub Actions to build releases and publish them to PyPi [automatically](https://docs.pypi.org/trusted-publishers/) when a version tag is pushed;\n* Runs `lint`, `typecheck`, and `test` upon push using GitHub Actions;\n* Turns on [Dependabot](https://docs.github.com/en/code-security/dependabot) for `github-actions` and `pip`.\n\n## Use\n\nCreate a repo using the template, and then:\n\n1. In **all** files, replace:\n  1. `SHORTNAME` with the name of the project, as published on PyPi\n  2. `DESCRIPTION` with a textual description of the project\n  3. `PROJECT_URL` with a URL to the project home\n2. Change the top-level `SHORTNAME` directory name to the name of the project;\n3. Update `Makefile`, `pyproject.toml` and `requirements.txt` to suit;\n4. Change this `README.md` to suit;\n5. Write some code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnot%2Fpyproject-tmpl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnot%2Fpyproject-tmpl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnot%2Fpyproject-tmpl/lists"}