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_properties_object()` - a part of `create_package_structure()` #615

Open signekb opened 2 weeks ago

signekb commented 2 weeks ago

Signature: create_properties_object(path: Path) -> dict

Arguments:

Returns: A dict with an initial properties object with required fields and default values

Uses the properties dataclasses internally and sets defauæt values.

Context: see the create_package_structure diagram (updated in #686 )