I have a compiled Python library and API docs that I would like to use from Ruby.
Is it possible to load a Python library, instantiate a class defined in it and call
This little library makes it super easy to do this: https://github.com/steeve/rupy