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
I've been using your nice graphviz library as part of a largely asyncio-based side project. Overall it works great - so thanks! For this side project, in the interest of getting things done (i.e., an excuse for poorly-made choices) I had just patched over some methods of graphviz.Digraph to allow for asynchronous subprocess calls. While others may find deferring to a thread sufficient here and using the existing methods, I like the ability to keep things in asyncio-land as much as possible.
So, to get to my question - would the developers here be interested in a contribution to support asyncio in the library itself?
If so, would you have a suggested naming scheme or any API specifics?
If not, feel free to close this.
The text was updated successfully, but these errors were encountered:
Hi,
I've been using your nice graphviz library as part of a largely asyncio-based side project. Overall it works great - so thanks! For this side project, in the interest of getting things done (i.e., an excuse for poorly-made choices) I had just patched over some methods of
graphviz.Digraph
to allow for asynchronous subprocess calls. While others may find deferring to a thread sufficient here and using the existing methods, I like the ability to keep things in asyncio-land as much as possible.So, to get to my question - would the developers here be interested in a contribution to support asyncio in the library itself?
If so, would you have a suggested naming scheme or any API specifics?
If not, feel free to close this.
The text was updated successfully, but these errors were encountered: