Skeen / sans-io

Network protocol implementations in Python, sans I/O

Home Page:https://sans-io.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network Protocols, sans I/O

This repository is the source code to https://sans-io.readthedocs.io/. That page is meant to document the various Python implementations of network protocols that do not perform any I/O on their own. This is considered the best way to implement network protocols going forward for the Python community as it allows the protocol's use in either synchronous or asynchronous code. See the web site or index.rst for more details.

About

Network protocol implementations in Python, sans I/O

https://sans-io.readthedocs.io/

License:MIT License


Languages

Language:Python 39.0%Language:Batchfile 30.7%Language:Makefile 30.2%