aboutsummaryrefslogtreecommitdiff
path: root/source/blog/2015-05-30-using-a-personal-helper-package-in-everyday-scripting.md
diff options
context:
space:
mode:
Diffstat (limited to 'source/blog/2015-05-30-using-a-personal-helper-package-in-everyday-scripting.md')
-rw-r--r--source/blog/2015-05-30-using-a-personal-helper-package-in-everyday-scripting.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blog/2015-05-30-using-a-personal-helper-package-in-everyday-scripting.md b/source/blog/2015-05-30-using-a-personal-helper-package-in-everyday-scripting.md
index 7bd23d75..4f5e8e0b 100644
--- a/source/blog/2015-05-30-using-a-personal-helper-package-in-everyday-scripting.md
+++ b/source/blog/2015-05-30-using-a-personal-helper-package-in-everyday-scripting.md
@@ -2,7 +2,8 @@
title: "Using a personal helper package in everyday scripting"
date: 2015-05-30T22:48:57-07:00
date_display: May 30, 2015
----
+...
+
Recently I've been scripting (mostly in Python) quite a bit, and noticed that some functionalities get copied over or reimplemented over and over again. Examples include reading configuration files (mostly JSON, INI, and YAML), printing progress information to tty in color, displaying progress bar, and so on.
In light of this, I came up with the idea of keeping a pool of helper modules in a personal helper package. I'm unimaginative at naming things, so I just named my package `zmwangx`. It is [published on GitHub](https://github.com/zmwangx/pyzmwangx), and the API docs are published on [Read the Docs](https://pyzmwangx.readthedocs.org) for easy reference during scripting.[^doc] At the time of writing the following helper modules are available in the package: