Requests

Requests 2.7.0 updated

Developed as an alternative to Python's built-in urllib2 module that's usually utilized in dealing with HTTP requests, this library does not only update the core methods found in that library to support features found in Web technologies today, but also...

dnspython

dnspython 1.12.0

It supports almost all record types, can be used for queries, zone transfers, and dynamic updates, while supporting TSIG authenticated messages and EDNS0.dnspython provides both high and low level access to DNS.The high level classes perform queries for...

ipaddress

ipaddress 1.0.7

ipaddress supports both the IPv4 and IPv6 standards.The library is actually a port of Python 3.3's ipaddress method, to work with Python 2.6.x and...

netaddr

netaddr 0.7.14 updated

It is OS independent and works with a various of protocols.What is new in this release:Various performance improvements all over the place. netaddr is now hosted on PyPI and can be installed via pip. Doing "10.0.0.42" in...

net-ping

net-ping 1.7.6

It works with both TCP and UDP packets.Features:Ping::TCP Ping::UDP Ping::External Ping::HTTP Ping::ICMP Ping::WMI What is new in this release:Changed TCP handling yet again, as it was returning false positives. What is new in version 1.7.4:Remove the...

PcapRub

PcapRub 0.12.1

PcapRub provides raw libpcap bindings for Ruby.What is new in this release:listdatalinks test fix. Requirements:Ruby 1.8.7 or higher Limitations:This does not provide packet processing functionality, it simply provides the interface for capturing packets,...

RubyDNS

RubyDNS 1.0.1

RubyDNS can listen to DNS queries, intercept them, perform various operations on the query, forward or respond to it.Along with the core RubyDNS server, a stand-alone asynchronous DNS resolver is also included, which can be forked and embedded in remote...

Net::SSH

Net::SSH 2.9.2 / 2.9.3.beta1

Net::SSH was created to allow developers to use Ruby code to send out SSH2 commands to remote machines without having to appeal to C, C++ or bash scripting.The library can be used to run multiple processes in parallel on the same SSH2 connection, but also...