{"id":18037458,"url":"https://github.com/fpgmaas/cookiecutter-pdm-example","last_synced_at":"2026-01-19T11:02:31.318Z","repository":{"id":192787334,"uuid":"686927319","full_name":"fpgmaas/cookiecutter-pdm-example","owner":"fpgmaas","description":"An example of a project generated with cookiecutter-pdm.","archived":false,"fork":false,"pushed_at":"2023-09-05T10:36:46.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T00:25:40.353Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://fpgmaas.github.io/cookiecutter-pdm/","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/fpgmaas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-04T08:41:28.000Z","updated_at":"2023-09-05T10:02:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e685e4c-f0b5-4005-892b-d64e1e16c4b1","html_url":"https://github.com/fpgmaas/cookiecutter-pdm-example","commit_stats":null,"previous_names":["fpgmaas/cookiecutter-pdm-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fpgmaas/cookiecutter-pdm-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpgmaas%2Fcookiecutter-pdm-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpgmaas%2Fcookiecutter-pdm-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpgmaas%2Fcookiecutter-pdm-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpgmaas%2Fcookiecutter-pdm-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpgmaas","download_url":"https://codeload.github.com/fpgmaas/cookiecutter-pdm-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpgmaas%2Fcookiecutter-pdm-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565877,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"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":[],"created_at":"2024-10-30T13:10:31.127Z","updated_at":"2026-01-19T11:02:31.289Z","avatar_url":"https://github.com/fpgmaas.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cookiecutter-pdm-example\n\n[![Release](https://img.shields.io/github/v/release/fpgmaas/cookiecutter-pdm-example)](https://img.shields.io/github/v/release/fpgmaas/cookiecutter-pdm-example)\n[![Build status](https://img.shields.io/github/actions/workflow/status/fpgmaas/cookiecutter-pdm-example/main.yml?branch=main)](https://github.com/fpgmaas/cookiecutter-pdm-example/actions/workflows/main.yml?query=branch%3Amain)\n[![codecov](https://codecov.io/gh/fpgmaas/cookiecutter-pdm-example/branch/main/graph/badge.svg)](https://codecov.io/gh/fpgmaas/cookiecutter-pdm-example)\n[![Commit activity](https://img.shields.io/github/commit-activity/m/fpgmaas/cookiecutter-pdm-example)](https://img.shields.io/github/commit-activity/m/fpgmaas/cookiecutter-pdm-example)\n[![License](https://img.shields.io/github/license/fpgmaas/cookiecutter-pdm-example)](https://img.shields.io/github/license/fpgmaas/cookiecutter-pdm-example)\n\nThis is a template repository for Python projects that use PDM for their dependency management.\n\n- **Github repository**: \u003chttps://github.com/fpgmaas/cookiecutter-pdm-example/\u003e\n- **Documentation** \u003chttps://fpgmaas.github.io/cookiecutter-pdm-example/\u003e\n\n## Getting started with your project\n\nFirst, create a repository on GitHub with the same name as this project, and then run the following commands:\n\n``` bash\ngit init -b main\ngit add .\ngit commit -m \"init commit\"\ngit remote add origin git@github.com:fpgmaas/cookiecutter-pdm-example.git\ngit push -u origin main\n```\n\nFinally, install the environment and the pre-commit hooks with\n\n```bash\nmake install\n```\n\nYou are now ready to start development on your project! The CI/CD\npipeline will be triggered when you open a pull request, merge to main,\nor when you create a new release.\n\nTo finalize the set-up for publishing to PyPi or Artifactory, see\n[here](https://fpgmaas.github.io/cookiecutter-pdm/features/publishing/#set-up-for-pypi).\nFor activating the automatic documentation with MkDocs, see\n[here](https://fpgmaas.github.io/cookiecutter-pdm/features/mkdocs/#enabling-the-documentation-on-github).\nTo enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-pdm/features/codecov/).\n\n## Releasing a new version\n\n- Create an API Token on [Pypi](https://pypi.org/).\n- Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting\n[this page](https://github.com/fpgmaas/cookiecutter-pdm-example/settings/secrets/actions/new).\n- Create a [new release](https://github.com/fpgmaas/cookiecutter-pdm-example/releases/new) on Github.\nCreate a new tag in the form ``*.*.*``.\n\nFor more details, see [here](https://fpgmaas.github.io/cookiecutter-pdm/features/cicd/#how-to-trigger-a-release).\n\n---\n\nRepository initiated with [fpgmaas/cookiecutter-pdm](https://github.com/fpgmaas/cookiecutter-pdm).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpgmaas%2Fcookiecutter-pdm-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpgmaas%2Fcookiecutter-pdm-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpgmaas%2Fcookiecutter-pdm-example/lists"}