autoDocstring icon indicating copy to clipboard operation
autoDocstring copied to clipboard

Autocomplete python file metadata

Open SomeCallMeTom opened this issue 1 year ago • 0 comments

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"

SomeCallMeTom avatar May 17 '23 18:05 SomeCallMeTom