From 93991ecb6c49994aaac66b8027145cfd9e1347a1 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 29 Aug 2008 06:13:38 -0400 Subject: [PATCH] Added dependencies file. Possible TODO: write example installation script? --- DEPENDENCIES | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 DEPENDENCIES diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..e0a35d8 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,39 @@ + +STANDARD MODULES + +Modules included with a standard Python 2.5 distribution: +Documentation available at + http://docs.python.org/lib/module-.html + +copy +doctest +logging +optparse +os +os.path +re +shutil +stat +string +sys +time + + +EXTERNAL MODULES + +OpenSSL http://pyopenssl.sourceforge.net/ + Python wrapper on OpenSSL library. +daemon http://hathawaymix.org/Software/Sketches/daemon.py + Based on a module by Shane Hathaway. + Patched up with other people's ideas to support cleaner logging. + Patched version hosted on my webpage: + http://www.physics.drexel.edu/~wking/code/python/daemon.py +web http://webpy.org/ + A simple web framework. I think the Debain package was too + old a version. I installed mine from source, version 0.23. + Patched httpserver.py to support HTTPS. + Patch submitted upstream: + https://bugs.launchpad.net/webpy/+bug/262495 +markdown Implements a version of markdown syntax. webpy bundles a + version of this in their `tools' subdirectory. + -- 2.26.2