Category: Python

Python

vmtp 2.0.2

Features ——– Have you ever had the need for a quick, simple and automatable way to get VM-level or host-level single-flow throughput and latency numbers from any OpenStack cloud, and take into account various Neutron topologies? Or check whether some OpenStack configuration option, Neutron plug-in performs to expectation or if there is any data path…

pompei 0.1.03

Pompei is a python package and command line utility to generate photo mosaics from movie frames, like this one: It is an open-source software originally written by Zulko and released under the MIT licence. Source: Tech

Shinken 2.2

Shinken is a modern, Nagios compatible monitoring framework, written in Python. Its main goal is to give users a flexible architecture for their monitoring system that is designed to scale to large environments. Source: Tech

pwntools – CTF Framework & Exploit Development Library

Written in Python, it is designed for rapid prototyping and development, and intended to make exploit writing as simple as possible. from pwn import * context r = remote # EXPLOIT CODE GOES HERE r.send )) r.interactive() pwntools is best supported on Ubuntu 12.04 and 14.04, but most functionality should work on any Posix-like distribution…

Shapely 1.5.0

Shapely is a BSD-licensed Python package for manipulation and analysis of planar geometric objects. It is based on the widely deployed GEOS and JTS libraries. Source: Tech

sPyNNaker added to PyPI

This package provides a PyNN implementation for SpiNNaker. Requirements ============ In addition to a standard Python installation, this package depends on: – six – enum34 – DataSpecification – PACMAN – SpiNNMan – PyNN – numpy You can also optionally install: – Visualiser These dependencies, excluding numpy, can be installed using pip: pip install six pip…

gphoto2 0.8.0

It is built using SWIG to automatically generate the interface code. This gives direct access to nearly all the libgphoto2 functions, but sometimes in a rather un-Pythonic manner. Source: Tech