Delegator. Run background tasks from Python without the headache.

github.com/amitt001/delegator.py

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2019
  • Update README.rst
March 2019
  • Merge pull request #71 from jayvdb/patch-1
  • Add tests to sdist
February 2019
  • Merge pull request #68 from LucidOne/tox-test
  • Added tests_require
  • Initial test infrastructure, covers #57
  • Correctly cache Command.err
  • Merge pull request #62 from techalchemy/61-fix-file-handles
  • Do not add an extra newline for chained commands. Fixes #67
October 2018
  • Don't pass `EOF` to the caller
  • Don't pass `subprocess.PIPE` to blocking Popen calls
  • Explicitly close file handles on block
September 2018
  • whoops
  • Update README.rst
  • black formatting, and add .ok
April 2018
  • Merge pull request #53 from techalchemy/master
  • Add LICENSE and MANIFEST.in
March 2018
  • Merge pull request #49 from azban/hotfix/kill-subprocess-compatible
  • Merge pull request #47 from azban/chore/gitignore-pycharm
  • kill: fix incompatibility with subprocess