Welcome

crowd of authors

This package provides simple ways to register and manage authors of scientific papers together with their affiliations, unique identifiers, and other metadata.

The package can be installed with the following command

pip install authors

and used as follows:

from authors import Authors

Authors('list.txt').AandA()

where list.txt is a file with the names of the authors, one per line.