This message was deleted.
# general
s
This message was deleted.
t
Not yet, but we are working on that. 2.0 release should have the foundation for reusing TS libraries in Python. Watch this issue for progress https://github.com/pulumi/pulumi/issues/2430
The idea is that you would have to define a public contract in Python and then the implementation will be delegated to the TS runtime (so, users would need Node to run the components)
b
will that have any overlap with dynamic resource providers? it makes the stack files prettttty big having the code duplicated twice for every resource of tha ttype
b
thanks for you answer. Looking forward to test that 👏
t
@better-rainbow-14549 That’s not closely related to dynamic providers.
👍 1