From 076267735349c81817e52da3c73a4397f1f66170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=AE=A6=E6=88=90?= Date: Mon, 5 Oct 2015 18:32:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E9=A2=98=EF=BC=9Apyinfo()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 20151005 pyinfo() A good looking phpinfo-like python script --- ...o() A good looking phpinfo-like python script.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/sources/tech/20151005 pyinfo() A good looking phpinfo-like python script.md b/sources/tech/20151005 pyinfo() A good looking phpinfo-like python script.md index 3f3e3291eb..7b38244e76 100644 --- a/sources/tech/20151005 pyinfo() A good looking phpinfo-like python script.md +++ b/sources/tech/20151005 pyinfo() A good looking phpinfo-like python script.md @@ -20,8 +20,19 @@ def application(environ, start_response): start_response('200 OK', [('Content-type', 'text/html')]) return [output] ``` - +--- +via:http://bran.name/articles/pyinfo-a-good-looking-phpinfo-like-python-script/ + +作者:[Bran van der Meer][a] +译者:[译者ID](https://github.com/译者ID) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译, +[Linux中国](https://linux.cn/) 荣誉推出 + + +[a]:http://bran.name/resume/ [1]:https://gist.github.com/951825#file_pyinfo.py [2]:http://bran.name/dump/pyinfo.zip [3]:http://bran.name/dump/pyinfo/index.py