.gitignore
.readthedocs.yaml
CHANGELOG.md
MANIFEST.in
README.md
pyproject.toml
setup.py
.github/workflows/ci-release.yml
.github/workflows/docs.yml
docs/ci.rst
docs/conf.py
docs/examples.rst
docs/faq.rst
docs/index.rst
docs/overview.rst
docs/packaging.rst
docs/quickstart.rst
docs/requirements.txt
docs/usage.rst
docs/_static/custom.css
scripts/build_ctypes_shared.sh
src/new_year_2026/__init__.py
src/new_year_2026.egg-info/PKG-INFO
src/new_year_2026.egg-info/SOURCES.txt
src/new_year_2026.egg-info/dependency_links.txt
src/new_year_2026.egg-info/top_level.txt
src/new_year_2026/ctypes_shared/README.md
src/new_year_2026/ctypes_shared/hello.c
src/new_year_2026/ctypes_shared/hello_ctypes.py
src/new_year_2026/ctypes_shared/libhello.so
src/new_year_2026/hello_ext/__init__.py
src/new_year_2026/hello_ext/bindings.cpp
src/new_year_2026/hello_ext/hello_c.c
src/new_year_2026/hello_ext/hello_c.h
src/new_year_2026/hello_ext/hello_cpp.cpp
src/new_year_2026/hello_ext/hello_cpp.h
src/new_year_2026/tcp_tls/__init__.py
src/new_year_2026/tcp_tls/cert.pem
src/new_year_2026/tcp_tls/get_or_post.py
src/new_year_2026/tcp_tls/key.pem
src/new_year_2026/tcp_tls/mini_tls_server.py
src/new_year_2026/tcp_tls/ssh_minimal_client.py
src/new_year_2026/tcp_tls/tcp_client.py
src/new_year_2026/tcp_tls/tcp_server.py
src/new_year_2026/tcp_tls/tls_echo_client.py
src/new_year_2026/tcp_tls/tls_echo_server.py