{"id":24546785,"url":"https://github.com/materials-data-science-and-informatics/fair-python-cookiecutter-demo","last_synced_at":"2025-09-20T10:35:23.564Z","repository":{"id":182808366,"uuid":"654065580","full_name":"Materials-Data-Science-and-Informatics/fair-python-cookiecutter-demo","owner":"Materials-Data-Science-and-Informatics","description":"Live demo to demonstrate a repository created from the fair-python-cookiecutter template.","archived":false,"fork":false,"pushed_at":"2025-03-07T14:24:56.000Z","size":2856,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-07T15:29:32.083Z","etag":null,"topics":["cookiecutter","cookiecutter-python","cookiecutter-template","fair","python"],"latest_commit_sha":null,"homepage":"https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Materials-Data-Science-and-Informatics.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":"codemeta.json"}},"created_at":"2023-06-15T10:09:29.000Z","updated_at":"2025-03-07T14:24:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef6a099b-f224-407e-b657-acb691e14058","html_url":"https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter-demo","commit_stats":null,"previous_names":["materials-data-science-and-informatics/fair-python-cookiecutter-demo"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Materials-Data-Science-and-Informatics%2Ffair-python-cookiecutter-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Materials-Data-Science-and-Informatics%2Ffair-python-cookiecutter-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Materials-Data-Science-and-Informatics%2Ffair-python-cookiecutter-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Materials-Data-Science-and-Informatics%2Ffair-python-cookiecutter-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Materials-Data-Science-and-Informatics","download_url":"https://codeload.github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243852598,"owners_count":20358274,"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":["cookiecutter","cookiecutter-python","cookiecutter-template","fair","python"],"created_at":"2025-01-22T22:17:10.474Z","updated_at":"2025-09-20T10:35:18.511Z","avatar_url":"https://github.com/Materials-Data-Science-and-Informatics.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[\n![Docs](https://img.shields.io/badge/read-docs-success)\n](https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter-demo)\n[\n![Test Coverage](https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter-demo/main/coverage_badge.svg)\n](https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter-demo/main/coverage)\n[\n![CI](https://img.shields.io/github/actions/workflow/status/Materials-Data-Science-and-Informatics/fair-python-cookiecutter-demo/ci.yml?branch=main\u0026label=ci)\n](https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter-demo/actions/workflows/ci.yml)\n\n\n\u003c!-- --8\u003c-- [start:abstract] --\u003e\n# fair-python-cookiecutter-demo\n\n----\n**:warning: TODO: Complete project setup :construction:**\n\nThis is a Python project generated from the\n[fair-python-cookiecutter](https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter)\ntemplate.\n\n**TODO:** To finalize the project setup, please carefully read and follow the instructions in the\n[developer guide](https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter/latest/dev_guide).\nA copy of the guide is included in your project in `docs/dev_guide.md`.\n\n----\n\nTODO - add description\n\n**:construction: TODO: Write a paragraph summarizing what this project is about.**\n\n\u003c!-- --8\u003c-- [end:abstract] --\u003e\n\u003c!-- --8\u003c-- [start:quickstart] --\u003e\n\n## Installation\n\n**TODO: check that the installation instructions work**\n\nThis project works with Python \u003e 3.9.\n\n```bash\npip install git+ssh://git@github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter-demo.git\n```\n\n## Getting Started\n\n**TODO: provide a minimal working example**\n\n\u003c!-- --8\u003c-- [end:quickstart] --\u003e\n\n## Troubleshooting\n\n### When I try installing the package, I get an `IndexError: list index out of range`\n\nMake sure you have `pip` \u003e 21.2 (see `pip --version`), older versions have a bug causing\nthis problem. If the installed version is older, you can upgrade it with\n`pip install --upgrade pip` and then try again to install the package.\n\n**You can find more information on using and contributing to this repository in the\n[documentation](https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter-demo/main).**\n\n\u003c!-- --8\u003c-- [start:citation] --\u003e\n\n## How to Cite\n\nIf you want to cite this project in your scientific work,\nplease use the [citation file](https://citation-file-format.github.io/)\nin the [repository](https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter-demo/blob/main/CITATION.cff).\n\n\u003c!-- --8\u003c-- [end:citation] --\u003e\n\u003c!-- --8\u003c-- [start:acknowledgements] --\u003e\n\n## Acknowledgements\n\nWe kindly thank all\n[authors and contributors](https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter-demo/latest/credits).\n\n**TODO: relevant organizational acknowledgements (employers, funders)**\n\n\u003c!-- --8\u003c-- [end:acknowledgements] --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaterials-data-science-and-informatics%2Ffair-python-cookiecutter-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaterials-data-science-and-informatics%2Ffair-python-cookiecutter-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaterials-data-science-and-informatics%2Ffair-python-cookiecutter-demo/lists"}