# txjsonrpc **Repository Path**: mirrors_smurfix/txjsonrpc ## Basic Information - **Project Name**: txjsonrpc - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ============ Introduction ============ txJSON-RPC allows you to create async Python JSON-RPC servers and clients either over HTTP or directly on TCP with the Netstring protocol. txJSON-RPC is written in Twisted. ======== Features ======== * Asynchronous JSON-RPC server and client code. * Support for HTTP and TCP (Netstring) JSON-RPC. * A jsonrpclib similar to the one for XLM-RPC offered by the Python standard library.