You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ultimate Goal - a build pipeline that consume the latest Typescript definitions and creates Python types. I say that only to say, if we see a means for automating this, that is very exciting
The text was updated successfully, but these errors were encountered:
Python is an interpreted language - but they've recently added type hint support
Type the functions we've created and potentially provide some out of the box Python types
There are some libraries that do this automatically
https://pypi.org/project/ts2python/
But I haven't fully evaluated them
The key thing here is to make a best effort to encapsulate the Typescript types in Python.
in my research, I liked this comparison
Ultimate Goal - a build pipeline that consume the latest Typescript definitions and creates Python types. I say that only to say, if we see a means for automating this, that is very exciting
The text was updated successfully, but these errors were encountered: