summaryrefslogtreecommitdiff
path: root/README.rst
blob: f64ab1b0ff7dc575ea85dca4d345568d8f8a0d3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.. image:: https://travis-ci.org/vsajip/logutils.svg
   :target: https://travis-ci.org/vsajip/logutils

.. image:: https://coveralls.io/repos/vsajip/logutils/badge.svg
   :target: https://coveralls.io/github/vsajip/logutils

logutils 0.3.5
==============
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 source code repository is at:

https://bitbucket.org/vinay.sajip/logutils/

Documentation is available at:

https://logutils.readthedocs.io/

https://pythonhosted.org/logutils/