An opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata.
Project description
fair-python-cookiecutter
An opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata.
Check out the demo repository generated from this template!
Overview
Are you a researcher or research software engineer?
Did you somehow end up developing Python tools and libraries as part of your job?
Are you overwhelmed and confused by the increasing demands to research software?
Regardless whether you are just planning to start a new software project, or you just look for ideas about how you could improve its quality - this template is for you!
Unlike myriads of other templates, this template targets the typical case in academia - you built some nice little tool or library for your scientific community, and hope that others have a good experience - you want to provide a quality product that others enjoy using. In case they actually do use it with some success, you might also like to be acknowledged - for example, by having your tool cited.
To ensure quality, there are many best practices and recommendations for software development on various levels, both general as well as Python-specific. To help others find your project and also enable them to cite it, there are also recommendations concerning your software project metadata. In fact, there are so many recommendations that it can be hard to keep up and easy to become overwhelmed and confused.
To save you some time navigating all of that advice and figuring out how to apply it in practice, we did the work for you and provide you with this template! You can use it as is, adapt it, or at least get some inspiration for your projects.
Main Features
This template sets up a skeleton for a Python project that:
- uses modern state-of-the-art development tools
- provides a baseline for professional development and maintenance
- helps following best practices for code and metadata quality
- contains detailed documentation on how to work with it
It is built to help you adopting good practices and follow recommendations such as:
- DLR Software Engineering Guidelines
- OpenSSF Best Practices
- Netherlands eScience Center
- innumerable other resources that can be found online
Furthermore, it implements emerging standards with the goal to improve software metadata and make it more FAIR:
Also see this paper for an overview and recommendations on the state of software citation in academic practice.
Getting Started
Make sure that you have a working Python interpreter in version at least 3.8,
git
and poetry
installed.
To install the template, run pip install fair-python-cookiecutter
.
Now you can use the tool to generate a new Python project:
fair-python-cookiecutter YourProjectName
This will spawn an interactive prompt, where you have to provide some information and make some choices for your new software project. Don't worry, you can always adapt everything later on by hand. After this, your software project will be created in a new directory.
To save you some time answering the questions, we recommend that you create an empty repository in GitHub or GitLab of your choice (i.e., the location where you plan to push your new project).
If you already have created an empty remote repository or know exactly its future location, you can provide the URL, which already will provide many required inputs:
fair-python-cookiecutter --repo-url https://github.com/YourOrganization/YourProjectName
Your new project repository will also include a copy of a developer guide, containing more information about the structure and features of the generated project.
Please familiarize yourself with the generated structures, files and the contents of the developer guide. Feel free to either remove the guide afterwards, or keep (and possibly adjust) it as extended technical project documentation for yourself and other future project contributors.
You can find a demo repository generated from this template here.
Configuring the Template
If you intend to use the template a lot, e.g. if you want to use (an adaptation of)
this template as the default way to start a Python project for yourself and/or others,
you might want to configure some template variables in your ~/.cookiecutterrc
.
Here is an example cookiecutter configuration:
fair_python_cookiecutter:
last_name: "Carberry"
first_name: "Josiah"
project_keywords: "psychoceramics analytics"
email: "josiah.carberry@brown.edu"
orcid: "0000-0002-1825-0097"
affiliation: "Brown University"
copyright_holder: "Brown University"
license: "MIT"
This information will be already pre-filled when you use the template, saving you some time and possibly avoiding possible mistakes from manual typing.
Modifying the Template
If you want to adjust it to your needs and likings (e.g. add, remove or substitute certain tools), you probably want to fork it to get your own copy. Then you can do the desired changes and use the URL of your template repository instead of this one to kickstart your projects.
However, if you think that your changes are of general interest and would improve this template for a majority of users, please get in touch and contribute or suggest an improvement!
In any case we are very happy to know about any similar or derivative templates, e.g. for more specific use-cases or based on other tool preferences.
Reusing Parts of the Template
If you already have an existing project where you would like to introduce things you like from this template, there are two main ways to do so:
- move your code into a fresh repository based on this template
- use parts of the template in your existing project structure
If your project currently has no sophisticated setup of tools or strong preferences about
them, option 1 might be the simplest way to adopt the template. Your code then needs to be
moved into the YOUR_PROJECT/src/YOUR_PACKAGE
subdirectory.
On the other hand, if you already have a working setup that you do not wish to replace completely, you can take a look at
- the
.pre-commit-config.yaml
file to adopt some of the quality assurance tools listed there - the CI pipelines defined in
.github/workflows
or.gitlab-ci.yml
for automated tests and releases - the
mkdocs.yml
anddocs/
subdirectory to see how the project website works
How to Cite
If you want to cite this project in your scientific work, please use the citation file in the repository.
Acknowledgements
We kindly thank all authors and contributors.
This project was developed at the Institute for Materials Data Science and Informatics (IAS-9) of the Jülich Research Center and funded by the Helmholtz Metadata Collaboration (HMC), an incubator-platform of the Helmholtz Association within the framework of the Information and Data Science strategic initiative.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for fair_python_cookiecutter-0.3.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 928e31a46903ba1c4c04c63d5c4c3ed7f9fc133aab7ee0cad626e2451cbf9b0c |
|
MD5 | 8a4c1cd05455f15ef43803efe859c805 |
|
BLAKE2b-256 | 7b92d640a9c6ebc8c6b13ffd69049c5ceca7421b3b8d849341ad95a51d382bcc |
Hashes for fair_python_cookiecutter-0.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f207e335768b8a819f73ff50838cbca67b2d993de29524ce42423eabbf8ebeca |
|
MD5 | 7016c7697f303e479e45b30520fd8aee |
|
BLAKE2b-256 | 02d66c384c7b0c7603f7e43efbdd87e4232e5be43f3b41ac72c2b3e17da73ab9 |