Avoid duplicate time parsings when multiple LogTimeProcessors are used.
[apachelog.git] / README
1 The `original version`_ of this package (by Harry Fuecks) is on Google
2 Code.  However, that version is currently unmaintained, so a `forked
3 version`_ (maintained by Song Liu) has sprung up on GitHub.
4
5 For usage information, browse the docstrings.
6
7 To test the package, install nose_ and run::
8
9   $ nosetests --with-doctest apachelog
10
11 .. _original version: http://code.google.com/p/apachelog
12 .. _forked version: https://github.com/leopku
13 .. _nose: http://readthedocs.org/docs/nose/en/latest/