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
This is short guide on how to use wsme with Flask applications, writing this because I felt documentation is lacking.| Random Ramblings