summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-10-01 13:27:43 +0100
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-10-01 13:27:43 +0100
commit63e8962c46d84ae7afd78ab932fbc5a55d4fd2f6 (patch)
tree7bfbacb593e224a360559d67d12e014929c59d5d /README.txt
downloadlogutils-git-63e8962c46d84ae7afd78ab932fbc5a55d4fd2f6.tar.gz
Initial import.0.1
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..0756a09
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,29 @@
+logutils 0.1
+============
+The logutils package provides a set of handlers for the Python standard
+library's logging package.
+
+Some of these handlers are out-of-scope for the standard library, and
+so they are packaged here. Others are updated versions which have
+appeared in recent Python releases, but are usable with older versions
+of Python and so are packaged here.
+
+Requirements & Installation
+---------------------------
+The logutils package requires Python 2.5 or greater, and can be
+installed with the standard Python installation procedure:
+
+ python setup.py install
+
+There is a set of unit tests which you can invoke with
+
+ python setup.py test
+
+before running the installation.
+
+Availability & Documentation
+----------------------------
+The latest version of logutils can be found at:
+
+ http://code.google.com/p/logutils/
+