Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 500 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 500 Bytes

olib

Build Status

Installation

A virtual environment is recommended:

$ virtualenv -p python3 ~/venv
$ source ~/venv/bin/activate

Install:

$ python setup.py install

Run the tests:

$ python setup.py test

Functions

from olib import olib

olib.debug()

from olib import olib

@olib.debug(True)
def some_function(n):
  # do something