jeffdaily / parasail-python

Python bindings for the parasail C library.
Other
87 stars 17 forks source link

python ctypes interface instead of cython #1

Closed jeffdaily closed 8 years ago

jeffdaily commented 8 years ago

Probably keep the cython version around since the work was already done. But create a ctypes wrapper that will be the official python interface for parasail. Should support Python2 and Python3. Will be what gets installed by the eventual pip wheel from separate issue.

jeffdaily commented 8 years ago

Done. Supports py2 and py3.