findrefs
¶
A reference manager [source].
This schema module provides a single registry Reference
to store references to studies, reports, papers, blog posts, preprints.
Install and mount findrefs
in a new instance:
>>> pip install findrefs
>>> lamin init --storage ./test-findrefs --schema findrefs
Import the package:
>>> import findrefs as fr
The Reference
registry:
References such as a publication or document, with unique identifiers and metadata. |