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

python client for the GNU make jobserver. moved to https://github.com/milahu/gnumake-tokenpool

License

Notifications You must be signed in to change notification settings

milahu/gnumake-jobclient-py

Repository files navigation

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