This post describes how to integrate a cython extension with setuptools.| Random Ramblings
In this post I try to explain how to expose a function in a python module as REST service using WSME from an Flask application using setuptools entry_points feature.| Random Ramblings