From: W. Trevor King Date: Fri, 29 Aug 2008 10:13:38 +0000 (-0400) Subject: Added dependencies file. X-Git-Tag: 0.3~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=93991ecb6c49994aaac66b8027145cfd9e1347a1;p=chemdb.git Added dependencies file. Possible TODO: write example installation script? --- 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. +