Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete python file metadata #263

Open
SomeCallMeTom opened this issue May 17, 2023 · 0 comments
Open

Autocomplete python file metadata #263

SomeCallMeTom opened this issue May 17, 2023 · 0 comments

Comments

@SomeCallMeTom
Copy link

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant