{"id":18037466,"url":"https://github.com/fpgmaas/cookiecutter-poetry-example","last_synced_at":"2025-07-26T18:03:08.312Z","repository":{"id":57307124,"uuid":"482740215","full_name":"fpgmaas/cookiecutter-poetry-example","owner":"fpgmaas","description":"An example of a project generated with cookiecutter-poetry.","archived":false,"fork":false,"pushed_at":"2024-10-08T14:03:51.000Z","size":337,"stargazers_count":16,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-11T01:58:44.026Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/fpgmaas/cookiecutter-poetry","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.md","funding":null,"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}},"created_at":"2022-04-18T06:30:29.000Z","updated_at":"2025-04-09T10:21:18.000Z","dependencies_parsed_at":"2023-02-15T21:45:57.324Z","dependency_job_id":"8f4071b8-9686-476b-adb6-80145dc6f3ce","html_url":"https://github.com/fpgmaas/cookiecutter-poetry-example","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/fpgmaas/cookiecutter-poetry-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpgmaas%2Fcookiecutter-poetry-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpgmaas%2Fcookiecutter-poetry-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpgmaas%2Fcookiecutter-poetry-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpgmaas%2Fcookiecutter-poetry-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpgmaas","download_url":"https://codeload.github.com/fpgmaas/cookiecutter-poetry-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpgmaas%2Fcookiecutter-poetry-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267205919,"owners_count":24052762,"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-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2024-10-30T13:10:33.164Z","updated_at":"2025-07-26T18:03:08.273Z","avatar_url":"https://github.com/fpgmaas.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cookiecutter-poetry-example\n\n[![Release](https://img.shields.io/github/v/release/fpgmaas/cookiecutter-poetry-example)](https://img.shields.io/github/v/release/fpgmaas/cookiecutter-poetry-example)\n[![Build status](https://img.shields.io/github/actions/workflow/status/fpgmaas/cookiecutter-poetry-example/main.yml?branch=main)](https://github.com/fpgmaas/cookiecutter-poetry-example/actions/workflows/main.yml?query=branch%3Amain)\n[![codecov](https://codecov.io/gh/fpgmaas/cookiecutter-poetry-example/branch/main/graph/badge.svg)](https://codecov.io/gh/fpgmaas/cookiecutter-poetry-example)\n[![Commit activity](https://img.shields.io/github/commit-activity/m/fpgmaas/cookiecutter-poetry-example)](https://img.shields.io/github/commit-activity/m/fpgmaas/cookiecutter-poetry-example)\n[![License](https://img.shields.io/github/license/fpgmaas/cookiecutter-poetry-example)](https://img.shields.io/github/license/fpgmaas/cookiecutter-poetry-example)\n\nThis is a template repository for Python projects that use Poetry for their dependency management.\n\n- **Github repository**: \u003chttps://github.com/fpgmaas/cookiecutter-poetry-example/\u003e\n- **Documentation** \u003chttps://fpgmaas.github.io/cookiecutter-poetry-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-poetry-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!\nThe CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.\n\nTo finalize the set-up for publishing to PyPI or Artifactory, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/publishing/#set-up-for-pypi).\nFor activating the automatic documentation with MkDocs, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/mkdocs/#enabling-the-documentation-on-github).\nTo enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-poetry/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 [this page](https://github.com/fpgmaas/cookiecutter-poetry-example/settings/secrets/actions/new).\n- Create a [new release](https://github.com/fpgmaas/cookiecutter-poetry-example/releases/new) on Github.\n- Create a new tag in the form `*.*.*`.\n- For more details, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/cicd/#how-to-trigger-a-release).\n\n---\n\nRepository initiated with [fpgmaas/cookiecutter-poetry](https://github.com/fpgmaas/cookiecutter-poetry).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpgmaas%2Fcookiecutter-poetry-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpgmaas%2Fcookiecutter-poetry-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpgmaas%2Fcookiecutter-poetry-example/lists"}