Skip to content

prabhupant/uke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uke

Make background task in Python easier again!

Usage

import uke
import time

@uke.job
def run():
    # Do awesome things here in the background
    time.sleep(5)

for i in range(100):
    run()

About

Make background task in Python easier again!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages