Tag python

Python wrapper for GitLab json rpc api

I wrote a small python wrapper for GitLab's api. You can find it here. Usage: import gitlab token = 'qp6szjqmk8bTyMBrnJo5' # get an API...

Setting up PyOpenCL with a cpu implementation of OpenCL

I've spent today in trying to get a working setup for OpenCL on my Ubuntu machine. I wanted to avoid having to install the non-free...