{"id":21598454,"url":"https://github.com/aviksaikat/cookiecutter-pdm-pypackage","last_synced_at":"2025-10-20T06:34:37.286Z","repository":{"id":239614242,"uuid":"798400260","full_name":"Aviksaikat/cookiecutter-pdm-pypackage","owner":"Aviksaikat","description":"Cookiecutter template for a cutting-edge Python package: pdm, ruff, mypy, GitHub Actions and more!","archived":false,"fork":false,"pushed_at":"2024-05-31T18:28:52.000Z","size":7037,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T01:04:10.687Z","etag":null,"topics":["cookicutter","pdm","pip","python3","python3-project","python3-template","virtualenv"],"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/Aviksaikat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/funding.yml","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},"funding":{"github":["aviksaikat"],"buy_me_a_coffee":"aviksaikat","patreon":"CyberPuzzlePros","polar":"aviksaikat","custom":["https://www.paypal.me/aviksaikat007"]}},"created_at":"2024-05-09T17:43:37.000Z","updated_at":"2024-12-21T07:36:28.000Z","dependencies_parsed_at":"2024-05-13T16:57:27.719Z","dependency_job_id":"1aa7c572-70a1-48c9-85b0-4a6e6d43d28c","html_url":"https://github.com/Aviksaikat/cookiecutter-pdm-pypackage","commit_stats":null,"previous_names":["aviksaikat/cookiecutter-pdm-pypackage"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aviksaikat%2Fcookiecutter-pdm-pypackage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aviksaikat%2Fcookiecutter-pdm-pypackage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aviksaikat%2Fcookiecutter-pdm-pypackage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aviksaikat%2Fcookiecutter-pdm-pypackage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aviksaikat","download_url":"https://codeload.github.com/Aviksaikat/cookiecutter-pdm-pypackage/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248322597,"owners_count":21084336,"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":["cookicutter","pdm","pip","python3","python3-project","python3-template","virtualenv"],"created_at":"2024-11-24T18:12:13.880Z","updated_at":"2025-10-20T06:34:37.211Z","avatar_url":"https://github.com/Aviksaikat.png","language":"Python","funding_links":["https://github.com/sponsors/aviksaikat","https://buymeacoffee.com/aviksaikat","https://patreon.com/CyberPuzzlePros","https://polar.sh/aviksaikat","https://www.paypal.me/aviksaikat007"],"categories":[],"sub_categories":[],"readme":"# Cookiecutter Pdm PyPackage\n\nCookiecutter template for a cutting-edge Python package: pdm, ruff, mypy, GitHub Actions and more!\n\n## Features\n\n* [X] Lightweight starter\n* [X] [PDM](https://pdm-project.org/latest/) package management\n* [X] Linting and formatting with [`ruff`](https://github.com/charliermarsh/ruff)\n* [X] Type checking with [`mypy`](https://github.com/python/mypy)\n* [X] Check unused, missing and transitive dependencies with [`deptry`](https://deptry.com/)\n* [X] Unit tests with [`pytest`](https://github.com/pytest-dev/pytest) with optional asyncio setup.\n* [X] Automate and standardize testing with [`tox`](https://tox.wiki/en/4.15.0/)\n* [X] Documentation with [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) and docstring reference support with [mkdocstrings](https://mkdocstrings.github.io/).\n* [X] Ready-to-use [GitHub Actions](https://help.github.com/en/actions/automating-your-workflow-with-github-actions) pipelines\n\n## Quickstart\n\nGenerate the project:\n\n```bash\ncookiecutter https://github.com/Aviksaikat/cookiecutter-pdm-pypackage\n```\n\nThe generator will automatically call `pdm install` at the end.\n\nThen, for the `GitHub Actions pipelines` to work correctly, you should:\n\n* Enable the GitHub repository in `Codecov`.\n* Set `CODECOV_TOKEN` in your GitHub repository secrets. You can find in the Codecov settings of the corresponding project.\n* Enable `GitHub Pages` using the `GitHub Actions` source.\n* Option to publish to Test [`PyPI`](https://test.pypi.org/) for testing.\n* Configure the [Trusted Publisher method on PyPI](https://docs.pypi.org/trusted-publishers/creating-a-project-through-oidc/): it's a modern and secure method to push your package to PyPI.\n\n### With cruft\n\n[cruft](https://github.com/cruft/cruft) is a layer above Cookiecutter allowing you to update your project from the template after it has been generated.\n\n```bash\ncruft create https://github.com/Aviksaikat/cookiecutter-pdm-pypackage\n```\n\n## Demo\n![](./media/demo.gif)\n\n\n## License\n\nThis project is licensed under the terms of the [MIT](https://github.com/Aviksaikat/cookiecutter-pdm-pypackage/blob/main/LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faviksaikat%2Fcookiecutter-pdm-pypackage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faviksaikat%2Fcookiecutter-pdm-pypackage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faviksaikat%2Fcookiecutter-pdm-pypackage/lists"}