Replies: 1 comment
-
Is there anything specific that it does that you think pyrosimple would be able to use? It looks like most of the functionality (e.g. json-rpc, http/https) we already share, and most of the important bits of pyrosimple should already be typed (although I'm certainly open to improving it even more). It looks like we're currently doing the same thing there as well: using typing on the top-level methods since there's no way to guarantee what the RPC commands will actually return. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a python rtorrent rpc client package with some typed rpc methods (not completed), do you have any interesting?
https://github.com/trim21/rtorrent-rpc
Beta Was this translation helpful? Give feedback.
All reactions