Skip to content

Instantly share code, notes, and snippets.

@MstWntd
MstWntd / template.py
Last active July 16, 2026 15:49
Python and BASH script templates, focused on debugging with pdb, logging, error capture. improvements are welcome.
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
# vim:fenc=utf-8
"""
Author : {{NAME}}
Email : {{EMAIL}}
Version : 0.1
Created : {{TIMESTAMP}}