An open API service indexing awesome lists of open source software.

https://github.com/materials-data-science-and-informatics/fair-python-cookiecutter-demo

Live demo to demonstrate a repository created from the fair-python-cookiecutter template.
https://github.com/materials-data-science-and-informatics/fair-python-cookiecutter-demo

cookiecutter cookiecutter-python cookiecutter-template fair python

Last synced: 3 months ago
JSON representation

Live demo to demonstrate a repository created from the fair-python-cookiecutter template.

Awesome Lists containing this project

README

          

[
![Docs](https://img.shields.io/badge/read-docs-success)
](https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter-demo)
[
![Test Coverage](https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter-demo/main/coverage_badge.svg)
](https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter-demo/main/coverage)
[
![CI](https://img.shields.io/github/actions/workflow/status/Materials-Data-Science-and-Informatics/fair-python-cookiecutter-demo/ci.yml?branch=main&label=ci)
](https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter-demo/actions/workflows/ci.yml)

# fair-python-cookiecutter-demo

----
**:warning: TODO: Complete project setup :construction:**

This is a Python project generated from the
[fair-python-cookiecutter](https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter)
template.

**TODO:** To finalize the project setup, please carefully read and follow the instructions in the
[developer guide](https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter/latest/dev_guide).
A copy of the guide is included in your project in `docs/dev_guide.md`.

----

TODO - add description

**:construction: TODO: Write a paragraph summarizing what this project is about.**

## Installation

**TODO: check that the installation instructions work**

This project works with Python > 3.9.

```bash
pip install git+ssh://git@github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter-demo.git
```

## Getting Started

**TODO: provide a minimal working example**

## Troubleshooting

### When I try installing the package, I get an `IndexError: list index out of range`

Make sure you have `pip` > 21.2 (see `pip --version`), older versions have a bug causing
this problem. If the installed version is older, you can upgrade it with
`pip install --upgrade pip` and then try again to install the package.

**You can find more information on using and contributing to this repository in the
[documentation](https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter-demo/main).**

## How to Cite

If you want to cite this project in your scientific work,
please use the [citation file](https://citation-file-format.github.io/)
in the [repository](https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter-demo/blob/main/CITATION.cff).

## Acknowledgements

We kindly thank all
[authors and contributors](https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter-demo/latest/credits).

**TODO: relevant organizational acknowledgements (employers, funders)**