Skip to main content

Tiny and minimalistic logging utility

Project description

Latest PyPI version https://travis-ci.org/kragniz/lode.png?branch=master

Tiny and minimalistic logging utility module.

Lode is designed to be used in the case where normally simple print statement style debugging would be useful, like checking whether or not a section of code is executed, but stdout or stderr has been robbed from you by something like a devilishly clever test framework. Rather than try to uncover which dark alleyway your calls to print end up, lode just outputs it to a friendly file.

Lode is tested and supported on python versions 2.6, 2.7, 3.2, 3.3 and 3.4.

Installing

Lode can be installed with pip:

$ pip install lode

Or from source:

$ git clone https://github.com/kragniz/lode.git
$ cd lode
$ python setup.py install

Using this thing

For the most basic usage, just import lode and call the log function. Usage is largely the same as the print function, with it taking any number of positional arguments, formatting those to a string, and joining them together separated by spaces.

import lode; lode.log('hi there!')

Tests

Tests are stored the tests subdirectory of the main lode package. Set up lode for testing by running in the root directory of the git repository the following commands:

$ pip install -e .
$ pip install -r test-requirements.txt

Then run the tests:

$ py.test -v

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lode-0.3.0.tar.gz (3.0 kB view details)

Uploaded Source

File details

Details for the file lode-0.3.0.tar.gz.

File metadata

  • Download URL: lode-0.3.0.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for lode-0.3.0.tar.gz
Algorithm Hash digest
SHA256 5d55c4e7cecc4551feb22c6355e2337952fa5fdd067c31df856c8941f1204ec6
MD5 9e4b0b4c7c148d2e4c557f9cac09cc1a
BLAKE2b-256 2372364e03353bbe61fd7788a220c9de57c73563daaa25570dadcc789952770d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page