Friday, 6 July 2018

Looking for tips and best practices for how to wrap a (large) Python library

I'm missing a certain Python library that I use extensively while I'm writing in Python, and there is no good Node equivalent. I have started to look into the viability of wrapping a Node wrapper, but I find surprisingly few resources for this.If I want to build a Node wrapper for a Python library that mirrors the public API of the Python library as closely as possible while still being fairly Javascripty, how would I go about and do this?

Submitted July 06, 2018 at 07:34PM by onewugtwowugs

No comments:

Post a Comment