seedcase-project / seedcase-sprout

Upload your research data to formally structure it for better, more reliable, and easier research.
https://sprout.seedcase-project.org/
MIT License
0 stars 0 forks source link

Create and test `create_readme_text()` - a part of `create_package_structure()` #617

Open signekb opened 2 weeks ago

signekb commented 2 weeks ago

Signature: create_readme_text(json_object: json) -> str:

Arguments:

Returns: A string with the README text.

Context: see the create_package_structure diagram

NB: I have just named the arg json_object here, but maybe there's something else that would be more fitting and less generic.