Skip to content

stolpeo/olib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages