Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 519 Bytes

File metadata and controls

17 lines (11 loc) · 519 Bytes

Taskbroker python client

This package provides python client libraries for taskbroker. The client libraries help with:

  • Defining tasks
  • Spawning tasks
  • Running periodic schedulers
  • Running workers

Example application

You can find an example application in the src/examples directory.

Client documentation