efetch2jsonl-1.0.0 is not a library.
Efetch2jsonl
A simple parser to convert from the output from efetch to a more parseable format.
This tool was built for converting from a query of SRA biosamples, though it should be applicable beyond that due to the configurable nature.
Example use case: You want to get the metadata from all the SRA runs of a single bioproject:
BIOPROJECT_ID=1081646
|
|
Further processing to a clean table can be done trivially with something like Polars.