autoDocstring
autoDocstring copied to clipboard
Autocomplete python file metadata
https://packaging.python.org/en/latest/specifications/core-metadata/
I would like to be able to create a template for this based on the project I'm working on.
the desired output would be in the following form
__author__ = "Rob Knight, Gavin Huttley, and Peter Maxwell"
__copyright__ = "Copyright 2007, The Cogent Project"
__credits__ = ["Rob Knight", "Peter Maxwell", "Gavin Huttley",
"Matthew Wakefield"]
__license__ = "GPL"
__version__ = "1.0.1"
__maintainer__ = "Rob Knight"
__email__ = "[email protected]"
__status__ = "Production"