Skip to content

Network protocol implementations in Python, sans I/O

License

Notifications You must be signed in to change notification settings

agronholm/sans-io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.9%
  • Batchfile 30.8%
  • Makefile 30.3%