/realtime

realtime

Primary LanguagePython

realtime

Build Status Coverage Status

This is a toolbox for realtime.

Installation

Installing is simple with pip:

pip install realtime

Usage

Setting up the extension is simple:

from realtime import realtime_import

@realtime_import
def foo():
    import PACKAGES
    return 42