Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brettcannon/sans-io
Network protocol implementations in Python, sans I/O
https://github.com/brettcannon/sans-io
Last synced: about 15 hours ago
JSON representation
Network protocol implementations in Python, sans I/O
- Host: GitHub
- URL: https://github.com/brettcannon/sans-io
- Owner: brettcannon
- License: mit
- Created: 2016-08-06T00:44:43.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T18:33:56.000Z (5 months ago)
- Last Synced: 2024-11-06T03:47:59.020Z (8 days ago)
- Language: Python
- Homepage: https://sans-io.readthedocs.io/
- Size: 64.5 KB
- Stars: 129
- Watchers: 14
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/brettcannon/sans-io/blob/master/index.rst)
for more details.