Personal tools
Skip to content. | Skip to navigation
python-gear A pure-Python asynchronous library to interface with Gearman.
.. image:: is a comprehensive, actively developed and extraordinarily stable wrapper around the GitHub API (v3).See HISTORY.rst for any "breaking" changes.Installation :: $ pip install github3.pyDependencies - requests_ - uritemplate_.. _requests: .. _uritemplate: Please read the CONTRIBUTING_ document... _CONTRIBUTING:
This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
Python Jenkins is a library for the remote API of the Jenkins continuous integration server. It is useful for creating and managing jobs as well as build nodes.
This library provides a robust and significantly extended implementation of JSONPath for Python, with a clear AST for meta-programming. It is tested with Python 2.6, 2.7, 3.2, 3.3, and PyPy. This library differs from other JSONPath implementations in that it is a full language implementation, meaning the JSONPath expressions are first class objects, easy to analyze, transform, parse, print, and extend.
Extensions for JSONPath RW
Kazoo is a Python library designed to make working with Zookeeper a more hassle-free experience that is less prone to errors.
A network address manipulation library for Python Provides support for: Layer 3 addresses * IPv4 and IPv6 addresses, subnets, masks, prefixes * iterating, slicing, sorting, summarizing and classifying IP networks * dealing with various ranges formats (CIDR, arbitrary ranges and globs, nmap) * set based operations (unions, intersections etc) over IP addresses and subnets * parsing a large variety of different formats and notations * looking up IANA IP block information * generating DNS reverse lookups * supernetting and subnetting Layer 2 addresses * representation and manipulation MAC addresses and EUI-64 identifiers * looking up IEEE organisational information (OUI, IAB) * generating derived IPv6 addresses
Eclipse Paho™ MQTT Python Client This document describes the source code for the Eclipse Paho < MQTT Python client library, which implements versions 3.1 and 3.1.1 of the MQTT protocol.This code provides a client class which enable applications to connect to an MQTT < broker to publish messages, and to subscribe to topics and receive published messages. It also provides some helper functions...
Paramiko (a combination of the Esperanto words for "paranoid" and "friend") is a module for python 2.3 or greater that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. Unlike SSL (aka TLS), the SSH2 protocol does not require hierarchical certificates signed by a powerful central authority. You may know SSH2 as the protocol that replaced telnet and rsh for secure access to remote shells, but the protocol also includes the ability to open arbitrary channels to remote services across an encrypted tunnel (this is how sftp works, for example). Python 3 version.