Reader

class Reader[source]

Bases: ABC

A getter for authorship.

Methods Summary

get_authorship()

Get an author list.

print([writer, writer_kwargs, file])

Print the authorship from this reader with a writer, given by name (e.g., text, biorxiv).

Methods Documentation

abstract get_authorship()[source]

Get an author list.

Return type

Authorship

print(writer='text', writer_kwargs=None, file=None, **kwargs)[source]

Print the authorship from this reader with a writer, given by name (e.g., text, biorxiv).

Return type

None