brian wickman - @wickman
[TOC]
Pants makes the manipulation and distribution of hermetically sealed Python environments
| grok { | |
| tags => "postfix/smtpd" | |
| pattern => [ "%{POSTFIXSMTPDCONNECTS}", | |
| "%{POSTFIXSMTPDACTIONS}", | |
| "%{POSTFIXSMTPDTIMEOUTS}", | |
| "%{POSTFIXSMTPDLOGIN}", | |
| "." ] | |
| named_captures_only => true | |
| } |
| #!/usr/bin/env python | |
| """ | |
| FUNCTION: Converts a CSV (tab delimited) file to an Excel xlsx file. | |
| Copyright (c) 2016, Konrad Foerstner <konrad@foerstner.org> | |
| Permission to use, copy, modify, and/or distribute this software for | |
| any purpose with or without fee is hereby granted, provided that the | |
| above copyright notice and this permission notice appear in all | |
| copies. |