ncclient is a Python library for NETCONF clients. It aims to offer an
intuitive API that sensibly maps the XML-encoded nature of NETCONF to
Python constructs and idioms, and make writing network-management
scripts easier.
w/ and ok sthen@
The Python library for Arista's eAPI command API implementation provides
a client API work using eAPI and communicating with EOS nodes. The
Python library can be used to communicate with EOS either locally
(on-box) or remotely (off-box). It uses a standard INI-style
configuration file to specify one or more nodes and connection
properties.
w/ and ok sthen@
dependency for upcoming mailpile port
A Python library for parsing PGP packets, similar to the pgpdump utility.
Currently supports:
- Signature packets
- Public key packets
- ASCII-armor decoding and CRC check
- Secret key packets
- Trust, user ID, and user attribute packets
with help from sthen@ jca@
ok from jca@ sthen@
Upstream added it for backtrace support but this does not (yet?) work here.
Fixes the build on armv7. Package bump for good measure.
ok sthen@ jca@ phessler@
cymruwhois is a python library for interfacing with the whois.cymru.com
service.
It is a dependency of the upcoming net/blaeu port.
With help from jca@.
ok jca@ landry@
wrk is a modern HTTP benchmarking tool capable of generating significant
load when run on a single multi-core CPU. It combines a multithreaded design
with scalable event notification systems such as epoll and kqueue.
OK jca@
passing NULL as second argument to realpath(), this way the result is
returned in a newly allocated buffer (that the caller frees) instead of
one allocated on the stack in canonicalize_file_name().
While here remove deprecated multipart/zip from MimeType in the desktop
file while here, triggers warnings from update-desktop-database.