Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (23 loc) · 749 Bytes

readme.md

File metadata and controls

39 lines (23 loc) · 749 Bytes

moved

moved to https://github.com/milahu/gnumake-tokenpool

gnumake-jobclient-py

python client for the GNU make jobserver

install

pip install git+https://github.com/milahu/gnumake-jobclient-py

usage

import gnumake_jobclient

jobClient = gnumake_jobclient.JobClient()

token = jobClient.acquire()

# do some work

jobClient.release(token)

see also test/jobclient/test.py

similar projects

related