Generate a DataFrame or file of coauthors for proposals.
This is a very small package that uses scholarly to grab coauthors of papers who have google scholar profiles. It is probably most useful when putting together a list of collaborators for proposal writing.
The intend way to use this package is via the command line. For example:
python -m coauthors.grab -n "Stefan Bringuier" -o "my_coauthors.csv"
This project has been set up using PyScaffold 4.4. For details and usage information on PyScaffold see https://pyscaffold.org/.