2026 New Year ============= Practical, bite-sized networking demos for TCP/TLS, HTTP, and SSH, plus native extension examples. This site explains how to run the demos, build packages, and understand the repository layout. .. rst-class:: project-highlight - Pure-Python networking demos with real TLS certificates - ctypes shared library example (.so/.dylib/.dll) - pybind11 C/C++ extension example (.so/.pyd) - CI workflows for release and documentation Quick links ----------- - :doc:`quickstart` - :doc:`usage` - :doc:`examples` - :doc:`packaging` At a glance ----------- .. list-table:: :header-rows: 1 :widths: 30 70 * - Area - Highlights * - Core demos - TCP echo, TLS echo, HTTP GET/POST, minimal SSH banner exchange * - Native examples - ctypes shared library, pybind11 extension package * - Build & release - CI builds, tagged releases, RTD documentation .. toctree:: :maxdepth: 2 :caption: Contents overview quickstart usage examples packaging ci faq