Download and review IETF documents, such as Internet-Drafts or RFCs. - GitHub - larseggert/ietf-reviewtool: Download and review IETF documents, such as Internet-Drafts or RFCs. (more…)
Read more »
This PEP adds support for syntactic macros to Python.
A macro is a compile-time function that transforms
a part of the program to allow functionality that cannot be
expressed cleanly in normal library code. (more…)
Read more »
Every year, I revisit the current best practices for Python packaging. This is my 2021 edition. (more…)
Read more »
At Atlassian, my fellow engineers and I often find ourselves creating tools that rapidly become crucial to our own workflows. Because of this, the practice of writing tests to ensure consistent behavior is almost second nature for us. We’re aware that thi... (more…)
Read more »
AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework. - ronf/asyncssh... (more…)
Read more »