Skip to content

Instantly share code, notes, and snippets.

View djpaul-dev's full-sized avatar

Dhruba Jyoti Paul djpaul-dev

View GitHub Profile
@djpaul-dev
djpaul-dev / comprehensive_header.py
Created September 28, 2021 05:12 — forked from NicolasBizzozzero/comprehensive_header.py
Python template of a comprehensive header, with shebang, docstring, GPLv3 license and all metadata.
#!/usr/bin/env python
""" Short description of this Python module.
Longer description of this module.
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.