Package: ansible Version: 1.9.5-1 Architecture: all Maintainer: Janos Guljas Installed-Size: 4280 Depends: python, python:any (>= 2.7.5-5~), python-crypto (>= 2.6), python-yaml, python-pkg-resources, python-jinja2, python-paramiko, python:any (<< 2.8), python-httplib2, python-netaddr Recommends: python-selinux Suggests: sshpass Homepage: http://ansible.com Priority: optional Section: admin Filename: pool/main/a/ansible/ansible_1.9.5-1_all.deb Size: 645286 SHA256: 92fc4b769ea06ae1168f5fbe7e3486634c780f742d9c55268903861b87718005 SHA1: 77d5b25c70f27bc491ce8821bafdf17c2f7512c2 MD5sum: 2051142c3de3bd3a3bc09a21344cfb63 Description: Configuration management, deployment, and task execution system Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically. Package: ansible-fireball Source: ansible Version: 1.9.5-1 Architecture: all Maintainer: Janos Guljas Installed-Size: 79 Depends: ansible, python-keyczar, python-zmq Homepage: http://ansible.com Priority: optional Section: admin Filename: pool/main/a/ansible/ansible-fireball_1.9.5-1_all.deb Size: 13892 SHA256: 4853d7b7954ce51eb8f0fe628a9ca143017eea2c47732b404918548142f53d26 SHA1: 6a2ac448f9e1a4f4ab3be0f640986ad329e85241 MD5sum: a9ce9a4aefe7d9f9ed76eb4c4a4619d2 Description: Ansible fireball transport support Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically. . Ansible can optionally use a 0MQ based transport mechanism, which is considerably faster than the standard ssh mechanism when there are multiple actions, but requires additional supporting packages. . This package is a dependency package, which depends on ansible and Python modules for keyczar and ZeroMQ. Package: ansible-node-fireball Source: ansible Version: 1.9.5-1 Architecture: all Maintainer: Janos Guljas Installed-Size: 79 Depends: python-keyczar, python-zmq Homepage: http://ansible.com Priority: optional Section: admin Filename: pool/main/a/ansible/ansible-node-fireball_1.9.5-1_all.deb Size: 13872 SHA256: 9a23ff83ce1195c41786f7fdc8433d5d506df8ab512a0d2cb6bee154b8e319e9 SHA1: 3b144185a539c1a9fe27e9ddb4d46cd323f5b370 MD5sum: 845f017c0379f690fc19b799a4677073 Description: Ansible fireball transport support for nodes Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically. . Ansible can optionally use a 0MQ based transport mechanism, which has additional requirements for nodes to use. This package includes those requirements. . This package is a dependency package, which depends on Python modules for keyczar and ZeroMQ. Package: atop Version: 2.1-1 Architecture: amd64 Maintainer: Marc Haber Installed-Size: 332 Depends: libc6 (>= 2.14), libncurses5 (>= 5.5-5~), libtinfo5, zlib1g (>= 1:1.1.4), lsb-base (>= 3.2-14) Recommends: cron Homepage: http://www.atconsultancy.nl/atop/home.html Priority: optional Section: admin Filename: pool/main/a/atop/atop_2.1-1_amd64.deb Size: 108722 SHA256: e84b635a2cd66f83a557bd5de0ae429c533c00138823541c40df30d27ca12a85 SHA1: 78f66ea752c0aedc635ff1db392455b1761fb9fc MD5sum: fe295559cf62da7150fabf161019486f Description: Monitor for system resources and process activity Atop is an ASCII full-screen performance monitor, similar to the top command, but atop only shows the active system-resources and processes, and only shows the deviations since the previous interval. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks and network layers, and it shows for every active process the CPU utilization in system and user mode, the virtual and resident memory growth, priority, username, state, and exit code. The process level activity is also shown for processes which finished during the last interval, to get a complete overview about the consumers of things such as CPU time. . Author: Gerlof Langeveld Package: bats Version: 0.4.0-1 Architecture: all Maintainer: Mateusz Matuszkowiak Installed-Size: 72 Homepage: https://github.com/sstephenson/bats Priority: optional Section: shells Filename: pool/main/b/bats/bats_0.4.0-1_all.deb Size: 14092 SHA256: ade844c5ca2596f737e87ea2a029e29226d9f75f4d1071f9a2763e9d27140373 SHA1: 9bda91b3cf9f8adebbe7e687ab732ea94346725a MD5sum: 5ae5315e235f33e592bf97296c018f38 Description: bash automated testing system Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. Bats is most useful when testing software written in Bash, but you can use it to test any UNIX program. Package: gunicorn Version: 19.0-8ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 81 Depends: python-gunicorn (= 19.0-8ubuntu1), python-pkg-resources, python-setuptools, python:any (>= 2.6~), python Suggests: gunicorn-examples (= 19.0-8ubuntu1), python-gevent, python-pastedeploy, python-setproctitle, python-tornado Provides: httpd-wsgi Homepage: http://gunicorn.org/ Priority: optional Section: httpd Filename: pool/main/g/gunicorn/gunicorn_19.0-8ubuntu1_all.deb Size: 21674 SHA256: 5f90064781d7b08da2b74a07f99fcf3f875b3cd2c2ca94c6abc668906f599bbe SHA1: 654192d4e73763f6ac0f9a922a9b567fd094f4c8 MD5sum: 9ccc63593bcff72263cafa1095a5edcd Description: Event-based HTTP/WSGI server Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients or sleepy applications. That is to say; behind a buffering front-end server such as nginx or lighttpd. . * Optional support for Eventlet, Tornado and Gevent to provide asynchronous long-polling ("Comet") connections. * Process management: Gunicorn reaps and restarts workers that die. * Easy integration with Django and Paster compatible applications (Pylons, TurboGears 2, etc. * Load balancing via pre-fork and a shared socket * Graceful worker process restarts * Upgrading without losing connections * Decode chunked transfers on-the-fly, allowing upload progress notifications or stream-based protocols over HTTP . This is the Python 2 version. Original-Maintainer: Chris Lamb Package: gunicorn-examples Source: gunicorn Version: 19.0-8ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 209 Recommends: libjs-jquery Suggests: libjs-jquery-flot Breaks: gunicorn (<< 19.0-3) Replaces: gunicorn (<< 19.0-3) Homepage: http://gunicorn.org/ Priority: optional Section: httpd Filename: pool/main/g/gunicorn/gunicorn-examples_19.0-8ubuntu1_all.deb Size: 51998 SHA256: f3d5b18fb2dcd52a1c7cdf6fb7c132c9dac1d88ea3341d6ba8f58b1245af30ee SHA1: 2d40c90ce76597208ec44ba860f83773aed5cf16 MD5sum: 57190f4ac04b61c9068a178dd2783a8c Description: Event-based HTTP/WSGI server Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients or sleepy applications. That is to say; behind a buffering front-end server such as nginx or lighttpd. . * Optional support for Eventlet, Tornado and Gevent to provide asynchronous long-polling ("Comet") connections. * Process management: Gunicorn reaps and restarts workers that die. * Easy integration with Django and Paster compatible applications (Pylons, TurboGears 2, etc. * Load balancing via pre-fork and a shared socket * Graceful worker process restarts * Upgrading without losing connections * Decode chunked transfers on-the-fly, allowing upload progress notifications or stream-based protocols over HTTP . These are the examples. Original-Maintainer: Chris Lamb Package: gunicorn3 Source: gunicorn Version: 19.0-8ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 72 Depends: python3-gunicorn (= 19.0-8ubuntu1), python3:any (>= 3.2~), python3 Suggests: gunicorn-examples (= 19.0-8ubuntu1), python3-pastedeploy, python3-setproctitle, python3-tornado Homepage: http://gunicorn.org/ Priority: optional Section: httpd Filename: pool/main/g/gunicorn/gunicorn3_19.0-8ubuntu1_all.deb Size: 21186 SHA256: 96cb4ab9bd0800527bcff44d87a1926c79f8436e6bbc424292afaa32053e3388 SHA1: 6866a058308a4c27a5d8433ead78c5042cd20261 MD5sum: 790d1430af8eaf6a69ff092acfda0d73 Description: Event-based HTTP/WSGI server Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients or sleepy applications. That is to say; behind a buffering front-end server such as nginx or lighttpd. . * Optional support for Eventlet, Tornado and Gevent to provide asynchronous long-polling ("Comet") connections. * Process management: Gunicorn reaps and restarts workers that die. * Easy integration with Django and Paster compatible applications (Pylons, TurboGears 2, etc. * Load balancing via pre-fork and a shared socket * Graceful worker process restarts * Upgrading without losing connections * Decode chunked transfers on-the-fly, allowing upload progress notifications or stream-based protocols over HTTP . This is the Python 3 version. Original-Maintainer: Chris Lamb Package: libcacard-dev Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 219 Depends: libcacard0 (= 1:2.4+dfsg-4ubuntu2), libnss3-dev Multi-Arch: same Homepage: http://www.qemu.org/ Priority: optional Section: libdevel Filename: pool/main/q/qemu/libcacard-dev_2.4+dfsg-4ubuntu2_amd64.deb Size: 85950 SHA256: 29d462bf129ea5565fc4deb5b87095687619cabf2cd8055effb606c7adceb158 SHA1: 681bd8d38cc076b5b428faf62201b258e4a76abe MD5sum: 76d34929fb202e2a7a60b083d20e86a9 Description: Virtual Common Access Card (CAC) Emulator (development files) This emulator is designed to provide emulation of actual smart cards to a virtual card reader running in a guest virtual machine. The emulated smart cards can be representations of real smart cards, where the necessary functions such as signing, card removal/insertion, etc. are mapped to real, physical cards which are shared with the client machine the emulator is running on, or the cards could be pure software constructs. . This package provides files necessary to develop programs using the library. Original-Maintainer: Debian QEMU Team Package: libcacard-tools Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 108 Depends: libc6 (>= 2.4), libcacard0 (>= 2.2), libglib2.0-0 (>= 2.31.8) Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/libcacard-tools_2.4+dfsg-4ubuntu2_amd64.deb Size: 59896 SHA256: 03f55ca35b6ef16b7142ad8046fb3cb42a9eb111b0d8525ce4ee5d390bc9afd3 SHA1: 34a187e93c0df29c4aaa98707a4046b28a7065c3 MD5sum: 977a4ead5bbea3ca4480e54c2ffb483e Description: Virtual Common Access Card (CAC) Emulator (tools) This emulator is designed to provide emulation of actual smart cards to a virtual card reader running in a guest virtual machine. The emulated smart cards can be representations of real smart cards, where the necessary functions such as signing, card removal/insertion, etc. are mapped to real, physical cards which are shared with the client machine the emulator is running on, or the cards could be pure software constructs. . This package provides tools for the libcacard library (currently vscclient). Original-Maintainer: Debian QEMU Team Package: libcacard0 Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 138 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.31.8), libnspr4 (>= 2:4.9-2~) | libnspr4-0d (>= 1.8.0.10), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~beta3) Multi-Arch: same Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/libcacard0_2.4+dfsg-4ubuntu2_amd64.deb Size: 70630 SHA256: de8820eb76a2a1d314f9a4b3149a97c690bba0758e9fdd791f3f409860133ca4 SHA1: a864c60ddb1f7bce18d765f9c2dcf5101518bcd7 MD5sum: a613aacd9703e1c40d54bdb1a20a5977 Description: Virtual Common Access Card (CAC) Emulator (runtime library) This emulator is designed to provide emulation of actual smart cards to a virtual card reader running in a guest virtual machine. The emulated smart cards can be representations of real smart cards, where the necessary functions such as signing, card removal/insertion, etc. are mapped to real, physical cards which are shared with the client machine the emulator is running on, or the cards could be pure software constructs. . This package provides the runtime library. Original-Maintainer: Debian QEMU Team Package: libvirt-bin Source: libvirt Version: 1.2.12-0ubuntu14.2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 13293 Depends: libapparmor1 (>= 2.6~devel), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libblkid1 (>= 2.17.2), libc6 (>= 2.17), libcap-ng0, libdbus-1-3 (>= 1.1.1), libdevmapper1.02.1 (>= 2:1.02.20), libgnutls26 (>= 2.12.17-0), libnetcf1 (>= 1:0.2.2), libnl-3-200 (>= 3.2.7), libnuma1, libparted0debian1 (>= 2.2-1), libpcap0.8 (>= 1.0.0), libpciaccess0, librados2, librbd1, libreadline6 (>= 6.0), libsasl2-2 (>= 2.1.24), libudev1 (>= 183), libvirt0 (= 1.2.12-0ubuntu14.2), libxen-4.4 (>= 4.4.2), libxenstore3.0 (>= 3.2.0), libxml2 (>= 2.7.4), libyajl2 (>= 2.0.4), sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), adduser, bridge-utils, cgmanager | cgroup-lite | cgroup-bin, dnsmasq-base (>= 2.46-1), dbus, gettext-base, iptables (>= 1.4.10), logrotate, netcat-openbsd Recommends: libxml2-utils, gawk, ebtables, dmidecode, iproute, parted, pm-utils Suggests: policykit-1 (>= 0.105-3ubuntu3), apparmor (>= 2.8.96~2541-0ubuntu4~), qemu-kvm | qemu (>= 0.9.1), radvd Enhances: qemu, qemu-kvm, xen Conflicts: apparmor (<< 2.8.95~2430-0ubuntu4) Breaks: xen-utils-4.1, xen-utils-4.3 Homepage: http://libvirt.org Priority: optional Section: admin Filename: pool/main/libv/libvirt/libvirt-bin_1.2.12-0ubuntu14.2_amd64.deb Size: 4489270 SHA256: 1158b1c298bea43dc0600b5ba66b27d12eaf351691f6d328bfbb49551e55b9f9 SHA1: 8591763a5a590924e62c0628ba18d2a30e913a5d MD5sum: ef6e2e8dedaacfe1fd61af9030c6cf0e Description: programs for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the supporting binaries to use with libvirt Original-Maintainer: Debian Libvirt Maintainers Package: libvirt-dev Source: libvirt Version: 1.2.12-0ubuntu14.2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 3191 Depends: libvirt0 (= 1.2.12-0ubuntu14.2), libxen-dev Recommends: pkg-config Replaces: libvirt-bin (<< 1.2.0~) Homepage: http://libvirt.org Priority: optional Section: libdevel Filename: pool/main/libv/libvirt/libvirt-dev_1.2.12-0ubuntu14.2_amd64.deb Size: 2307224 SHA256: d9db5513e852d83cbcef1247e580cab3cea6d761c846104deb272152eeeaf443 SHA1: 46506a1d933d6b06128140b34e4cdf941ac2fd32 MD5sum: b8d548a36fd1146f99850eb29b80ec64 Description: development files for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the header files and static libraries which are needed for developing the applications with libvirt. Original-Maintainer: Debian Libvirt Maintainers Package: libvirt-doc Source: libvirt Version: 1.2.12-0ubuntu14.2 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 9233 Suggests: devhelp Homepage: http://libvirt.org Priority: optional Section: doc Filename: pool/main/libv/libvirt/libvirt-doc_1.2.12-0ubuntu14.2_all.deb Size: 3426362 SHA256: caeef6309f9cb6de90705e8da63e84024ecd0bf8e0528946820e58c015b59d2c SHA1: 88e160867d5dd34b258edda275ba247858b59f53 MD5sum: fd64ce08ea1afaa747e22e0c2ff02070 Description: documentation for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the documentation. Original-Maintainer: Debian Libvirt Maintainers Package: libvirt0 Source: libvirt Version: 1.2.12-0ubuntu14.2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 5957 Depends: libapparmor1 (>= 2.6~devel), libaudit1 (>= 1:2.2.1), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.17), libcap-ng0, libcurl3-gnutls (>= 7.28.0), libdbus-1-3 (>= 1.1.1), libdevmapper1.02.1 (>= 2:1.02.20), libgcrypt11 (>= 1.5.1), libgnutls26 (>= 2.12.17-0), libnl-3-200 (>= 3.2.7), libnuma1, libsasl2-2 (>= 2.1.24), libxen-4.4 (>= 4.4.2), libxml2 (>= 2.7.4), libyajl2 (>= 2.0.4) Suggests: lvm2 Homepage: http://libvirt.org Priority: optional Section: libs Filename: pool/main/libv/libvirt/libvirt0_1.2.12-0ubuntu14.2_amd64.deb Size: 3222942 SHA256: f34ac899ba3f87f613701fb008fad6cf48e8ed955eb1916393312413f1637101 SHA1: 532be885c5d137178182b3f3531d2a75b561b715 MD5sum: 942a068e0e625aeb0256440cd88413a4 Description: library for interfacing with different virtualization systems Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. Original-Maintainer: Debian Libvirt Maintainers Package: libvirt0-dbg Source: libvirt Version: 1.2.12-0ubuntu14.2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 47464 Depends: libvirt0 (= 1.2.12-0ubuntu14.2) Homepage: http://libvirt.org Priority: extra Section: debug Filename: pool/main/libv/libvirt/libvirt0-dbg_1.2.12-0ubuntu14.2_amd64.deb Size: 10195316 SHA256: 8d5a76c4a2707087571b3886c451f836c4cda74db6d2894212bb19cfa88158a6 SHA1: 5ab80b5fc8b8cf86ac59d2efbd3c7e7c9e2d7b34 MD5sum: 5ddba65a0bf7aae56d15d1c59be056fc Description: library for interfacing with different virtualization systems Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the debugging symbols. Original-Maintainer: Debian Libvirt Maintainers Package: nodejs Version: 0.10.37-1chl1~trusty1 Architecture: amd64 Maintainer: Jérémy Lal Installed-Size: 17791 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), rlwrap Conflicts: nodejs-dev, npm Replaces: nodejs-dev, npm Provides: nodejs-dev, npm Homepage: http://nodejs.org/ Priority: extra Section: web Filename: pool/main/n/nodejs/nodejs_0.10.37-1chl1~trusty1_amd64.deb Size: 4404078 SHA256: 16b6b3f1a4b4107155f67e5df2d1960dccfc7a2abb769305e9bc28ab40096481 SHA1: 73acc98baecc03e28aa6b6daac6db01571ae417f MD5sum: ee2fd06487c78f2b50c8ce27a89171d0 Description: Node.js event-based server-side javascript engine Node.js is similar in design to and influenced by systems like Ruby's Event Machine or Python's Twisted. . It takes the event model a bit further - it presents the event loop as a language construct instead of as a library. . Node.js is bundled with several useful libraries to handle server tasks : System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. Package: nodejs-dbg Source: nodejs Version: 0.10.37-1chl1~trusty1 Architecture: amd64 Maintainer: Jérémy Lal Installed-Size: 2422 Depends: nodejs (= 0.10.37-1chl1~trusty1) Suggests: libv8-dbg (>= 2.2.7) Homepage: http://nodejs.org/ Priority: extra Section: debug Filename: pool/main/n/nodejs/nodejs-dbg_0.10.37-1chl1~trusty1_amd64.deb Size: 499766 SHA256: 07375ec0b22a561dffd08d0903428ae0d1a4c2a3cec3285723d7ebf9ee04e035 SHA1: 8b9c692357e7b454039dcb2a2a30053de39fff5b MD5sum: ba2470c6ebba51681ae4be6a120996b9 Description: Node.js event-based server-side javascript engine (debug) Node.js is similar in design to and influenced by systems like Ruby's Event Machine or Python's Twisted. . It takes the event model a bit further - it presents the event loop as a language construct instead of as a library. . Node.js is bundled with several useful libraries to handle server tasks : System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. . This package contains the debugging symbols. Package: nodepool Version: 0.1.1-3 Architecture: amd64 Maintainer: Antoine Musso Installed-Size: 443 Pre-Depends: python2.7 Depends: parted, python-pbr, python-jenkins, python-zmq, python-voluptuous, python-paramiko, python-daemon, python, python-keystoneclient, python-gear, python-prettytable, python-diskimage-builder, python:any (<< 2.8), python-six (>= 1.7.0), python:any (>= 2.7.5-5~), python-novaclient, python-glanceclient, python-pymysql, python-extras, python-apscheduler, python-yaml, python-statsd, python-sqlalchemy Homepage: http://ci.openstack.org/nodepool/ Priority: optional Section: python Filename: pool/main/n/nodepool/nodepool_0.1.1-3_amd64.deb Size: 53334 SHA256: cfdc467bfcacfa5323b0fa62937196e4538bd073a653abedfb4f4c72ec77edd8 SHA1: 72b328f57f6d8c0606e4a03882c461b6c89556b9 MD5sum: ae422dc22e892570e0864508d040c4db Description: Launch single use test nodes on OpenStack Nodepool is a system for launching single-use test nodes on demand based on images built with cached data. It is designed to work with any OpenStack based cloud, and is part of a suite of tools that form a comprehensive test system including Jenkins and Zuul. Package: openbios-ppc Source: openbios Version: 1.1+svn1340-1ubuntu1 Architecture: all Maintainer: Debian QEMU Team Installed-Size: 791 Suggests: qemu Conflicts: qemu (<< 0.11.0), qemu-system (<< 0.14.0) Multi-Arch: foreign Homepage: http://www.openbios.org/ Priority: extra Section: misc Filename: pool/main/o/openbios/openbios-ppc_1.1+svn1340-1ubuntu1_all.deb Size: 113360 SHA256: 7faa07529ebb65fca364496958ed46f9ea5b585b5373c781c130097298b9590c SHA1: dafec3959fc63386e525af178b47bb86cf5a009e MD5sum: 2b61dcc1db2c05e2fc5674a1d120f51d Description: PowerPC Open Firmware OpenBIOS is a free, portable implementation of IEEE 1275-1994 (Open Firmware). . This package contains the PowerPC 32-bit versions of OpenBIOS. Package: openbios-sparc Source: openbios Version: 1.1+svn1340-1ubuntu1 Architecture: all Maintainer: Debian QEMU Team Installed-Size: 2015 Suggests: qemu Conflicts: qemu (<< 0.10.0), qemu-system (<< 0.14.0) Multi-Arch: foreign Homepage: http://www.openbios.org/ Priority: extra Section: misc Filename: pool/main/o/openbios/openbios-sparc_1.1+svn1340-1ubuntu1_all.deb Size: 158160 SHA256: 711e38fd6ef093cc79356656b2839d33887350a2056b8252fd292866a814ef1e SHA1: e5fc8ff92c9ef64d8b0cfd06e55e12a51a63af14 MD5sum: 85d2f3f39cedb462f59c268d7d6d8d1e Description: SPARC Open Firmware OpenBIOS is a free, portable implementation of IEEE 1275-1994 (Open Firmware). . This package contains the SPARC 32-bit and SPARC 64-bit versions of OpenBIOS. Package: openstack-pkg-tools Version: 39~u14.04+mos1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 165 Depends: libxml-xpath-perl, madison-lite, pristine-tar Priority: extra Section: devel Filename: pool/main/o/openstack-pkg-tools/openstack-pkg-tools_39~u14.04+mos1_all.deb Size: 34340 SHA256: 6d64a07afde3ed10dca5c9cc9fd8bbf4bf42ce13c9114afd1561d57332902f17 SHA1: c3e12763658b86ecd5d5644a83658361078e2351 MD5sum: dd041f72b50514040dc85e3213884dd7 Description: Tools and scripts for building Openstack packages in Debian This package contains some useful shell scripts and helpers for building the Openstack packages in Debian, including: . * shared code for maintainer scripts (.config, .postinst, ...). * init script templates to automatically generate init scripts for sysv-rc, systemd and upstart. * tools to build backports using sbuild and/or Jenkins based on gbp workflow. * utility to maintain git packaging (to be included in a debian/rules). . Even if this package is maintained in order to build OpenStack packages, it is of a general purpose, and it can be used for building any package. Package: pep8 Version: 1.5.7-2 Architecture: all Maintainer: David Watson Installed-Size: 166 Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python2.7:any, python-setuptools Homepage: http://pypi.python.org/pypi/pep8 Priority: optional Section: python Filename: pool/main/p/pep8/pep8_1.5.7-2_all.deb Size: 30076 SHA256: e9a979a349f111e1cb2fef58e95b0a890a247fec10d4e38cc50796cb466a5a5d SHA1: 95a807b4c59e89209b9b208fa14d96bfa4c60101 MD5sum: 5af3401bc5da1cf941674c94003fadc0 Description: Python PEP 8 code style checker - python2 Features a plugin architecture allowing for adding new checks is easily. Parseable output listing line numbers of the error location. Consists of just one Python file, and requires only stdlib. Package: puppet Version: 3.8.4-1ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 87 Depends: init-system-helpers (>= 1.13~), puppet-common (= 3.8.4-1ubuntu1), ruby | ruby-interpreter Suggests: puppet-el, vim-puppet, etckeeper Homepage: http://projects.puppetlabs.com/projects/puppet Priority: optional Section: admin Filename: pool/main/p/puppet/puppet_3.8.4-1ubuntu1_all.deb Size: 26494 SHA256: 8f4429720aeb3f8ab490bf6499cc7e3babcbb2743712705c2ddc64da005f98d9 SHA1: 0048f5c781309ce336ee37899a1c3a08a4eecd39 MD5sum: c8bc9c3abeb164392243d26975855ade Description: configuration management system, agent Puppet is a server automation tool. It is composed of a declarative language for expressing system configuration, a client and server for distributing it, and a library for realizing the configuration. . The primary design goal of Puppet is to have an expressive enough language backed by a powerful enough library that you can write your own server automation applications in just a few lines of code. Puppet’s deep extensibility and open source license lets you add functionality as needed and share your innovations with others. . This package contains "puppet" service and init script used to run the puppet agent, and depend on the "puppet-common" package which contains the software. Original-Maintainer: Puppet Package Maintainers Package: puppet-common Source: puppet Version: 3.8.4-1ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 5293 Depends: adduser, facter, ruby-augeas, ruby-hiera, lsb-base, ruby | ruby-interpreter, ruby-rgen, ruby-safe-yaml, ruby-shadow, sysv-rc | file-rc Recommends: debconf-utils, lsb-release, ruby-selinux Suggests: ruby-rrd Breaks: puppet (<< 2.7.5-3), puppetmaster (<< 0.25.4-1), ruby-hiera-puppet Replaces: puppet (<< 2.7.5-3), puppetmaster (<< 0.25.4-1), ruby-hiera-puppet Homepage: http://projects.puppetlabs.com/projects/puppet Priority: optional Section: admin Filename: pool/main/p/puppet/puppet-common_3.8.4-1ubuntu1_all.deb Size: 1026260 SHA256: c6b8d42bdcf7a8cd9800dea34ac88b8bee8c8968a621403cbe910fbd6ebd8882 SHA1: 3f013df82724d08f639937f72488ee97cc099898 MD5sum: d34d0abafb8943d9141e1a036af727a2 Description: configuration management system Puppet is a server automation tool. It is composed of a declarative language for expressing system configuration, a client and server for distributing it, and a library for realizing the configuration. . The primary design goal of Puppet is to have an expressive enough language backed by a powerful enough library that you can write your own server automation applications in just a few lines of code. Puppet’s deep extensibility and open source license lets you add functionality as needed and share your innovations with others. . This package contains the puppet software and documentation. To automatically start a puppet agent, install the "puppet" package. To install and configure a puppet master, install one of the "puppetmaster" or "puppetmaster-passenger" packages. Original-Maintainer: Puppet Package Maintainers Package: puppet-el Source: puppet Version: 3.8.4-1ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 121 Depends: emacsen-common Conflicts: emacsen-common (<< 2.0.0) Breaks: puppet (<< 0.25.4-1) Replaces: puppet (<< 0.25.4-1) Homepage: http://projects.puppetlabs.com/projects/puppet Priority: optional Section: admin Filename: pool/main/p/puppet/puppet-el_3.8.4-1ubuntu1_all.deb Size: 28380 SHA256: 504974d9838918670c0983779ccb43bf9584ad6b7b4acdc54f581c76f77135fb SHA1: c305b4d9766075bf0ccac587d20513bda3ac3b23 MD5sum: d7efb0dc07329af8c8a8976c18a1f7b7 Description: syntax highlighting for puppet manifests in emacs The puppet-el package provides syntax highlighting for puppet manifests (files ending with (".pp"). . As per the Debian emacs policy, installed addons are activated automatically. Original-Maintainer: Puppet Package Maintainers Package: puppet-testsuite Source: puppet Version: 3.8.4-1ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 6233 Depends: git-core, lsb-base, puppet-common (= 3.8.4-1ubuntu1), ruby | ruby-interpreter, ruby-ldap, ruby-mocha, ruby-rack, ruby-rspec, ruby-sqlite3 Recommends: cron, ruby-rgen Suggests: ruby Homepage: http://projects.puppetlabs.com/projects/puppet Priority: optional Section: admin Filename: pool/main/p/puppet/puppet-testsuite_3.8.4-1ubuntu1_all.deb Size: 816222 SHA256: a4d5f364ed1e0d3fab3ec23c79f42d2d82d8fe2cb6f25713058136a9f928eea9 SHA1: d306616b60cbfe24295a382af8c9969a2ba0cd84 MD5sum: 7d07e06cb9afc2e0875387292ae9aaf0 Description: configuration management system, development test suite Puppet is a server automation tool. It is composed of a declarative language for expressing system configuration, a client and server for distributing it, and a library for realizing the configuration. . The primary design goal of Puppet is to have an expressive enough language backed by a powerful enough library that you can write your own server automation applications in just a few lines of code. Puppet’s deep extensibility and open source license lets you add functionality as needed and share your innovations with others. . This package provides all the tests from the upstream puppet source code. The tests are used for improving the QA of the puppet package. . Tests are installed under /usr/share/puppet-testsuite, and can be performed using "rake unit" in that directory. Original-Maintainer: Puppet Package Maintainers Package: puppetmaster Source: puppet Version: 3.8.4-1ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 94 Depends: init-system-helpers (>= 1.13~), puppetmaster-common (= 3.8.4-1ubuntu1), ruby | ruby-interpreter Breaks: puppet (<< 0.24.7-1) Replaces: puppet (<< 0.24.7-1) Homepage: http://projects.puppetlabs.com/projects/puppet Priority: optional Section: admin Filename: pool/main/p/puppet/puppetmaster_3.8.4-1ubuntu1_all.deb Size: 25962 SHA256: ae018b1ff794a671817e7b32ad99b43a6c0ede6fee859fc06e74eeb5fbca44d8 SHA1: 0d45812dedbaf3ab0bca26305f1c9b7cd03cb1ee MD5sum: ce72a2941ba548b3b587d0697c3efae3 Description: configuration management system, master service Puppet is a server automation tool. It is composed of a declarative language for expressing system configuration, a client and server for distributing it, and a library for realizing the configuration. . The primary design goal of Puppet is to have an expressive enough language backed by a powerful enough library that you can write your own server automation applications in just a few lines of code. Puppet’s deep extensibility and open source license lets you add functionality as needed and share your innovations with others. . This package contains the "puppetmaster" service and init script, which is suitable for small deployments. Original-Maintainer: Puppet Package Maintainers Package: puppetmaster-common Source: puppet Version: 3.8.4-1ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 85 Depends: lsb-base, puppet-common (= 3.8.4-1ubuntu1), ruby | ruby-interpreter Suggests: apache2 | nginx, puppet-el, ruby-ldap, ruby-stomp, stompserver, vim-puppet, ruby-activerecord, ruby-activerecord-deprecated-finders Breaks: puppet (<< 0.24.7-1), puppetmaster (<< 2.7.6-1~) Replaces: puppet (<< 0.24.7-1), puppetmaster (<< 2.7.6-1~) Homepage: http://projects.puppetlabs.com/projects/puppet Priority: optional Section: admin Filename: pool/main/p/puppet/puppetmaster-common_3.8.4-1ubuntu1_all.deb Size: 27012 SHA256: 5ce6f6dc86774c1d1990d5126d73477c860ad7e932b79bdd40e8869f22dac965 SHA1: 9423edc72f668e9c1a35e99a63d1a66fafab64f0 MD5sum: ea26a773a8d32709d13b1671794188de Description: configuration management system, master common files Puppet is a server automation tool. It is composed of a declarative language for expressing system configuration, a client and server for distributing it, and a library for realizing the configuration. . The primary design goal of Puppet is to have an expressive enough language backed by a powerful enough library that you can write your own server automation applications in just a few lines of code. Puppet’s deep extensibility and open source license lets you add functionality as needed and share your innovations with others. . This package contains configuration files used by both puppetmaster and puppetmaster-common packages. Original-Maintainer: Puppet Package Maintainers Package: puppetmaster-passenger Source: puppet Version: 3.8.4-1ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 100 Depends: apache2, libapache2-mod-passenger, lsb-base, puppetmaster-common (= 3.8.4-1ubuntu1), ruby | ruby-interpreter Breaks: puppetmaster (<< 2.6.1~rc2-1) Replaces: puppetmaster (<< 2.6.1~rc2-1) Homepage: http://projects.puppetlabs.com/projects/puppet Priority: optional Section: admin Filename: pool/main/p/puppet/puppetmaster-passenger_3.8.4-1ubuntu1_all.deb Size: 26486 SHA256: ce4db804393e15d23212cca095c40294ba9336ee5789ebf36b9c29741c2b482a SHA1: 15cb8396e2403fda0b005451f4d75a43e48cff8c MD5sum: 3e613ab90cda164960bef17785b20044 Description: configuration management system, scalable master service Puppet is a server automation tool. It is composed of a declarative language for expressing system configuration, a client and server for distributing it, and a library for realizing the configuration. . The primary design goal of Puppet is to have an expressive enough language backed by a powerful enough library that you can write your own server automation applications in just a few lines of code. Puppet’s deep extensibility and open source license lets you add functionality as needed and share your innovations with others. . This package provides a puppet master running under apache with mod_passenger, suitable for large deployments. This offers better scalability than the "puppetmaster" package. Original-Maintainer: Puppet Package Maintainers Package: pypy-idna Source: python-idna Version: 2.0-3 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 338 Depends: pypy Homepage: https://github.com/kjd/idna Priority: optional Section: python Filename: pool/main/p/python-idna/pypy-idna_2.0-3_all.deb Size: 35162 SHA256: 7d318efc4d48bcc54764c7a82a9cb21fbbc70aef1eb6a220839f0583b89af53d SHA1: 050e3e9c669092bfc707d0574c9cd2d828358b91 MD5sum: 91c989139d4449298d80542becae6da7 Description: Python IDNA2008 (RFC 5891) handling (PyPy) A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as “IDNA2008” and can produce different results from the earlier standard from 2003. . The library is also intended to act as a suitable drop-in replacement for the “encodings.idna” module that comes with the Python standard library but currently only supports the older 2003 specification. . This package contains the module for PyPy. Package: pypy-ipaddress Source: python-ipaddress Version: 1.0.14-2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 124 Depends: pypy Homepage: https://github.com/phihag/ipaddress Priority: optional Section: python Filename: pool/main/p/python-ipaddress/pypy-ipaddress_1.0.14-2_all.deb Size: 17562 SHA256: 3c83c554ab8c756b25f27dbc7bfc37614c76ea5650d78075c4ffcbfb328e75f6 SHA1: 47f8a86031da139bab8b2f4a2f2424fae60c3cf8 MD5sum: 1882237d94ff89ddfa5540f568cbf677 Description: Backport of Python 3 ipaddress module (PyPy) This module is a backport of the stdlib "ipaddress" module from Python 3. The "ipaddress" module is in turn based off of the "ipaddr" module available in the "python-ipaddr" but there are some important API differences; make sure you are using the right module. . This package contains the PyPy module. Package: pypy-pkg-resources Source: python-setuptools Version: 18.3.1-2 Architecture: all Maintainer: Matthias Klose Installed-Size: 241 Depends: pypy Suggests: pypy-setuptools Homepage: https://pypi.python.org/pypi/setuptools Priority: optional Section: python Filename: pool/main/p/python-setuptools/pypy-pkg-resources_18.3.1-2_all.deb Size: 69942 SHA256: c9fea0b43ccef3ac5c04a55470b98ef3aa3eb7f76f989e1754994a4fcece1a09 SHA1: 3173a0977dcd6645aed462aa0cca0bcd14f14660 MD5sum: adbcc70b506b03d061a05f1a47f618c8 Description: Package Discovery and Resource Access using pkg_resources The pkg_resources module provides an API for Python libraries to access their resource files, and for extensible applications and frameworks to automatically discover plugins. It also provides runtime support for using C extensions that are inside zipfile-format eggs, support for merging packages that have separately-distributed modules or subpackages, and APIs for managing Python's current "working set" of active packages. Package: pypy-pretend Source: python-pretend Version: 1.0.8-2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 55 Depends: pypy Homepage: https://github.com/alex/pretend Priority: optional Section: python Filename: pool/main/p/python-pretend/pypy-pretend_1.0.8-2_all.deb Size: 6088 SHA256: f201d313db5a5349fcf14d407c4e18ad9d5b68437adc02784761885685dfc276 SHA1: 1b51e0f1c1db85dece5314ef2e7a7e71cad6641c MD5sum: 628821b003960682bb182522abd7ea3c Description: Python library for stubbing (PyPy) Pretend is a library to make stubbing with Python easier. . Stubbing is a technique for writing tests. You may hear the term mixed up with mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned responses, rather than doing any computation. . This package contains the PyPy version of pretend. Package: pypy-pyasn1 Source: pyasn1 Version: 0.1.8-2 Architecture: all Maintainer: Jan Lübbe Installed-Size: 227 Depends: pypy Suggests: doc-base Homepage: http://pyasn1.sourceforge.net/ Priority: optional Section: python Filename: pool/main/p/pyasn1/pypy-pyasn1_0.1.8-2_all.deb Size: 35286 SHA256: 2f9f6ec4bdb89863d1eb5071bfc72c98e0260200d47a961c5137167032afd1ef SHA1: a829c027433a54112f9b68512c088ced2722d1bb MD5sum: a7a29fd67cc9bf510f26b8e56d0b9d8d Description: ASN.1 library for Python (PyPy module) This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. . This package contains the PyPy module. Package: pypy-setuptools Source: python-setuptools Version: 18.3.1-2 Architecture: all Maintainer: Matthias Klose Installed-Size: 443 Depends: pypy-pkg-resources (= 18.3.1-2), pypy Suggests: python-setuptools-doc Homepage: https://pypi.python.org/pypi/setuptools Priority: optional Section: python Filename: pool/main/p/python-setuptools/pypy-setuptools_18.3.1-2_all.deb Size: 118748 SHA256: 13c84591be79e168ad4e347f38f0e4ca4c2c9b66a6e149b6a0c0067b4bce7202 SHA1: d8772345cb94a0f3487c99948d69fdd4c2efe50a MD5sum: 72a99fc00002dcdd0866ac3e33109b1e Description: PyPy Distutils Enhancements Extensions to the python-distutils for large or complex distributions. Package: pypy-six Source: six Version: 1.10.0-3 Architecture: all Maintainer: Colin Watson Installed-Size: 75 Depends: pypy Multi-Arch: foreign Homepage: https://pythonhosted.org/six/ Priority: optional Section: python Filename: pool/main/s/six/pypy-six_1.10.0-3_all.deb Size: 11394 SHA256: f616a83354cb52162aa7820fef5b5d85041c8f3d6f672b5244b0e224b4f9e3dd SHA1: b9089a9b2bbf46c19a0932592720c6ff4505f8f4 MD5sum: 3e496670db3a772820bbd5ca5c464556 Description: Python 2 and 3 compatibility library (PyPy interface) Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. . This package provides Six on the PyPy module path. It is complemented by python-six and python3-six. Package: python-backports.ssl-match-hostname Source: backports.ssl-match-hostname Version: 3.4.0.2-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 60 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8) Homepage: https://bitbucket.org/brandon/backports.ssl_match_hostname Priority: optional Section: python Filename: pool/main/b/backports.ssl-match-hostname/python-backports.ssl-match-hostname_3.4.0.2-1_all.deb Size: 6140 SHA256: c5c6715820f2a7c920d512e0f75bc392f134360ac981bfc709e5e581b7307ab0 SHA1: c57048287ddac520d670c203ef0576c5959fc6e8 MD5sum: 948b74153e17885ec6bb3afbcb53dd78 Description: Backport of the Python 3.2 SSL hostname checking function The Secure Sockets layer is only actually secure if you check the hostname in the certificate returned by the server to which you are connecting, and verify that it matches to hostname that you are trying to reach. . But the matching logic, defined in RFC2818, can be a bit tricky to implement on your own. So the ssl package in the Standard Library of Python 3.2 and greater now includes a match_hostname() function for performing this check instead of requiring every application to implement the check separately. . This package contains a backport of the ssl.match_hostname function for Python 2.4 and above. Package: python-cachecontrol Version: 0.11.5-1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 86 Depends: python-requests, python:any (>= 2.7.5-5~), python:any (<< 2.8) Homepage: https://github.com/ionrock/cachecontrol Priority: optional Section: python Filename: pool/main/p/python-cachecontrol/python-cachecontrol_0.11.5-1_all.deb Size: 13500 SHA256: c976c1e8629c9c180c500655d29cba6cedd45783e3e66c40313341e632a73f4f SHA1: 3150e90a3f07daef8c0aaf229a8070eb2e8c14b2 MD5sum: cfa3a2b989b20c60d441eb7f011ce5df Description: caching algorithms in httplib2 for use with requests CacheControl is a port of the caching algorithms in httplib2_ for use with requests_ session object. . It was written because httplib2's better support for caching is often mitigated by its lack of threadsafety. The same is true of requests in terms of caching. . This is the Python 2 library. Package: python-cffi Version: 1.1.2-1ubuntu2 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 328 Depends: python-cffi-backend (<< 1.1.2-1ubuntu2+c), python-cffi-backend (>= 1.1.2-1ubuntu2), python:any (>= 2.7.5-5~), python:any (<< 2.8), python-pycparser Suggests: python-dev Homepage: http://cffi.readthedocs.org/ Priority: optional Section: python Filename: pool/main/p/python-cffi/python-cffi_1.1.2-1ubuntu2_all.deb Size: 56034 SHA256: 11c0114fdaf037e79b92f7eb8557f79c95db7ab1bc5c2fc0805fd0149ef70fa3 SHA1: d803435915338e854d61bdf5936d3c248d3717f6 MD5sum: 45b8fd0598b74f3e92db531a6a38c536 Description: Foreign Function Interface for Python calling C code Convenient and reliable way of calling C code from Python. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the necessary build and runtime support for cffi modules. Original-Maintainer: Debian Python Modules Team Package: python-cffi-backend Source: python-cffi Version: 1.1.2-1ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 174 Depends: python (>= 2.7~), python (<< 2.8), libc6 (>= 2.14), libffi6 (>= 3.0.4) Breaks: python-cffi (<< 1) Replaces: python-cffi (<< 1) Provides: python-cffi-backend-api-max (= 9983), python-cffi-backend-api-min (= 9729) Homepage: http://cffi.readthedocs.org/ Priority: optional Section: python Filename: pool/main/p/python-cffi/python-cffi-backend_1.1.2-1ubuntu2_amd64.deb Size: 54070 SHA256: 80676cac3e09126cc5143a67b2d5c6e54e5c67cd6047e872dfbd1fa9e18765a4 SHA1: 5f58697bdaff19c1c4b48403512afdbbf6c1520d MD5sum: ce4151c15ebf76094e2b6fd7c0e4db5c Description: Foreign Function Interface for Python calling C code - backend Convenient and reliable way of calling C code from Python. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the runtime support for pre-built cffi modules. Original-Maintainer: Debian Python Modules Team Package: python-cffi-backend-dbg Source: python-cffi Version: 1.1.2-1ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 466 Depends: python-cffi-backend (= 1.1.2-1ubuntu2), libc6 (>= 2.14), libffi6 (>= 3.0.4) Breaks: python-cffi-dbg (<< 1) Replaces: python-cffi-dbg (<< 1) Homepage: http://cffi.readthedocs.org/ Priority: extra Section: debug Filename: pool/main/p/python-cffi/python-cffi-backend-dbg_1.1.2-1ubuntu2_amd64.deb Size: 278076 SHA256: c2f352ec4149096c5c891148f54a4395d2a61285b86500ac112f6742ea468ca8 SHA1: 8e9fefb8d0a2dbb70d87894511d9722703e54ceb MD5sum: 3a25bfe10a9298f1c672de6dc9e7025d Description: Foreign Function Interface for Python calling C code (Debug version) Convenient and reliable way of calling C code from Python. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the debug version of the python-cffi backend. Original-Maintainer: Debian Python Modules Team Package: python-cryptography Version: 1.0.2-1 Architecture: amd64 Maintainer: Tristan Seligmann Installed-Size: 1369 Depends: python (>= 2.7~), python-cffi, python-idna, python:any (>= 2.7.5-5~), python (<< 2.8), python-enum34, python-six (>= 1.4.1), python-ipaddress, python-pyasn1 (>= 0.1.8), python-pkg-resources, libc6 (>= 2.4), libssl1.0.0 (>= 1.0.1) Suggests: python-cryptography-doc, python-cryptography-vectors Homepage: https://cryptography.io/ Priority: optional Section: python Filename: pool/main/p/python-cryptography/python-cryptography_1.0.2-1_amd64.deb Size: 191380 SHA256: 58d8df9b879e3bccedec03949a81a219bf68fc193be470dd0b69edd05bbaa2bc SHA1: 218867472d6526831b89d68d9904b622d6260bcd MD5sum: ba121d98469d2b9a2dddd37a18f66dc7 Description: Python library exposing cryptographic recipes and primitives (Python 2) The cryptography library is designed to be a "one-stop-shop" for all your cryptographic needs in Python. . As an alternative to the libraries that came before it, cryptography tries to address some of the issues with those libraries: - Lack of PyPy and Python 3 support. - Lack of maintenance. - Use of poor implementations of algorithms (i.e. ones with known side-channel attacks). - Lack of high level, "Cryptography for humans", APIs. - Absence of algorithms such as AES-GCM. - Poor introspectability, and thus poor testability. - Extremely error prone APIs, and bad defaults. . This package contains the Python 2 version of cryptography. Package: python-cryptography-doc Source: python-cryptography Version: 1.0.2-1 Architecture: all Maintainer: Tristan Seligmann Installed-Size: 225 Homepage: https://cryptography.io/ Priority: optional Section: doc Filename: pool/main/p/python-cryptography/python-cryptography-doc_1.0.2-1_all.deb Size: 98678 SHA256: e8849097e4df24b26b4884965e27b7ea62ae31a41fb7289a2974f08bb389fce9 SHA1: 857ca5349501df635bf4a3d21cb6adf4e131be2f MD5sum: ec0bdc530f0c52675645bb82b93a650e Description: Python library exposing cryptographic recipes and primitives (documentation) The cryptography library is designed to be a "one-stop-shop" for all your cryptographic needs in Python. . As an alternative to the libraries that came before it, cryptography tries to address some of the issues with those libraries: - Lack of PyPy and Python 3 support. - Lack of maintenance. - Use of poor implementations of algorithms (i.e. ones with known side-channel attacks). - Lack of high level, "Cryptography for humans", APIs. - Absence of algorithms such as AES-GCM. - Poor introspectability, and thus poor testability. - Extremely error prone APIs, and bad defaults. . This package contains the documentation for cryptography. Package: python-cryptography-vectors Version: 1.0.2-1 Architecture: all Maintainer: Tristan Seligmann Installed-Size: 52860 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8) Homepage: https://cryptography.io/ Priority: optional Section: python Filename: pool/main/p/python-cryptography-vectors/python-cryptography-vectors_1.0.2-1_all.deb Size: 21244436 SHA256: 1130407bffe9f4488dbcaeaa951a539aa97a5cd385d5723cc6f517b4ee723461 SHA1: fdbde3e78b4d588374c9dbc88f8d6f7de044246e MD5sum: 776c06a664feaf053f838e345cee7fc1 Description: Test vectors for python-cryptography (Python 2) The test vectors for the cryptography library are rather large; thus, they are broken out into their own package so that users who do not need to run the tests do not need to download and install them. . This package contains the Python 2 version of cryptography_vectors. Package: python-dib-utils Version: 0.0.6-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 51 Pre-Depends: dpkg (>= 1.15.6~) Depends: python (>= 2.7), python (<< 2.8) Homepage: https://github.com/openstack/dib-utils Priority: optional Section: python Filename: pool/main/p/python-dib-utils/python-dib-utils_0.0.6-1_all.deb Size: 4288 SHA256: 43a2dd13ac4480a9247c7fa8cdf778afbd3d700b12de66c6b7fa0925f00ff20e SHA1: d912a6a279a44363b619f05304b670735dc41621 MD5sum: 30f3a96d745f842e62062acef4b02d83 Description: Standalone tools related to diskimage-builder - Python 2.x These tools were originally part of the diskimage-builder project, but they have uses outside of that project as well. Because disk space is at a premium in base cloud images, pulling in all of diskimage-builder and its dependencies just to use something like dib-run-parts is not desirable. This project allows consumers to use the tools while pulling in only one small package with few/no additional dependencies. . This package contains the Python 2.x module. Package: python-diskimage-builder Version: 0.1.41-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 1394 Pre-Depends: dpkg (>= 1.15.6~) Depends: python-babel (>= 1.3), python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python-dib-utils, python-yaml, kpartx, qemu-utils, debootstrap Homepage: https://git.openstack.org/cgit/openstack/diskimage-builder Priority: optional Section: python Filename: pool/main/p/python-diskimage-builder/python-diskimage-builder_0.1.41-1_all.deb Size: 110028 SHA256: 373c7788f8198e1f80d435deb75240afcbb59e2336e9cdf9d0af08124fe776c2 SHA1: d92a12e398487d0d676e6c2f30195a08615f0119 MD5sum: 232272f153af7fa363794a1224a96bca Description: image building tools for Openstack Diskimage-builder tools are the components of TripleO that are responsible for building disk images. It has the core functionality for building disk images, filesystem images and ramdisk images for use with OpenStack (both virtual and bare metal). The core functionality includes the various operating system specific modules for disk/filesystem images, and deployment and hardware inventory ramdisks. . The TripleO project also develops elements that can be used to deploy OpenStack itself. While users and operators can manually script or put together ram disks and disk images, mature automation makes customisation and testing easier. Package: python-docker Version: 1.7.2-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 175 Depends: python-websocket, python-requests, python:any (>= 2.7.5-5~), python-six (>= 1.4.0), python:any (<< 2.8) Homepage: https://github.com/dotcloud/docker-py/ Priority: optional Section: python Filename: pool/main/p/python-docker/python-docker_1.7.2-1_all.deb Size: 26288 SHA256: 1799440e79cc7b65f87262b431c0b011de25aa5ba9bcb2cadb8626f69729909e SHA1: e19c4c93b36a8dfbbdc0faed830e6ce3d83c9e99 MD5sum: 983caaab5c55a338f50673a60e8cd5a6 Description: Python wrapper to access docker.io's control socket This package contains oodles of routines that aid in controling docker.io over it's socket control, the same way the docker.io client controls the daemon. . This package provides Python 2 module bindings only. Package: python-fixtures Version: 1.3.1-2 Architecture: all Maintainer: Robert Collins Installed-Size: 202 Depends: python-pbr (>= 0.11), python-six, python-testtools, python:any (>= 2.7.5-5~), python:any (<< 2.8) Homepage: http://pypi.python.org/pypi/fixtures Priority: optional Section: python Filename: pool/main/p/python-fixtures/python-fixtures_1.3.1-2_all.deb Size: 29932 SHA256: 0e5551eeb3f120b25bcbe9ce8b275eeb88a2db9487e07257cb096b1f0b6f1f86 SHA1: 342a107d9e9eddf81992143f0f6cc157952d5e8c MD5sum: c3d711c2505ded95dbb2c60fba9ff6ec Description: PyUnit extension for defining test fixtures outside of test cases - Python 2.x A PyUnit extension for defining test fixtures outside of test cases. Each fixture encapsulates creating, reusing and freeing some state - be that a temporary directory on disk, SQL server connection, or just a particular object graph. This is extremely useful for testing and general resource management. . Fixtures ships with the base class, unittest glue and a number of precanned concrete fixtures. . This package provides the Python 2.x module. Package: python-flake8 Version: 2.2.2-1ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 106 Depends: pep8 (>= 1.5.7), pyflakes (>= 0.8.1), python-mccabe (>= 0.2.1), python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2) Suggests: python-mock Homepage: http://bitbucket.org/tarek/flake8 Priority: optional Section: python Filename: pool/main/p/python-flake8/python-flake8_2.2.2-1ubuntu1_all.deb Size: 19262 SHA256: fc4a06d7a80bdfccd6796cb949f2e60648412db0e411f4f8a2a8acd35e2a888e SHA1: 8aa7578dec6f9d860acbd3fc8837ad49abf9f3a0 MD5sum: 9fb348836058279cc1459383fd8279b4 Description: code checker using pep8 and pyflakes Flake8 is a wrapper around PyFlakes, pep8, and Ned's McCabe script. Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8 and PyFlakes extended options and just uses defaults. It displays the warnings in a per-file, merged output. . This package provides Python 2 module bindings only. Original-Maintainer: Debian Python Modules Team Package: python-funcsigs Version: 0.4-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 89 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8) Suggests: python-funcsigs-doc Homepage: http://funcsigs.readthedocs.org Priority: optional Section: python Filename: pool/main/p/python-funcsigs/python-funcsigs_0.4-1_all.deb Size: 12422 SHA256: b0d89b57aa2f81861b04a65994c41a4d4ca756eaab4870d5c115dd505cdcf1e3 SHA1: 4d0b057be55ce5a7c09195a07fd3d726bf43a473 MD5sum: b189523a0096b192412edd0f636af366 Description: function signatures from PEP362 - Python 2.7 funcsigs is a backport of the PEP 362 function signature features from Python 3.3's inspect module. The backport is compatible with Python 2.6, 2.7 as well as 3.2 and up. . This package contains the Python 2.7 module. Package: python-funcsigs-doc Source: python-funcsigs Version: 0.4-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 131 Depends: libjs-sphinxdoc (>= 1.0) Homepage: http://funcsigs.readthedocs.org Priority: optional Section: doc Filename: pool/main/p/python-funcsigs/python-funcsigs-doc_0.4-1_all.deb Size: 23858 SHA256: 4431b4e127faf3e42f16dadbbf26d16ae08b4a58ed1218e26d19944867426106 SHA1: d767a51542d9df651cad9f7466443df82951ab8e MD5sum: 3b42423a1fa64a16b554a396726b2b53 Description: function signatures from PEP362 - doc funcsigs is a backport of the PEP 362 function signature features from Python 3.3's inspect module. The backport is compatible with Python 2.6, 2.7 as well as 3.2 and up. . This package contains the documentation. Package: python-gunicorn Source: gunicorn Version: 19.0-8ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 397 Depends: python-pkg-resources, python-setuptools, python:any (>= 2.7.5-5~), python:any (<< 2.8) Breaks: gunicorn (<< 19.0-3) Replaces: gunicorn (<< 19.0-3) Homepage: http://gunicorn.org/ Priority: optional Section: httpd Filename: pool/main/g/gunicorn/python-gunicorn_19.0-8ubuntu1_all.deb Size: 74946 SHA256: fbbb3d6fffc8657d0fd3e2dff9e531c89dcf09ad4355263d32be3f3f6126eb75 SHA1: 29cc6aa274fb90d012c1781d035a31faf567278f MD5sum: 9684e67a924480c8ec38154d64b3c081 Description: Event-based HTTP/WSGI server Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients or sleepy applications. That is to say; behind a buffering front-end server such as nginx or lighttpd. . * Optional support for Eventlet, Tornado and Gevent to provide asynchronous long-polling ("Comet") connections. * Process management: Gunicorn reaps and restarts workers that die. * Easy integration with Django and Paster compatible applications (Pylons, TurboGears 2, etc. * Load balancing via pre-fork and a shared socket * Graceful worker process restarts * Upgrading without losing connections * Decode chunked transfers on-the-fly, allowing upload progress notifications or stream-based protocols over HTTP . This is the Python 2 library. Original-Maintainer: Chris Lamb Package: python-hacking Version: 0.10.2-4 Architecture: all Maintainer: PKG OpenStack Installed-Size: 115 Depends: pep8 (>= 1.5.7), pyflakes, python-flake8 (>= 2.2.2), python-pbr, python-six (>= 1.7.0), python:any (<< 2.8), python-mccabe, python:any (>= 2.7.5-5~) Homepage: http://github.com/openstack-dev/hacking Priority: optional Section: python Filename: pool/main/p/python-hacking/python-hacking_0.10.2-4_all.deb Size: 16646 SHA256: e8d425d9c1c93779c94484aa89837a5bd80cd119936fcff6fd428e4ea7e15028 SHA1: 46a0cdc0d18c10c35ae019963d25e9d808996c65 MD5sum: 3cd024d86e279f70cb214685e84f0644 Description: Flake8 OpenStack Hacking Guidelines Enforcement plugins - Python 2.x Hacking is a set of flake8 plugins that test and enforce the OpenStack Style Commandments. It checks that your code matches the coding style which is mandatory for contributing to OpenStack. . This package provides the Python 2.x module. Package: python-hacking-doc Source: python-hacking Version: 0.10.2-4 Architecture: all Maintainer: PKG OpenStack Installed-Size: 136 Depends: libjs-sphinxdoc (>= 1.0) Homepage: http://github.com/openstack-dev/hacking Priority: optional Section: doc Filename: pool/main/p/python-hacking/python-hacking-doc_0.10.2-4_all.deb Size: 32738 SHA256: 5b681e725372e7c2d08cec53d1e3e8127910f1269e40a526e0b3f19d8bbf6822 SHA1: 4cc26d2dc56e187f222b211da5079d33e0334241 MD5sum: a8eb85169c01977e4c6fc9540c320ee6 Description: Flake8 OpenStack Hacking Guidelines Enforcement plugins - doc Hacking is a set of flake8 plugins that test and enforce the OpenStack Style Commandments. It checks that your code matches the coding style which is mandatory for contributing to OpenStack. . This package provides the documentation. Package: python-idna Version: 2.0-3 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 338 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Homepage: https://github.com/kjd/idna Priority: optional Section: python Filename: pool/main/p/python-idna/python-idna_2.0-3_all.deb Size: 34952 SHA256: d223e283413b603842368e837a1f0ed1b18f868fa177c3dfa1e1f6ab0ec1b6a7 SHA1: 5df2191679e6bbac9f51c3ab0a64fe5dcbce9772 MD5sum: d781aa1cbcea14909498e59d1d6c54b6 Description: Python IDNA2008 (RFC 5891) handling (Python 2) A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as “IDNA2008” and can produce different results from the earlier standard from 2003. . The library is also intended to act as a suitable drop-in replacement for the “encodings.idna” module that comes with the Python standard library but currently only supports the older 2003 specification. . This package contains the module for Python 2. Package: python-ipaddress Version: 1.0.14-2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 125 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8) Homepage: https://github.com/phihag/ipaddress Priority: optional Section: python Filename: pool/main/p/python-ipaddress/python-ipaddress_1.0.14-2_all.deb Size: 17836 SHA256: 816c7eee966f4d4aedde2bd59de2dd079d38d4ac8ff55e59edb55b058f3a0499 SHA1: 423b53eefa92925fb7b206c66a04508333e04b77 MD5sum: b7115d23aa35a9bdce8f194ec9498d18 Description: Backport of Python 3 ipaddress module (Python 2) This module is a backport of the stdlib "ipaddress" module from Python 3. The "ipaddress" module is in turn based off of the "ipaddr" module available in the "python-ipaddr" but there are some important API differences; make sure you are using the right module. . This package contains the Python 2 module. Package: python-jenkins Version: 0.4.11-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 122 Depends: python-multi-key-dict, python-pbr (>= 0.8.2), python-six (>= 1.3.0), python:any (>= 2.7.5-5~), python:any (<< 2.8) Homepage: http://launchpad.net/python-jenkins Priority: optional Section: python Filename: pool/main/p/python-jenkins/python-jenkins_0.4.11-1_all.deb Size: 19378 SHA256: a46fc0f50a2ce39b7c1e2c1edafa9df1d2924e733cc28fd25213e6af6cb50f21 SHA1: c3b1f7b18ef1c73237707d60a0e48688f85e4b69 MD5sum: b62f7513eb8189080d810530a8d81563 Description: bindings for the Jenkins Remote API - Python 2.7 This package provides Python bindings for the Jenkins Remote API. It current supports management of: . * Project configuration * Build control * Slave node configuration . This package contains the Python 2.7 module. Package: python-jwt Source: pyjwt Version: 1.4.0-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 121 Depends: python:any (>= 2.7.5-5~), python, python:any (<< 2.8) Recommends: python-cryptography Suggests: python-crypto Homepage: https://github.com/jpadilla/pyjwt Priority: optional Section: python Filename: pool/main/p/pyjwt/python-jwt_1.4.0-1_all.deb Size: 21054 SHA256: 2db85d6299145624d4a3930a1a4d8e4b34246f1bf898c7ee2e24a147a0767dea SHA1: 541ec5997c1ef8623e6acee717b36f9adea581a6 MD5sum: f8e424792143514d81e8d7c17ee6cf76 Description: Python implementation of JSON Web Token PyJWT implements the JSON Web Token draft 01, a way of representing signed content using JSON data structures. . Supported algorithms for cryptographic signing: . * HS256 - HMAC using SHA-256 hash algorithm (default) * HS384 - HMAC using SHA-384 hash algorithm * HS512 - HMAC using SHA-512 hash algorithm * RS256 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-256 hash algorithm * RS384 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-384 hash algorithm * RS512 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-512 hash algorithm . Supported reserved claim names: - "exp" (Expiration Time) Claim Package: python-keystoneclient Version: 1:1.2.0-0ubuntu1.2 Architecture: all Maintainer: Chuck Short Installed-Size: 1557 Depends: python-iso8601 (>= 0.1.9), python-babel (>= 1.3), python-netaddr (>= 0.7.12), python-oslo-config (>= 1.9.0), python-oslo-i18n (>= 1.3.0), python-oslo-serialization (>= 1.2.0), python-oslo-utils (>= 1.2.0), python-prettytable (>= 0.7), python-requests (>= 2.2.0), python-six (>= 1.9.0), python-stevedore (>= 1.1.0), python:any (>= 2.7.5-5~), python-oslo.config, python-pbr, python:any (<< 2.8), python Priority: extra Section: python Filename: pool/main/p/python-keystoneclient/python-keystoneclient_1.2.0-0ubuntu1.2_all.deb Size: 199920 SHA256: 970b520c16db985990f65ccac3a0a7e134bff7411670c7ff192d9557a283485a SHA1: 0eac63bd2ec606c856278d4c45b87a065cb9764c MD5sum: 82edad056feb5fd76132535addc47fed Description: Client library for OpenStack Identity API This is a client for the OpenStack Identity API. There's a Python API (the ``keystoneclient`` module), and a command-line script (``keystone``). Package: python-linecache2 Version: 1.0.0-2 Architecture: all Maintainer: PKG OpenStack Installed-Size: 92 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8) Homepage: https://github.com/testing-cabal/linecache2 Priority: optional Section: python Filename: pool/main/p/python-linecache2/python-linecache2_1.0.0-2_all.deb Size: 12208 SHA256: 5d35884ef4f158f4b21524ece51f1a03e7faf94919f31215410ceb37816b8f45 SHA1: d775819965de746eac79f3fd880401e64c859ee8 MD5sum: 5f60acd29acccdf3a8e136072b1ba2b7 Description: backports of the linecache module - Python 2.7 A backport of linecache to older supported Pythons. Typically, the user of this module would do "import linecache2 as linecache" and use the linecache module normally. . This package contains the Python 2.7 module. Package: python-mock Version: 1.3.0-2.1ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 310 Depends: python-funcsigs, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-pbr, python-six (>= 1.7) Suggests: python-mock-doc Homepage: http://www.voidspace.org.uk/python/mock/ Priority: extra Section: python Filename: pool/main/p/python-mock/python-mock_1.3.0-2.1ubuntu1_all.deb Size: 58566 SHA256: 2b86b4428bd0a7289fa10f6db8da956458fba555cd66752311a5bb5e6042bd21 SHA1: 96ba421a087b2bdb07b7df397a506139dd412b05 MD5sum: a6653d074e91441f95419f3c26cce7f0 Description: Mocking and Testing Library mock provides a core mock.Mock class that is intended to reduce the need to create a host of trivial stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set specific attributes in the normal way. Original-Maintainer: Debian Python Modules Team Package: python-mock-doc Source: python-mock Version: 1.3.0-2.1ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 212 Depends: libjs-sphinxdoc (>= 1.0) Breaks: python-mock (<< 0.7.2) Replaces: python-mock (<< 0.7.2) Homepage: http://www.voidspace.org.uk/python/mock/ Priority: extra Section: doc Filename: pool/main/p/python-mock/python-mock-doc_1.3.0-2.1ubuntu1_all.deb Size: 51866 SHA256: c02853e93a7043ca8d2129e8ed6eabd1109a62dc14f106a1018484da0c044526 SHA1: d52c967cd924e360e94a9cff495a258ad5f42c40 MD5sum: 18e9a52c40a9c25de4a1af037c6edd6d Description: Mocking and Testing Library (Documentation) mock provides a core mock.Mock class that is intended to reduce the need to create a host of trivial stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set specific attributes in the normal way. . This package contains the documentation. Original-Maintainer: Debian Python Modules Team Package: python-msgpack Source: msgpack-python Version: 0.4.2-1 Architecture: amd64 Maintainer: PKG OpenStack Installed-Size: 214 Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14) Breaks: msgpack-python (<< 0.3.0-1) Replaces: msgpack-python (<< 0.3.0-1) Provides: msgpack-python Homepage: http://pypi.python.org/pypi/msgpack-python/ Priority: optional Section: python Filename: pool/main/m/msgpack-python/python-msgpack_0.4.2-1_amd64.deb Size: 53060 SHA256: 6ed8fdba4eace01371d71e31bde9a17612f40b4dd8492a6694d07bb10d1117e5 SHA1: 01188064418e9b4562889419c0987ccf81532a2e MD5sum: c226cd6e250965015aa2100dc49ac08b Description: Python implementation of MessagePack format MessagePack is a binary-based efficient object serialization format. It enables the exchange of structured objects between many languages like JSON. But unlike JSON, it is very fast and small. . This package contains a Python extension module implementing the MessagePack format. Package: python-multi-key-dict Version: 2.0.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 68 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8) Homepage: https://github.com/formiaczek/multi_key_dict Priority: optional Section: python Filename: pool/main/p/python-multi-key-dict/python-multi-key-dict_2.0.3-1_all.deb Size: 9482 SHA256: 17db5eaa70268456248b9726444bdd0dc6b3febbff9a7c3bb9157c27530a6da7 SHA1: b15c6fa589afd4cde9beefdb4f742cb0d4de5fe7 MD5sum: ce59edf48289cac624d9f31f6739bbec Description: multi key dictionary implementation - Python 2.7 Implementation of a multi-key dictionary, i.e.: (key1[,key2, ..]) => value . This dictionary has a similar interface to the standard dictionary, but is extended to support multiple keys referring to the same element. . Multi-key dict provides also extended interface for iterating over items and keys (e.g. by the key type), which might be useful when creating, e.g. dictionaries with index-name key pair allowing to iterate over items using either: names or indexes. It can be useful for many other similar use-cases, and there is no limit to the number of keys used to map to the value. . There are few other useful methods, e.g. to iterate over dictionary (by/using) selected key type, finding other keys mapping to the same value etc. . This package contains the Python 2.7 module. Package: python-netaddr Version: 0.7.12-2 Architecture: all Maintainer: Vincent Bernat Installed-Size: 917 Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), ieee-data Suggests: ipython, python-netaddr-docs Homepage: https://github.com/drkjam/netaddr/ Priority: optional Section: python Filename: pool/main/p/python-netaddr/python-netaddr_0.7.12-2_all.deb Size: 178860 SHA256: c177e5117f3a01a28d56a0277b908d65db123311142510cf2481ada576526d79 SHA1: 2cc6f13e0bebec06065e75f68ece5516b396f4a2 MD5sum: 942e6080cbbfdf165c635e55bb3e9bc8 Description: manipulation of various common network address notations (Python 2) netaddr is a Python library for the manipulation of various common network address notations and representations. . It takes the hassle out of fiddling with enumerable variations of network addresses presenting a consistent, extensible, easy-to-use and (above all) Pythonic API. . With it you can validate, convert, categorise, iterate, generate, slice (and dice): - MAC (Media Access Control) - IEEE EUI-48 and EUI-64 - IP version 4 - IP version 6 - CIDR (Classless Inter-Domain Routing) . This is the Python 2 version of the package. Package: python-netaddr-docs Source: python-netaddr Version: 0.7.12-2 Architecture: all Maintainer: Vincent Bernat Installed-Size: 621 Depends: libjs-sphinxdoc (>= 1.0) Breaks: python-netaddr (<< 0.7.7-1) Replaces: python-netaddr (<< 0.7.7-1) Homepage: https://github.com/drkjam/netaddr/ Priority: optional Section: doc Filename: pool/main/p/python-netaddr/python-netaddr-docs_0.7.12-2_all.deb Size: 92110 SHA256: c94eaafedaa1dc6759e1f61a9eddc3d6375d5b11586e78b7a19e4823b5951ebe SHA1: 5170884ee468cb75f09e0145783c9a2e75b477c6 MD5sum: 8eecd7f0f79b789e902720dea250b349 Description: manipulation of various common network address notations (documentation) netaddr is a Python library for the manipulation of various common network address notations and representations. . It takes the hassle out of fiddling with enumerable variations of network addresses presenting a consistent, extensible, easy-to-use and (above all) Pythonic API. . This package contains the documentation. Package: python-netifaces Source: netifaces Version: 0.10.4-0.1 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 76 Depends: libc6 (>= 2.4), python (>= 2.7), python (<< 2.8) Provides: python2.7-netifaces Homepage: http://alastairs-place.net/projects/netifaces/ Priority: optional Section: python Filename: pool/main/n/netifaces/python-netifaces_0.10.4-0.1_amd64.deb Size: 16578 SHA256: 1f46ff2881ec98ee0ffc7d2577760cdd32cdc6f2974a164dcdde491d63f144df SHA1: 5b173340ac7c31c41fd5efe329108d0cabbf6d13 MD5sum: d958eca6e4c47f19d3489845543b2f63 Description: portable network interface information - Python 2.x netifaces provides a (hopefully portable-ish) way for Python programmers to get access to a list of the network interfaces on the local machine, and to obtain the addresses of those network interfaces. . This package contains the module for Python 2.x. Python-Version: 2.7 Package: python-netifaces-dbg Source: netifaces Version: 0.10.4-0.1 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 112 Depends: libc6 (>= 2.4), python-netifaces (= 0.10.4-0.1), python-dbg Homepage: http://alastairs-place.net/projects/netifaces/ Priority: extra Section: debug Filename: pool/main/n/netifaces/python-netifaces-dbg_0.10.4-0.1_amd64.deb Size: 41088 SHA256: 246e19783af47a97b58ec8795fa834bbe0e80b1bedcf2652b9ce51fad714c4df SHA1: b800b4c53a389589b033b854152b7963c3363c73 MD5sum: 39223c96c23ed40d1dfe61e49b997fec Description: portable network interface information - Python 2.x debug extension netifaces provides a (hopefully portable-ish) way for Python programmers to get access to a list of the network interfaces on the local machine, and to obtain the addresses of those network interfaces. . This package contains debug symbols of python-netifaces. Python-Version: 2.7 Package: python-nose Source: nose Version: 1.3.6-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 557 Depends: python-pkg-resources, python, python:any (<< 2.8), python2.7, python:any (>= 2.7.5-5~) Suggests: python-coverage, python-nose-doc Homepage: https://nose.readthedocs.org/en/latest/ Priority: optional Section: python Filename: pool/main/n/nose/python-nose_1.3.6-1_all.deb Size: 117848 SHA256: 55a622b1a43efda9479718b41e7d86834fed18b0f459b56d7c693d05d6502b68 SHA1: 9a6c84f02a569899b8a0082cb55726a37f45414a MD5sum: 38a66469bf923218d74a5dabd3b5cab3 Description: test discovery and running of Python's unittest nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic Package: python-nose-doc Source: nose Version: 1.3.6-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1483 Depends: libjs-sphinxdoc (>= 1.0) Breaks: python-nose (<< 1.1.2) Replaces: python-nose (<< 1.1.2) Homepage: https://nose.readthedocs.org/en/latest/ Priority: optional Section: doc Filename: pool/main/n/nose/python-nose-doc_1.3.6-1_all.deb Size: 167380 SHA256: 9241b050fd74f859a958417c775d09891ef9b683120716268b4bf939548b46f1 SHA1: 52db1ee204234b61f80663f7832149dcf23d8d40 MD5sum: 1f6c1d662fc94509d99750f72a1aaf42 Description: documentation for discovery and running for Python's unittest nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic . This package provides the documentation for nose. Package: python-novaclient Version: 1:2.22.0-0ubuntu2 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 1107 Depends: python-babel (>= 1.3), python-iso8601 (>= 0.1.9), python-oslo.i18n (>= 1.3.0), python-pkg-resources, python-prettytable (>= 0.7), python-requests (>= 1.1), python-simplejson (>= 2.0.9), python-six (>= 1.9.0), python-oslo.utils (>= 0.3.0), python-oslo.serialization (>= 1.2.0), python-keystoneclient (>= 1.1.0), python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python-pbr, python-oslo-i18n, python-oslo-serialization, python-oslo-utils Priority: optional Section: python Filename: pool/main/p/python-novaclient/python-novaclient_2.22.0-0ubuntu2_all.deb Size: 146250 SHA256: 32b71d6f12bf6ea95619c96134ef0aecfd694132ff6484b4817c59d10e24c2d9 SHA1: 9fb742e53bd5decaf8732b22ca17a4057a817253 MD5sum: 3c519a7ed1ba70a47381a7ea43d28e68 Description: client library for OpenStack Compute API Python novaclient library and nova CLI tool for interacting with OpenStack Compute (Nova) through the OpenStack Compute API. Python-Version: 2.7 Package: python-os-client-config Version: 1.6.1-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 119 Pre-Depends: dpkg (>= 1.15.6~) Depends: python-pbr, python-yaml, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-appdirs Suggests: python-os-client-config-doc Homepage: http://github.com/stackforge/os-client-config Priority: optional Section: python Filename: pool/main/p/python-os-client-config/python-os-client-config_1.6.1-0ubuntu1_all.deb Size: 16622 SHA256: 2caa0047a8e9954407474178b76aa09e545a7cf0e0ee68111e33a9e66f86fce3 SHA1: d4ed2cea3d225a5c833bba43a93cbd685ad8f4b8 MD5sum: 5dc355be5c40987f36111dc71942a6fc Description: OpenStack client configuation library - Python 2.x Os-client-config is a library for collecting client configuration for using an OpenStack cloud in a consistent and comprehensive manner. It will find cloud config for as few as 1 cloud and as many as you want to put in a config file. It will read environment variables and config files, and it also contains some vendor specific default values so that you don't have to know extra info to use OpenStack . os-client-config honors all of the normal OS_* variables. It does not provide backwards compatibility to service-specific variables such as NOVA_USERNAME. . If you have environment variables and no config files, os-client-config will produce a cloud config object named "openstack" containing your values from the environment. . This package contains the Python 2.x module. Original-Maintainer: PKG OpenStack Package: python-os-client-config-doc Source: python-os-client-config Version: 1.6.1-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 141 Depends: libjs-sphinxdoc (>= 1.0) Homepage: http://github.com/stackforge/os-client-config Priority: optional Section: doc Filename: pool/main/p/python-os-client-config/python-os-client-config-doc_1.6.1-0ubuntu1_all.deb Size: 31972 SHA256: 23ce2df53a9b73805031181771773cdd4aaf86e3b60689f7c00f073a99147cca SHA1: c8887bd104f1e423d8b05f2cd6d6055577aa846f MD5sum: b8b9d8a0977dee0bd74e291e3c45dd5a Description: OpenStack client configuation library - doc Os-client-config is a library for collecting client configuration for using an OpenStack cloud in a consistent and comprehensive manner. It will find cloud config for as few as 1 cloud and as many as you want to put in a config file. It will read environment variables and config files, and it also contains some vendor specific default values so that you don't have to know extra info to use OpenStack . os-client-config honors all of the normal OS_* variables. It does not provide backwards compatibility to service-specific variables such as NOVA_USERNAME. . If you have environment variables and no config files, os-client-config will produce a cloud config object named "openstack" containing your values from the environment. . This package contains the documentation. Original-Maintainer: PKG OpenStack Package: python-oslo-config Source: python-oslo.config Version: 1:2.4.0-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 46 Depends: python-oslo.config Homepage: https://github.com/openstack/oslo.config Priority: extra Section: oldlibs Filename: pool/main/p/python-oslo.config/python-oslo-config_2.4.0-1_all.deb Size: 22148 SHA256: 23c923f305a68c79f10e6eab23cc7a4bd563baf6425779311952567c1deaa357 SHA1: 04fb5a75d099faee2f5539ca420df5da8293c0f4 MD5sum: 1a685d964c71aeb973f8e4dadb5c6187 Description: transitional dummy package for python-oslo-config This transitional package is safe to remove and use python-oslo.config instead. Package: python-oslo-config-doc Source: python-oslo.config Version: 1:2.4.0-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 46 Depends: python-oslo.config-doc Homepage: https://github.com/openstack/oslo.config Priority: extra Section: oldlibs Filename: pool/main/p/python-oslo.config/python-oslo-config-doc_2.4.0-1_all.deb Size: 22156 SHA256: 21bd39f084882253c21c945d2ff1487d8631b4fbccb54f48412eb01ffecba267 SHA1: c82105164a3c81d156a3e82c037c6f5d17b2ea8e MD5sum: 495e2a060b123253652e1d178c5718ec Description: transitional dummy package for python-oslo-config-doc This transitional package is safe to remove and use python-oslo.config-doc instead. Package: python-oslo-i18n Source: python-oslo.i18n Version: 1.5.0-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 148 Pre-Depends: dpkg (>= 1.15.6~) Depends: python-babel (>= 1.3), python:any (<< 2.8), python-six (>= 1.9.0), python:any (>= 2.7.5-5~), python-pbr Breaks: python-oslo.i18n (<< 1.3.1-0ubuntu1~) Replaces: python-oslo.i18n (<< 1.3.1-0ubuntu1~) Homepage: http://launchpad.net/oslo Priority: optional Section: python Filename: pool/main/p/python-oslo.i18n/python-oslo-i18n_1.5.0-0ubuntu1_all.deb Size: 17858 SHA256: 6b14fbea479db4f8482b185f62bf5b7237e666c53de713cad2e26c90a4349b90 SHA1: e07639d6bc5f401b8d02e97be0171f84a006d31e MD5sum: 864e036d34551f67248e30f48adb4b70 Description: Oslo Internationalization Utilities - Python 2.x The oslo.i18n library contain utilities for working with internationalization (i18n) features, especially translation for text strings in an application or library. . This package contains the Python 2.x module. Original-Maintainer: PKG OpenStack Package: python-oslo-i18n-doc Source: python-oslo.i18n Version: 1.5.0-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 202 Pre-Depends: dpkg (>= 1.15.6~) Depends: libjs-sphinxdoc (>= 1.0) Breaks: python-oslo.i18n-doc (<< 1.4.0-0ubuntu1~) Replaces: python-oslo.i18n-doc (<< 1.4.0-0ubuntu1~) Homepage: http://launchpad.net/oslo Priority: optional Section: doc Filename: pool/main/p/python-oslo.i18n/python-oslo-i18n-doc_1.5.0-0ubuntu1_all.deb Size: 38532 SHA256: ba7993ab30dbc5e1211351eabeb5bb39f16ff615ce71e577b28750c42609be7b SHA1: bef387436f5f6bd34597ae1cad549492ff36ed48 MD5sum: c38517841b582622ea45d2936e3a47a2 Description: Oslo Internationalization Utilities - doc The oslo.i18n library contain utilities for working with internationalization (i18n) features, especially translation for text strings in an application or library. . This package contains the documentation. Original-Maintainer: PKG OpenStack Package: python-oslo-serialization Source: python-oslo.serialization Version: 1.4.0-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 92 Depends: python-babel (>= 1.3), python-iso8601 (>= 0.1.9), python-oslo-utils (>= 0.3.0), python-six (>= 1.9.0), python:any (>= 2.7.5-5~), python-pbr, python:any (<< 2.8), python-tz, python-msgpack Breaks: python-oslo.serialization (<< 1.2.0-0ubuntu1~) Replaces: python-oslo.serialization (<< 1.2.0-0ubuntu1~) Homepage: https://github.com/openstack/oslo.serialization Priority: optional Section: python Filename: pool/main/p/python-oslo.serialization/python-oslo-serialization_1.4.0-0ubuntu1_all.deb Size: 9818 SHA256: 3377678ddef72de3e81f66c0bd52a155a1921cc361289cdd5f598a0822cfb49f SHA1: 39c891bfd68f282a2a2d557dd0f8fe5b3b896ee3 MD5sum: 6ecf1686f30f201609495cfea91053b5 Description: utilities for serialization , especially JSON - Python 2.x The oslo.serialization library contain utilities for working with serialization features, especially working with JSON. . This package contains the Python 2.x module. Original-Maintainer: PKG OpenStack Package: python-oslo-serialization-doc Source: python-oslo.serialization Version: 1.4.0-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 144 Depends: libjs-sphinxdoc (>= 1.0) Breaks: python-oslo.serialization-doc (<< 1.2.0-0ubuntu1~) Replaces: python-oslo.serialization-doc (<< 1.2.0-0ubuntu1~) Homepage: https://github.com/openstack/oslo.serialization Priority: optional Section: doc Filename: pool/main/p/python-oslo.serialization/python-oslo-serialization-doc_1.4.0-0ubuntu1_all.deb Size: 30218 SHA256: 00370082202e9a43a9c263c02b9388a3b9f15c0a35cf8f6b74fc1df1687f03a9 SHA1: 3f81bb0509d4ff0bea6eaf4c41e6aec0829d3453 MD5sum: 7561417c48e8224ec07001332eca4bf4 Description: utilities for serialization , especially JSON - doc The oslo.serialization library contain utilities for working with serialization features, especially working with JSON. . This package contains the documentation. Original-Maintainer: PKG OpenStack Package: python-oslo-utils Source: python-oslo.utils Version: 1.4.0-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 236 Pre-Depends: dpkg (>= 1.15.6~) Depends: python-babel (>= 1.3), python-iso8601 (>= 0.1.9), python-netaddr (>= 0.7.12), python-netifaces (>= 0.10.4), python-oslo.i18n (>= 1.0.0), python-six (>= 1.9.0), python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python-pbr, python-oslo-i18n Breaks: python-oslo.utils (<< 1.2.1-0ubuntu1~) Replaces: python-oslo.utils (<< 1.2.1-0ubuntu1~) Homepage: http://launchpad.net/oslo Priority: optional Section: python Filename: pool/main/p/python-oslo.utils/python-oslo-utils_1.4.0-0ubuntu1_all.deb Size: 32412 SHA256: f62bb07e1666a9936fe213d17865572623c8be945b6f1a0500af468212cd06a9 SHA1: 00679bb87d2c90094f58bd4747dc538379e38439 MD5sum: 5f2c06fbfe341085788d288a4b68b65e Description: set of utility functions for OpenStack - Python 2.x The Oslo.utils package provides a set of function which are cross-project for OpenStack. For example, it provides text decoding, exception handling, Python module import facility (try_import function), network-related system-level, and time utilities and helper functions. . This package contains the Python 2.x module. Original-Maintainer: PKG OpenStack Package: python-oslo-utils-doc Source: python-oslo.utils Version: 1.4.0-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 268 Pre-Depends: dpkg (>= 1.15.6~) Depends: libjs-sphinxdoc (>= 1.0) Breaks: python-oslo.utils-doc (<< 1.2.1-0ubuntu1~) Replaces: python-oslo.utils-doc (<< 1.2.1-0ubuntu1~) Homepage: http://launchpad.net/oslo Priority: optional Section: doc Filename: pool/main/p/python-oslo.utils/python-oslo-utils-doc_1.4.0-0ubuntu1_all.deb Size: 43346 SHA256: 76ae9f9060891f2190b2f5079cfad2acb28804865b6e33b49ef44938604e63a8 SHA1: 4dfcbb6273f0ddc720e61ce67662aabc1d27211e MD5sum: d6aeda215fb17741cbc7fd5b44aad6eb Description: Oslo Utility library - doc The Oslo.utils package provides a set of function which are cross-project for OpenStack. For example, it provides text decoding, exception handling, Python module import facility (try_import function), network-related system-level, and time utilities and helper functions. . This package contains the documentation. Original-Maintainer: PKG OpenStack Package: python-oslo.config Version: 1:2.4.0-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 431 Depends: python-netaddr (>= 0.7.12), python-pbr (>= 1.8), python-six (>= 1.9.0), python-stevedore (>= 1.5.0), python:any (<< 2.8), python:any (>= 2.7.5-5~), python2.7 Breaks: python-oslo-config (<< 1:1.11.0-1~) Replaces: python-oslo-config (<< 1:1.11.0-1~) Homepage: https://github.com/openstack/oslo.config Priority: optional Section: python Filename: pool/main/p/python-oslo.config/python-oslo.config_2.4.0-1_all.deb Size: 72200 SHA256: b0cc7c9f8eddd4f243c891c94fa86baf601fd56396812446b82143b19614fb55 SHA1: 57a31c98698441b23195ab3b835307126afbd174 MD5sum: 46a18d08681ffb8c908111e94299be57 Description: Common code for Openstack Projects (configuration API) - Python 2.x The OpenStack Oslo project provides Python libraries containing infrastructure code shared by OpenStack projects. . The OpenStack Oslo Configuration API supports parsing command line arguments and .ini style configuration files. . This package provides the Python 2.x module. Package: python-oslo.config-doc Source: python-oslo.config Version: 1:2.4.0-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 366 Depends: libjs-sphinxdoc (>= 1.0) Homepage: https://github.com/openstack/oslo.config Priority: optional Section: doc Filename: pool/main/p/python-oslo.config/python-oslo.config-doc_2.4.0-1_all.deb Size: 73790 SHA256: 00aebfcf99de0acfeb6c4cdc548d70b424e57f59a01de48738a012f6613f3dc9 SHA1: e822b7fa5f318d3c05ab544e2cf964621c35bb6c MD5sum: 580f06fd27ed11317c1371855ef6d6c4 Description: Common code for Openstack Projects (configuration API) - doc The OpenStack Oslo project provides Python libraries containing infrastructure code shared by OpenStack projects. . The OpenStack Oslo Configuration API supports parsing command line arguments and .ini style configuration files. . This package provides the documentation. Package: python-oslo.i18n Version: 1.5.0-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 26 Depends: python-oslo-i18n Homepage: http://launchpad.net/oslo Priority: optional Section: oldlibs Filename: pool/main/p/python-oslo.i18n/python-oslo.i18n_1.5.0-0ubuntu1_all.deb Size: 2382 SHA256: 40a8783ca6be65d1e7e974f9f26c355b15e48dcc0e928cd45f9f639ecfd4943d SHA1: bc794c22c42c4c55e8b8f3100fe6d9fedf93e52f MD5sum: 9352f374f3a8e9188482a7dd932f2ac8 Description: transitional dummy package for python-oslo.i18n This transtional package is safe to remove. Original-Maintainer: PKG OpenStack Package: python-oslo.i18n-doc Source: python-oslo.i18n Version: 1.5.0-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 26 Depends: python-oslo-i18n-doc Homepage: http://launchpad.net/oslo Priority: optional Section: oldlibs Filename: pool/main/p/python-oslo.i18n/python-oslo.i18n-doc_1.5.0-0ubuntu1_all.deb Size: 2398 SHA256: 548d5ee089dc65fe0da98bd76c5da4294aa73eb4ac60e052b1578fd9d5a85e48 SHA1: 36dd42948d48d61d3e74b51fa1686ab1069f9b58 MD5sum: d36a7357e676ef38d0cdc0f865443c24 Description: transitional dummy package for python3-oslo.i18n This transtional package is safe to remove. Original-Maintainer: PKG OpenStack Package: python-oslo.serialization Version: 1.4.0-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 26 Depends: python-oslo-serialization Homepage: https://github.com/openstack/oslo.serialization Priority: optional Section: oldlibs Filename: pool/main/p/python-oslo.serialization/python-oslo.serialization_1.4.0-0ubuntu1_all.deb Size: 2302 SHA256: bee043cfc26843cff808253fc0c06dc1fabb42b008e7cbc1eafb15c33b8f712c SHA1: ee5413e641bf709fb3169a1321945de44414be3f MD5sum: 678ee83b69e908c252e7a917ad831663 Description: transitional dummy package for python-oslo.serialization This transtional package is safe to remove. Original-Maintainer: PKG OpenStack Package: python-oslo.serialization-doc Source: python-oslo.serialization Version: 1.4.0-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 26 Depends: python-oslo-serialization-doc Homepage: https://github.com/openstack/oslo.serialization Priority: optional Section: oldlibs Filename: pool/main/p/python-oslo.serialization/python-oslo.serialization-doc_1.4.0-0ubuntu1_all.deb Size: 2318 SHA256: 6db64984f14d895825f9b41efbbf29606afc48a53c81fdf724e9447c706396de SHA1: 8fb0ec176b3c9f3bbb176bf0bbd733da92f8c563 MD5sum: d308361c44d77d10080a15bec299cd47 Description: transitional dummy package for python3-oslo.serialization This transtional package is safe to remove. Original-Maintainer: PKG OpenStack Package: python-oslo.utils Version: 1.4.0-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 26 Depends: python-oslo-utils Homepage: http://launchpad.net/oslo Priority: optional Section: oldlibs Filename: pool/main/p/python-oslo.utils/python-oslo.utils_1.4.0-0ubuntu1_all.deb Size: 2268 SHA256: fc00ce5b9094122227ff5f1285d411a2819fef9c8a954a97c7a0120cba243c74 SHA1: dcb95b2904904d9d8500c507f8a6e9e53a39875d MD5sum: 328841a7e1152edd43478a96273073b3 Description: transitional dummy package for python-oslo.utils This transtional package is safe to remove. Original-Maintainer: PKG OpenStack Package: python-oslo.utils-doc Source: python-oslo.utils Version: 1.4.0-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 26 Depends: python-oslo-utils-doc Homepage: http://launchpad.net/oslo Priority: optional Section: oldlibs Filename: pool/main/p/python-oslo.utils/python-oslo.utils-doc_1.4.0-0ubuntu1_all.deb Size: 2278 SHA256: 91cdffd3e2aa871b03914d796e777d79114098fb20659232d00ba6f515c5c0f9 SHA1: db73aee5bbb1d94920552d406a8c7ecb2be5165b MD5sum: d23d79750fcd748b70fbe6c12a866a9a Description: transitional dummy package for python3-oslo.utils This transtional package is safe to remove. Original-Maintainer: PKG OpenStack Package: python-oslosphinx Source: oslo-sphinx Version: 2.5.0-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 102 Pre-Depends: dpkg (>= 1.15.6~) Depends: python-pbr, python-requests, python:any (>= 2.7.5-5~), python:any (<< 2.8) Homepage: https://github.com/openstack/oslo.sphinx Priority: optional Section: python Filename: pool/main/o/oslo-sphinx/python-oslosphinx_2.5.0-1_all.deb Size: 21670 SHA256: c365e51897c9aa999eb525ee3dcc4122bc987943e6d7c1a3be0a962720b73db9 SHA1: d75d0516c5fe2fa391584534abada524e0eb3ff2 MD5sum: 1abadd6589ca2dd74eae697ac6beb07f Description: theme and extension support for openstack Theme and extension support for Sphinx documentation from the OpenStack project. To use the theme, symply add 'oslosphinx' to the extensions list in the conf.py file in your Sphinx project. Package: python-oslotest Version: 1:1.11.0-2 Architecture: all Maintainer: PKG OpenStack Installed-Size: 89 Depends: python-fixtures (>= 1.3.1), python-mock (>= 1.3), python-mox3 (>= 0.7.0), python-pbr (>= 0.6), python-six (>= 1.9.0), python-subunit (>= 0.0.18), python-testrepository (>= 0.0.18), python-testscenarios (>= 0.4), python-testtools (>= 0.9.36), subunit (>= 0.0.18), testrepository (>= 0.0.18), python-os-client-config, python:any (<< 2.8), python:any (>= 2.7.5-5~), python Homepage: http://launchpad.net/oslo Priority: optional Section: python Filename: pool/main/p/python-oslotest/python-oslotest_1.11.0-2_all.deb Size: 13104 SHA256: 3166ab25aea24f3f34b0ca596c6d459422ec21d8b6f596825ef3ddee769be937 SHA1: 2cac8c509661db29340e3d3431512e0724e1d31f MD5sum: 94a6ac99f064f5d34cf3504a88e46a57 Description: OpenStack test framework - Python 2.x OpenStack test framework that provides base classes and fixtures for creating unit and functional tests. . This package contains the Python 2.x module. Package: python-oslotest-doc Source: python-oslotest Version: 1:1.11.0-2 Architecture: all Maintainer: PKG OpenStack Installed-Size: 191 Depends: libjs-sphinxdoc (>= 1.0) Homepage: http://launchpad.net/oslo Priority: optional Section: doc Filename: pool/main/p/python-oslotest/python-oslotest-doc_1.11.0-2_all.deb Size: 36746 SHA256: d0f18f7fcfc3ec72ed7358ae5d8286cd8714c194e371352f397c993fc0898d61 SHA1: 16b2b884081772ee0d2bf0296358ecb03b81f462 MD5sum: 19476675bff82797c5d359382fc327f2 Description: OpenStack test framework - doc OpenStack test framework that provides base classes and fixtures for creating unit and functional tests. . This package contains the documentation. Package: python-pbr Version: 1.8.0-4ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 289 Depends: python-six (>= 1.9.0), python:any (<< 2.8), python, python:any (>= 2.7.5-5~), python-pip Homepage: http://pypi.python.org/pypi/pbr Priority: optional Section: python Filename: pool/main/p/python-pbr/python-pbr_1.8.0-4ubuntu1_all.deb Size: 48392 SHA256: c0dde2a0fb514eef16f3fd5a1455d86d2dd58ba41afbe394b312d35213975cc0 SHA1: 29d47beed7a53205e32d3d576fc4403a38344c83 MD5sum: 6f4de8dab06a3e372332a57b3dee82f1 Description: inject useful and sensible default behaviors into setuptools - Python 2.x PBR (Python Build Reasonableness) is a library that injects some useful and sensible default behaviors into your setuptools run. PBR can: * Manage version number based on git revisions and tags (Version file). * Generate AUTHORS file from git log * Generate ChangeLog from git log * Generate Sphinx autodoc stub files for your whole module * Store your dependencies in a pip requirements file * Use your README file as a long_description * Smartly find packages under your root package . PBR is only mildly configurable. The basic idea is that there's a decent way to run things and if you do, you should reap the rewards, because then it's simple and repeatable. If you want to do things differently, cool! But you've already got the power of Python at your fingertips, so you don't really need PBR. . PBR builds on top of `d2to1` to provide for declarative configuration. It then filters the `setup.cfg` data through a setup hook to fill in default values and provide more sensible behaviors. . This package provides support for Python 2.x. Original-Maintainer: PKG OpenStack Package: python-pbr-doc Source: python-pbr Version: 1.8.0-4ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 37 Homepage: http://pypi.python.org/pypi/pbr Priority: optional Section: doc Filename: pool/main/p/python-pbr/python-pbr-doc_1.8.0-4ubuntu1_all.deb Size: 6384 SHA256: 00c09a411cb9f36b7dc796a2fad234006903bdafacf53369e4615ec0ca162bd1 SHA1: 1a3b9f208dc463536d0eeeedf880a87882536bdf MD5sum: 52ad190a15a4123907b312bd0d073d97 Description: inject useful and sensible default behaviors into setuptools - doc PBR (Python Build Reasonableness) is a library that injects some useful and sensible default behaviors into your setuptools run. PBR can: * Manage version number based on git revisions and tags (Version file). * Generate AUTHORS file from git log * Generate ChangeLog from git log * Generate Sphinx autodoc stub files for your whole module * Store your dependencies in a pip requirements file * Use your README file as a long_description * Smartly find packages under your root package . PBR is only mildly configurable. The basic idea is that there's a decent way to run things and if you do, you should reap the rewards, because then it's simple and repeatable. If you want to do things differently, cool! But you've already got the power of Python at your fingertips, so you don't really need PBR. . PBR builds on top of `d2to1` to provide for declarative configuration. It then filters the `setup.cfg` data through a setup hook to fill in default values and provide more sensible behaviors. . This package provides the documentation. Original-Maintainer: PKG OpenStack Package: python-pkg-resources Source: python-setuptools Version: 18.3.1-2 Architecture: all Maintainer: Matthias Klose Installed-Size: 269 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8) Suggests: python-setuptools Homepage: https://pypi.python.org/pypi/setuptools Priority: optional Section: python Filename: pool/main/p/python-setuptools/python-pkg-resources_18.3.1-2_all.deb Size: 99262 SHA256: 801a17cd9feb200fd556b23a00a6d96ce8e432eef2a313b96184353944443d4d SHA1: 097a964d6d65e34ef4b53a4620a56a6680493e9e MD5sum: 5d9e19140d0930571788648226fb00cf Description: Package Discovery and Resource Access using pkg_resources The pkg_resources module provides an API for Python libraries to access their resource files, and for extensible applications and frameworks to automatically discover plugins. It also provides runtime support for using C extensions that are inside zipfile-format eggs, support for merging packages that have separately-distributed modules or subpackages, and APIs for managing Python's current "working set" of active packages. Package: python-pretend Version: 1.0.8-2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 55 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8) Homepage: https://github.com/alex/pretend Priority: optional Section: python Filename: pool/main/p/python-pretend/python-pretend_1.0.8-2_all.deb Size: 5992 SHA256: 9d190520a44178e409b002db35561969dccee16f6a70879fe45c8b5d351bd55c SHA1: 0bcb54f92bf8c6b6631b35724da86d47d1202cd4 MD5sum: 8bc023441b6ba1fe346a214830be423c Description: Python library for stubbing (Python 2) Pretend is a library to make stubbing with Python easier. . Stubbing is a technique for writing tests. You may hear the term mixed up with mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned responses, rather than doing any computation. . This package contains the Python 2 version of pretend. Package: python-pyasn1 Source: pyasn1 Version: 0.1.8-2 Architecture: all Maintainer: Jan Lübbe Installed-Size: 365 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: doc-base Homepage: http://pyasn1.sourceforge.net/ Priority: optional Section: python Filename: pool/main/p/pyasn1/python-pyasn1_0.1.8-2_all.deb Size: 51956 SHA256: 8bf526228f16fe53735b107a8a21bac9d397fd205c5ab781421918ed5916a039 SHA1: 789980f966f9ff094a7bc1325a3f587f0c0677f6 MD5sum: 9745537152ca6550fee2c02a450c0892 Description: ASN.1 library for Python (Python 2 module) This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. . This package contains the Python 2 module. Package: python-pymysql Version: 0.7.2-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 318 Pre-Depends: dpkg (>= 1.15.6~) Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-pymysql-doc Homepage: https://github.com/PyMySQL/PyMySQL/ Priority: optional Section: python Filename: pool/main/p/python-pymysql/python-pymysql_0.7.2-1_all.deb Size: 56096 SHA256: dc68c99987d7b57054cec9104d8ac5f17cba0c03dbef41c7faf5df6811e7023c SHA1: 9d107e44fe084829b62d99656f4b82320ea8e6c9 MD5sum: 2cceffcc57c184c79fb0ecd86c9fce15 Description: Pure-Python MySQL driver - Python 2.x This package contains a pure-Python MySQL client library. The goal of PyMySQL is to be a drop-in replacement for MySQLdb and work on CPython, PyPy, IronPython and Jython. . This package contains the Python 2.x module. Package: python-requests Source: requests Version: 2.9.1-3 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 270 Depends: python-urllib3 (>= 1.13.1), python:any (<< 2.8), python:any (>= 2.7.5-5~), ca-certificates, python-chardet, python-urllib3 (<< 1.13.2) Suggests: python-ndg-httpsclient, python-openssl, python-pyasn1 Breaks: httpie (<< 0.9.2) Homepage: http://python-requests.org Priority: optional Section: python Filename: pool/main/r/requests/python-requests_2.9.1-3_all.deb Size: 69724 SHA256: 43be9e78dbc97f0c5d77a1291e5c66e7e2c466c749e51b83579c72e65b3181eb SHA1: 4d1cbf367b477da0c8a3863a59d75bd330e7bfd9 MD5sum: 4e37ad0ca3928830f94a959aca34c507 Description: elegant and simple HTTP library for Python2, built for human beings Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . Features . - International Domains and URLs - Keep-Alive & Connection Pooling - Sessions with Cookie Persistence - Browser-style SSL Verification - Basic/Digest Authentication - Elegant Key/Value Cookies - Automatic Decompression - Unicode Response Bodies - Multipart File Uploads - Connection Timeouts Package: python-requests-mock Version: 0.7.0-0ubuntu1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 132 Pre-Depends: dpkg (>= 1.15.6~) Depends: python-requests (>= 1.1), python-six, python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2) Homepage: https://github.com/jamielennox/requests-mock Priority: optional Section: python Filename: pool/main/p/python-requests-mock/python-requests-mock_0.7.0-0ubuntu1_all.deb Size: 16154 SHA256: b8edc845e8cd0a8cc86a57e2781e66368dac3fd59cdef6a81bd3e21cc18fa4e9 SHA1: aab58f3873b9a22590866235b763b61e59f4d9fa MD5sum: c2a0d8448845957584ed99ff0fc7f17b Description: mock out responses from the requests package - Python 2.x requests-mock provides a building block to stub out the HTTP requests_ portions of your testing code. Everything in requests_ eventually goes through an adapter to do the transport work. requests-mock creates a custom adatper that allows you to predefine responses when certain URIs are called. There are then a number of methods provided to get the adapter used. . This package contains the Python 2.x module. Package: python-requests-mock-doc Source: python-requests-mock Version: 0.7.0-0ubuntu1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 347 Pre-Depends: dpkg (>= 1.15.6~) Depends: libjs-sphinxdoc (>= 1.0) Homepage: https://github.com/jamielennox/requests-mock Priority: optional Section: doc Filename: pool/main/p/python-requests-mock/python-requests-mock-doc_0.7.0-0ubuntu1_all.deb Size: 39430 SHA256: 80470dc57d02d36e8ae1721cd5e3b4fb0c60533685c33acae28d6cdb07bd996e SHA1: 119789ede6849816877aef56b971533d0ff82a44 MD5sum: 2b1fe67a4fbd01cae4d044156687cede Description: mock out responses from the requests package - doc requests-mock provides a building block to stub out the HTTP requests_ portions of your testing code. Everything in requests_ eventually goes through an adapter to do the transport work. requests-mock creates a custom adatper that allows you to predefine responses when certain URIs are called. There are then a number of methods provided to get the adapter used. . This package contains the documentation. Package: python-requestsexceptions Version: 1.1.2-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 49 Depends: python-pbr (>= 0.11), python-urllib3 (>= 1.13), python:any (<< 2.8), python:any (>= 2.7.5-5~) Homepage: http://www.openstack.org/ Priority: optional Section: python Filename: pool/main/p/python-requestsexceptions/python-requestsexceptions_1.1.2-0ubuntu1_all.deb Size: 3566 SHA256: 1528a5ad94e262ad87cf24e63da5da4585fbd8e7361f7b696961ef0ac15b899a SHA1: c442e7c25df50f34aec50141c33c1c71cc3e5820 MD5sum: 08f8c0dfe31941e8d2148e1283ad8e1d Description: import exceptions from bundled packages in requests. - Python 2.7 The Python requests library bundles the urllib3 library, however, some software distributions (like Debian) modify requests to remove the bundled library. This makes some operations, such as supressing the "insecure platform warning" messages that urllib emits difficult. This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled. . This package contains the Python 2.7 module. Original-Maintainer: PKG OpenStack Package: python-setuptools Version: 18.3.1-2 Architecture: all Maintainer: Matthias Klose Installed-Size: 527 Depends: python-pkg-resources (= 18.3.1-2), python:any (>= 2.7.5-5~), python, python:any (<< 2.8) Suggests: python-setuptools-doc Provides: python-distribute Homepage: https://pypi.python.org/pypi/setuptools Priority: optional Section: python Filename: pool/main/p/python-setuptools/python-setuptools_18.3.1-2_all.deb Size: 200580 SHA256: d19696d4ace8771c0223c2a0bb9139a07f57357dae8db41010067fe45c1037a3 SHA1: 80a5dac36a0a1ee7158043112dc9373e894c2bc6 MD5sum: 10b82b897d5a0c33c931ac3d721b9904 Description: Python Distutils Enhancements Extensions to the python-distutils for large or complex distributions. Package: python-setuptools-doc Source: python-setuptools Version: 18.3.1-2 Architecture: all Maintainer: Matthias Klose Installed-Size: 1259 Depends: libjs-sphinxdoc (>= 1.0) Homepage: https://pypi.python.org/pypi/setuptools Priority: optional Section: doc Filename: pool/main/p/python-setuptools/python-setuptools-doc_18.3.1-2_all.deb Size: 222704 SHA256: dbe79c07dca7c3b025745e43b6c61dce7988b2d1f727e2acdc560acde24a086a SHA1: ce19ce8001b994e2e308ee4b3470d59c4599ab41 MD5sum: e42c01267086ed889d8deb169b0e5580 Description: Python Distutils Enhancements (documentation) Extensions to the Python distutils for large or complex distributions. The package contains the documentation in html format. Package: python-setuptools-whl Source: python-setuptools Version: 18.3.1-2 Architecture: all Maintainer: Matthias Klose Installed-Size: 233 Homepage: https://pypi.python.org/pypi/setuptools Priority: optional Section: python Filename: pool/main/p/python-setuptools/python-setuptools-whl_18.3.1-2_all.deb Size: 195550 SHA256: a27e08456361456a5022126b3def3eba77913683da7a9c0efdfc06c677cdf517 SHA1: 6b172192304ef2bb9316a1f92b57f6bfd1900ab8 MD5sum: ed1d34a81fa63211d40cbadb79d6cfda Description: Python Distutils Enhancements (wheel package) Extensions to the python-distutils for large or complex distributions. . This package provides setuptools in PEP 427 wheel format. Package: python-six Source: six Version: 1.10.0-3 Architecture: all Maintainer: Colin Watson Installed-Size: 83 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8) Multi-Arch: foreign Homepage: https://pythonhosted.org/six/ Priority: optional Section: python Filename: pool/main/s/six/python-six_1.10.0-3_all.deb Size: 11420 SHA256: 3107b7749e2a953a4e6ccb05498fbb6cd6507602f25bcf1dde41ee0480f7dedd SHA1: 8b2543261240d7aee920f3fbb660da0ac2aab3c9 MD5sum: 122747c8441e597c3d2058c0bbcc3906 Description: Python 2 and 3 compatibility library (Python 2 interface) Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. . This package provides Six on the Python 2 module path. It is complemented by python3-six and pypy-six. Package: python-stevedore Source: stevedore Version: 1.5.0-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 138 Depends: python-pbr, python-six (>= 1.9.0), python:any (<< 2.8), python (>= 2.7) | python-argparse, python:any (>= 2.7.5-5~) Homepage: https://github.com/openstack/stevedore Priority: extra Section: python Filename: pool/main/s/stevedore/python-stevedore_1.5.0-1_all.deb Size: 17744 SHA256: 337a8e1a836ebe4067e5a73e36cc102aae29584ef9ce4bde1cb1c81a422d88d2 SHA1: 7a284e68004bf6f57f461feac8b04e5bbf431070 MD5sum: ed4496dc6ea0d28a16b907fd28d4db95 Description: manage dynamic plugins for Python applications - python2 Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions (plugins) at runtime. Many applications implement their own library for doing this, using __import__ or importlib. stevedore avoids creating yet another extension mechanism by building on top of setuptools entry points. The code for managing entry points tends to be repetitive, though, so stevedore provides manager classes for implementing common patterns for using dynamically loaded extensions. . This package provides the Python 2.x module. Package: python-stevedore-doc Source: stevedore Version: 1.5.0-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 964 Depends: libjs-sphinxdoc (>= 1.0) Homepage: https://github.com/openstack/stevedore Priority: extra Section: doc Filename: pool/main/s/stevedore/python-stevedore-doc_1.5.0-1_all.deb Size: 501000 SHA256: e067ea39012d2ce33348a20b875be2e1675f8761183960a45fde61600454de9a SHA1: 32b8fa5a7dda2d52453a12d9adecfc819f3bda1a MD5sum: 7af2fa9336664581354c9def72581343 Description: manage dynamic plugins for Python applications - doc Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions (plugins) at runtime. Many applications implement their own library for doing this, using __import__ or importlib. stevedore avoids creating yet another extension mechanism by building on top of setuptools entry points. The code for managing entry points tends to be repetitive, though, so stevedore provides manager classes for implementing common patterns for using dynamically loaded extensions. . This package contains the documentation. Package: python-testtools Version: 1.8.1-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 682 Depends: python-pkg-resources, python-unittest2 (>= 0.8.0), python:any (>= 2.7.5-5~), python:any (<< 2.8), python-mimeparse, python-extras, python-traceback2, python-pbr Recommends: python-fixtures Suggests: python-testtools-doc, python-twisted Breaks: python-subunit (<< 0.0.6) Provides: python2.7-testtools Homepage: http://pypi.python.org/pypi/testtools Priority: optional Section: python Filename: pool/main/p/python-testtools/python-testtools_1.8.1-0ubuntu1_all.deb Size: 111760 SHA256: 668a783804371d3d9c13bac6c7794299eb0d6d958756d3daa0f9c6ff5828ed0f SHA1: 826f55c531ac75f4be07ec197598bc2424bfed50 MD5sum: ea3b8605af84b36ccc2b4d84561d7518 Description: Extensions to the Python unittest library - Python 2.x testtools (formerly pyunit3k) is a set of extensions to the Python standard library's unit testing framework. These extensions have been derived from years of experience with unit testing in Python and come from many different sources. It's hoped that these extensions will make their way into the standard library eventually. Also included are backports from Python trunk of unittest features that are not otherwise available to existing unittest users. . This package contains the libraries for Python 2.x. Original-Maintainer: Debian Python Modules Team Package: python-testtools-doc Source: python-testtools Version: 1.8.1-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 542 Depends: libjs-sphinxdoc (>= 1.0) Homepage: http://pypi.python.org/pypi/testtools Priority: optional Section: doc Filename: pool/main/p/python-testtools/python-testtools-doc_1.8.1-0ubuntu1_all.deb Size: 83340 SHA256: 984e83415bd01cd3cc889d52897ef98a84ccf5cc6ec979aadec45a3136e3c863 SHA1: ba57a278c3156f38b00ff40eb27113c899b10665 MD5sum: 3d386fccbf4d6668e0249527d06ad66a Description: Extensions to the Python unittest library - doc testtools (formerly pyunit3k) is a set of extensions to the Python standard library's unit testing framework. These extensions have been derived from years of experience with unit testing in Python and come from many different sources. It's hoped that these extensions will make their way into the standard library eventually. Also included are backports from Python trunk of unittest features that are not otherwise available to existing unittest users. . This package contains the documentation. Original-Maintainer: Debian Python Modules Team Package: python-traceback2 Version: 1.4.0-3 Architecture: all Maintainer: PKG OpenStack Installed-Size: 110 Depends: python:any (<< 2.8), python-linecache2, python:any (>= 2.7.5-5~) Homepage: https://github.com/testing-cabal/traceback2 Priority: optional Section: python Filename: pool/main/p/python-traceback2/python-traceback2_1.4.0-3_all.deb Size: 15894 SHA256: e5e4b9ea31c5138df0b454785068ba2561e46a6ec9c0850628e95f36d251a26c SHA1: 8224de9e6359ac8985c499d2cc3d704ff4da3288 MD5sum: 46f400f1f7f2db472307870c1854fc5c Description: backports of the traceback module - Python 2.7 This package offers a backport of the traceback package to older supported Pythons. Users would typically do: "import traceback2 as traceback" then use the module as if it was the system traceback. . In Python 2.x, unlike traceback, traceback2 creates unicode output (because it depends on the linecache2 module). . This package contains the Python 2.7 module. Package: python-unittest2 Source: unittest2 Version: 1.1.0-5ubuntu1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 490 Depends: python-pkg-resources, python-six (>= 1.4), python-traceback2, python:any (<< 2.8), python:any (>= 2.7.5-5~), python Homepage: http://pypi.python.org/pypi/unittest2 Priority: optional Section: python Filename: pool/main/u/unittest2/python-unittest2_1.1.0-5ubuntu1_all.deb Size: 75536 SHA256: 4c810cbc576e5c318da7275a89d216fcde1418dfbc1095bba9c5934fc14c19a7 SHA1: c42b7dc53051ce33ee21b00d5eb5cad9180e1938 MD5sum: c8b9b1cf8ae20d5b72f0a8e8ebf675d9 Description: backport of the enhanced unittest testing framework - Python 2.7 unittest2 is an enhanced version of unittest including a standard test runner (automatic test discovery), class and module level fixtures (setUpClass / setUpModule etc), many powerful new assert methods, better resource management with addCleanups and a host of other new features. These new features are *all* going into the Python version of unittest in Python 2.7 and Python 3.2. The point of unittest2 is that it works with Python 2.4 - 2.6; you can use it now. . This package contains the Python 2.7 module. Package: python-urllib3 Version: 1.13.1-2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 284 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), python-six Recommends: ca-certificates, python-ndg-httpsclient, python-openssl, python-pyasn1 Suggests: python-ntlm Homepage: http://urllib3.readthedocs.org Priority: optional Section: python Filename: pool/main/p/python-urllib3/python-urllib3_1.13.1-2_all.deb Size: 66456 SHA256: 6c858e915046a729b0df768f975e9584c32db960fde37efc523e92bf80ec3871 SHA1: 840f67a38fb2361ff0be8a67e90ffce6bd96db57 MD5sum: c34cb5d216190ebba321ec67b7a90383 Description: HTTP library with thread-safe connection pooling for Python urllib3 supports features left out of urllib and urllib2 libraries. . - Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). - File posting (encode_multipart_formdata). - Built-in redirection and retries (optional). - Supports gzip and deflate decoding. - Thread-safe and sanity-safe. - Small and easy to understand codebase perfect for extending and building upon. Package: python-websocket Source: websocket-client Version: 0.32.0-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 475 Depends: python:any (>= 2.7.5-5~), python, python:any (<< 2.8), python-six, python-backports.ssl-match-hostname Homepage: https://github.com/liris/websocket-client Priority: optional Section: python Filename: pool/main/w/websocket-client/python-websocket_0.32.0-1_all.deb Size: 171792 SHA256: cf058e5bc7c38bb1ead32c8aa87137a07df9113a81b5576d016f4369b82d8f58 SHA1: 6f1c84b02d3b5b228f5923c9760f79c5be3ab534 MD5sum: 3ecd47803cb7ce36e25ec9551b86e11b Description: WebSocket client library for Python websocket-client provides a low-level, synchronous API providing WebSocket client functionality to Python programs. It conforms to the WebSocket specification as standardized by the IETF in RFC 6455. . WebSocket is a protocol providing full-duplex communication channels over TCP, mostly used in Web browsers. . This is the Python 2 version. Package: python3-cachecontrol Source: python-cachecontrol Version: 0.11.5-1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 86 Depends: python3-requests, python3:any (>= 3.4~) Homepage: https://github.com/ionrock/cachecontrol Priority: optional Section: python Filename: pool/main/p/python-cachecontrol/python3-cachecontrol_0.11.5-1_all.deb Size: 13578 SHA256: 942240b1ade6b1a8bfd0a1f44ffda1ae111d69bfddfa1327eff2fb052b666d8f SHA1: 870aabae1ac2bda9261a888551d6768b53796aa0 MD5sum: f5132714d9ec966325ac16500bbaa398 Description: caching algorithms in httplib2 for use with requests CacheControl is a port of the caching algorithms in httplib2_ for use with requests_ session object. . It was written because httplib2's better support for caching is often mitigated by its lack of threadsafety. The same is true of requests in terms of caching. . This is the Python 3 library. Package: python3-cffi Source: python-cffi Version: 1.1.2-1ubuntu2 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 328 Depends: python3-cffi-backend (<< 1.1.2-1ubuntu2+c), python3-cffi-backend (>= 1.1.2-1ubuntu2), python3-pycparser, python3:any (>= 3.3.2-2~) Suggests: python3-dev Homepage: http://cffi.readthedocs.org/ Priority: optional Section: python Filename: pool/main/p/python-cffi/python3-cffi_1.1.2-1ubuntu2_all.deb Size: 56126 SHA256: 842768f6c1e272c6de5c29ec49cb14b71c82d13709cc2375410bd0322c2aae17 SHA1: 8e99209ae7be16a1fc2b414bef3da55f70195fda MD5sum: 8e26c1bd663f25cf27fc143e1a6bdfd0 Description: Foreign Function Interface for Python 3 calling C code Convenient and reliable way of calling C code from Python 3. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the necessary build and runtime support for cffi modules. Original-Maintainer: Debian Python Modules Team Package: python3-cffi-backend Source: python-cffi Version: 1.1.2-1ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 179 Depends: python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.14), libffi6 (>= 3.0.4) Breaks: python3-cffi (<< 1) Replaces: python3-cffi (<< 1) Provides: python3-cffi-backend-api-max (= 9983), python3-cffi-backend-api-min (= 9729) Homepage: http://cffi.readthedocs.org/ Priority: optional Section: python Filename: pool/main/p/python-cffi/python3-cffi-backend_1.1.2-1ubuntu2_amd64.deb Size: 54922 SHA256: 0a7c0087f84579707274714dbadbbc84550ce32af780107aa6447c04ba2a1b20 SHA1: ab1ba9339f79585f3b53c4a246a058a442c5fb0c MD5sum: 0e2ed9f97e345d0d6a39b6050e95901e Description: Foreign Function Interface for Python 3 calling C code - runtime Convenient and reliable way of calling C code from Python 3. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the runtime support for pre-built cffi modules. Original-Maintainer: Debian Python Modules Team Package: python3-cffi-backend-dbg Source: python-cffi Version: 1.1.2-1ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 487 Depends: python3-cffi-backend (= 1.1.2-1ubuntu2), libc6 (>= 2.14), libffi6 (>= 3.0.4) Breaks: python3-cffi-dbg (<< 1) Replaces: python3-cffi-dbg (<< 1) Homepage: http://cffi.readthedocs.org/ Priority: extra Section: debug Filename: pool/main/p/python-cffi/python3-cffi-backend-dbg_1.1.2-1ubuntu2_amd64.deb Size: 294346 SHA256: 8eb3eaa1da0a6583607ce92871dafcb90154cf221bef81ea16a99f4d7b3c8c18 SHA1: fcc9ac2efa0f0fbfeea4cf2fb4a3999ad8a49da4 MD5sum: 88eb94083c382f1195d0c87eb20394c5 Description: Foreign Function Interface for Python 3 calling C code (Debug version) Convenient and reliable way of calling C code from Python 3. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the debug version of the python3-cffi backend. Original-Maintainer: Debian Python Modules Team Package: python3-cryptography Source: python-cryptography Version: 1.0.2-1 Architecture: amd64 Maintainer: Tristan Seligmann Installed-Size: 1370 Depends: python3-pkg-resources, python3-pyasn1 (>= 0.1.8), python3 (>= 3.4~), python3-cffi, python3 (<< 3.5), python3-idna, python3-six (>= 1.4.1), libc6 (>= 2.4), libssl1.0.0 (>= 1.0.1) Suggests: python-cryptography-doc, python3-cryptography-vectors Homepage: https://cryptography.io/ Priority: optional Section: python Filename: pool/main/p/python-cryptography/python3-cryptography_1.0.2-1_amd64.deb Size: 192366 SHA256: 22936357b87ad7e62dcd239bd7c3525347948d66c53395d2f4f4bb6799dab477 SHA1: 07e6ec246d942ed632c220264f30f28585039bcf MD5sum: 552bbfb34827463ef1aca91a4711ce2e Description: Python library exposing cryptographic recipes and primitives (Python 3) The cryptography library is designed to be a "one-stop-shop" for all your cryptographic needs in Python. . As an alternative to the libraries that came before it, cryptography tries to address some of the issues with those libraries: - Lack of PyPy and Python 3 support. - Lack of maintenance. - Use of poor implementations of algorithms (i.e. ones with known side-channel attacks). - Lack of high level, "Cryptography for humans", APIs. - Absence of algorithms such as AES-GCM. - Poor introspectability, and thus poor testability. - Extremely error prone APIs, and bad defaults. . This package contains the Python 3 version of cryptography. Package: python3-cryptography-vectors Source: python-cryptography-vectors Version: 1.0.2-1 Architecture: all Maintainer: Tristan Seligmann Installed-Size: 52860 Depends: python3:any (>= 3.3.2-2~) Homepage: https://cryptography.io/ Priority: optional Section: python Filename: pool/main/p/python-cryptography-vectors/python3-cryptography-vectors_1.0.2-1_all.deb Size: 21232634 SHA256: 3186b4b6e7d6ae8372a6c427cee3ebd27e8da4daaa30132ac0a1c381a4eed14b SHA1: 47fc9a5a01995173c46e3eb7c64dec95239a7070 MD5sum: d692b0b5321203363f0e7c2b58b8d22e Description: Test vectors for python-cryptography (Python 3) The test vectors for the cryptography library are rather large; thus, they are broken out into their own package so that users who do not need to run the tests do not need to download and install them. . This package contains the Python 3 version of cryptography_vectors. Package: python3-dib-utils Source: python-dib-utils Version: 0.0.6-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 50 Pre-Depends: dpkg (>= 1.15.6~) Homepage: https://github.com/openstack/dib-utils Priority: optional Section: python Filename: pool/main/p/python-dib-utils/python3-dib-utils_0.0.6-1_all.deb Size: 4170 SHA256: f7ecd2d4943ee6b323ae4eed6a6b7f09e7e4fce4f614162657f745b8f92429b5 SHA1: 1fb46031e44adce5c3d04fede319a9e77f843cf8 MD5sum: b4ea655e8cdf7ab7c3b66da723cdef49 Description: Standalone tools related to diskimage-builder - Python 3.x These tools were originally part of the diskimage-builder project, but they have uses outside of that project as well. Because disk space is at a premium in base cloud images, pulling in all of diskimage-builder and its dependencies just to use something like dib-run-parts is not desirable. This project allows consumers to use the tools while pulling in only one small package with few/no additional dependencies. . This package contains the Python 3.x module. Package: python3-docker Source: python-docker Version: 1.7.2-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 175 Depends: python3-websocket, python3-six (>= 1.4.0), python3:any (>= 3.3.2-2~), python3-requests Homepage: https://github.com/dotcloud/docker-py/ Priority: optional Section: python Filename: pool/main/p/python-docker/python3-docker_1.7.2-1_all.deb Size: 26390 SHA256: 903f39ac9b931fe970f203a47848ca35da1876121ac751deff6c51789b5b7119 SHA1: b9dfd29b1204a698967680771564a461ec73c8ea MD5sum: 8a5ac2562eca5f113f25e74949b63d2c Description: Python 3 wrapper to access docker.io's control socket This package contains oodles of routines that aid in controling docker.io over it's socket control, the same way the docker.io client controls the daemon. . This package provides Python 3 module bindings only. Package: python3-fixtures Source: python-fixtures Version: 1.3.1-2 Architecture: all Maintainer: Robert Collins Installed-Size: 202 Depends: python3-pbr (>= 0.11), python3-six, python3-testtools, python3:any (>= 3.3.2-2~) Homepage: http://pypi.python.org/pypi/fixtures Priority: optional Section: python Filename: pool/main/p/python-fixtures/python3-fixtures_1.3.1-2_all.deb Size: 30008 SHA256: a71a5421a5040d98462cbd9afa31f81eae03efbd5385b3cf1a9357c731d11be2 SHA1: 2f97bb7553c29f0d667abb63943472063918a3cc MD5sum: b9471d757faee4fc148bab45fa776cd7 Description: PyUnit extension for defining test fixtures outside of test cases - Python 3.x A PyUnit extension for defining test fixtures outside of test cases. Each fixture encapsulates creating, reusing and freeing some state - be that a temporary directory on disk, SQL server connection, or just a particular object graph. This is extremely useful for testing and general resource management. . Fixtures ships with the base class, unittest glue and a number of precanned concrete fixtures. . This package provides the Python 3.x module. Package: python3-flake8 Source: python-flake8 Version: 2.2.2-1ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 89 Depends: python3-pep8 (>= 1.5.7), pyflakes (>= 0.8.1), python3-mccabe (>= 0.2.1), python3:any (>= 3.3.2-2~) Homepage: http://bitbucket.org/tarek/flake8 Priority: optional Section: python Filename: pool/main/p/python-flake8/python3-flake8_2.2.2-1ubuntu1_amd64.deb Size: 17092 SHA256: cfdc34dc3c6c41ed45bdc42ce31180d2d33a268d66dd9b566a464b98755bd32a SHA1: a8ff8f6adc21908c545dafe458b8dec023d8651b MD5sum: 0e102b2427c957060133033fef2841cc Description: code checker using pep8 and pyflakes (Python 3) Flake8 is a wrapper around PyFlakes, pep8, and Ned's McCabe script. Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8 and PyFlakes extended options and just uses defaults. It displays the warnings in a per-file, merged output. . This package provides Python 3 module bindings only. Original-Maintainer: Debian Python Modules Team Package: python3-funcsigs Source: python-funcsigs Version: 0.4-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 89 Depends: python3:any (>= 3.3.2-2~) Suggests: python-funcsigs-doc Homepage: http://funcsigs.readthedocs.org Priority: optional Section: python Filename: pool/main/p/python-funcsigs/python3-funcsigs_0.4-1_all.deb Size: 12496 SHA256: 9d59df891a3d462e8f97e6f0de69e9deaa2d1a3f25c6e78615e1604e3ce02790 SHA1: 33304c316d5f5d81ca03d12fc66af5fada9bec9f MD5sum: 5fcd93dbfddb27d136acd56b864c9e37 Description: function signatures from PEP362 - Python 3.x funcsigs is a backport of the PEP 362 function signature features from Python 3.3's inspect module. The backport is compatible with Python 2.6, 2.7 as well as 3.2 and up. . This package contains the Python 3.x module. Package: python3-gunicorn Source: gunicorn Version: 19.0-8ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 391 Depends: python3-pkg-resources, python3-setuptools, python3:any (>= 3.3.2-2~) Homepage: http://gunicorn.org/ Priority: optional Section: httpd Filename: pool/main/g/gunicorn/python3-gunicorn_19.0-8ubuntu1_all.deb Size: 74934 SHA256: 2708da60738c6f37c30e3c027270ad4ea3704025d397fb1e7af20caf73e62eee SHA1: 8538cf5ad0f90a5835b47dd68c6356f51109438f MD5sum: 0b5b35ce3d6388125cc6e2bd7ffd46e2 Description: Event-based HTTP/WSGI server Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients or sleepy applications. That is to say; behind a buffering front-end server such as nginx or lighttpd. . * Optional support for Eventlet, Tornado and Gevent to provide asynchronous long-polling ("Comet") connections. * Process management: Gunicorn reaps and restarts workers that die. * Easy integration with Django and Paster compatible applications (Pylons, TurboGears 2, etc. * Load balancing via pre-fork and a shared socket * Graceful worker process restarts * Upgrading without losing connections * Decode chunked transfers on-the-fly, allowing upload progress notifications or stream-based protocols over HTTP . This is the Python 3 library. Original-Maintainer: Chris Lamb Package: python3-hacking Source: python-hacking Version: 0.10.2-4 Architecture: all Maintainer: PKG OpenStack Installed-Size: 115 Depends: pep8 (>= 1.5.7), pyflakes, python3-flake8 (>= 2.2.2), python3-pbr, python3-pep8 (>= 1.5.7), python3-six Homepage: http://github.com/openstack-dev/hacking Priority: optional Section: python Filename: pool/main/p/python-hacking/python3-hacking_0.10.2-4_all.deb Size: 16698 SHA256: b3da1be652bce244b2f805f554519387719fb666e0a789e128d243137e59e820 SHA1: db086cf1cb1ba77632a3692e186617dc9d5f92d1 MD5sum: 9f75bf79cae9a3d146b108df511d9fd4 Description: Flake8 OpenStack Hacking Guidelines Enforcement plugins - Python 3.x Hacking is a set of flake8 plugins that test and enforce the OpenStack Style Commandments. It checks that your code matches the coding style which is mandatory for contributing to OpenStack. . This package provides the Python 3.x module. Package: python3-idna Source: python-idna Version: 2.0-3 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 338 Depends: python3:any (>= 3.3.2-2~) Homepage: https://github.com/kjd/idna Priority: optional Section: python Filename: pool/main/p/python-idna/python3-idna_2.0-3_all.deb Size: 35140 SHA256: 5bb8b5a15984d4a7f44e382d2919895ba61568fcf018f1dfc1d67e492f01c529 SHA1: c2313e4478eb4875cc86f58b70e0f65da785379f MD5sum: 9caaf854341133f31efd3f3f09656f0e Description: Python IDNA2008 (RFC 5891) handling (Python 3) A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as “IDNA2008” and can produce different results from the earlier standard from 2003. . The library is also intended to act as a suitable drop-in replacement for the “encodings.idna” module that comes with the Python standard library but currently only supports the older 2003 specification. . This package contains the module for Python 3. Package: python3-jwt Source: pyjwt Version: 1.4.0-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 116 Depends: python3:any (>= 3.3.2-2~), python3 Recommends: python3-cryptography Suggests: python3-crypto Homepage: https://github.com/jpadilla/pyjwt Priority: optional Section: python Filename: pool/main/p/pyjwt/python3-jwt_1.4.0-1_all.deb Size: 16332 SHA256: 84b8477bcff6139eb997d33d9d49e368de86448ae67871b9bd8e136659d47487 SHA1: 9337c7aba0db66e32acbaca11c3e04e61d272093 MD5sum: c9eb3547ac87ccd33391e01d832937d8 Description: Python 3 implementation of JSON Web Token PyJWT implements the JSON Web Token draft 01, a way of representing signed content using JSON data structures. . Supported algorithms for cryptographic signing: . * HS256 - HMAC using SHA-256 hash algorithm (default) * HS384 - HMAC using SHA-384 hash algorithm * HS512 - HMAC using SHA-512 hash algorithm * RS256 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-256 hash algorithm * RS384 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-384 hash algorithm * RS512 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-512 hash algorithm . Supported reserved claim names: - "exp" (Expiration Time) Claim . This package contains the Python 3 version of the library. Package: python3-msgpack Source: msgpack-python Version: 0.4.2-1 Architecture: amd64 Maintainer: PKG OpenStack Installed-Size: 216 Depends: python3 (>= 3.4~), python3 (<< 3.5), libc6 (>= 2.14) Homepage: http://pypi.python.org/pypi/msgpack-python/ Priority: optional Section: python Filename: pool/main/m/msgpack-python/python3-msgpack_0.4.2-1_amd64.deb Size: 50698 SHA256: e1fc149417b5b6ad3eeeb86660cb866fb92834f282b3361af99ec8530bfd9bb7 SHA1: 62b10d4c3b40e5cd0287fb656d288b735b4b0dfa MD5sum: 1b1334a06e3734548218668c711067c6 Description: Python 3 implementation of MessagePack format MessagePack is a binary-based efficient object serialization format. It enables the exchange of structured objects between many languages like JSON. But unlike JSON, it is very fast and small. . This package contains a Python 3 extension module implementing the MessagePack format. Package: python3-multi-key-dict Source: python-multi-key-dict Version: 2.0.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 68 Depends: python3:any (>= 3.3.2-2~) Homepage: https://github.com/formiaczek/multi_key_dict Priority: optional Section: python Filename: pool/main/p/python-multi-key-dict/python3-multi-key-dict_2.0.3-1_all.deb Size: 9554 SHA256: dcbfad3e28b06d252e7a4d616190fb3901e50b3996f5380e14530bf226e6093d SHA1: 2da699322e88f844cf8dced2fbc7818a1bd76127 MD5sum: 0a8478fd84991936ef48828b3a4ebded Description: Multi key dictionary implementation - Python 3.x Implementation of a multi-key dictionary, i.e.: (key1[,key2, ..]) => value . This dictionary has a similar interface to the standard dictionary, but is extended to support multiple keys referring to the same element. . Multi-key dict provides also extended interface for iterating over items and keys (e.g. by the key type), which might be useful when creating, e.g. dictionaries with index-name key pair allowing to iterate over items using either: names or indexes. It can be useful for many other similar use-cases, and there is no limit to the number of keys used to map to the value. . There are few other useful methods, e.g. to iterate over dictionary (by/using) selected key type, finding other keys mapping to the same value etc. . This package contains the Python 3.x module. Package: python3-netaddr Source: python-netaddr Version: 0.7.12-2 Architecture: all Maintainer: Vincent Bernat Installed-Size: 903 Depends: python3:any (>= 3.3.2-2~), python3, ieee-data Suggests: ipython3, python-netaddr-docs Homepage: https://github.com/drkjam/netaddr/ Priority: optional Section: python Filename: pool/main/p/python-netaddr/python3-netaddr_0.7.12-2_all.deb Size: 177268 SHA256: e67f5313c10e38ff60cbf02bbec98df1830176cc2c460b2417488c87d0af2365 SHA1: 526b4e311e51523fd9c3c2ff3161871e8cebe525 MD5sum: e08665451863c9b8f0d2e17e2d1dddcc Description: manipulation of various common network address notations (Python 3) netaddr is a Python library for the manipulation of various common network address notations and representations. . It takes the hassle out of fiddling with enumerable variations of network addresses presenting a consistent, extensible, easy-to-use and (above all) Pythonic API. . With it you can validate, convert, categorise, iterate, generate, slice (and dice): - MAC (Media Access Control) - IEEE EUI-48 and EUI-64 - IP version 4 - IP version 6 - CIDR (Classless Inter-Domain Routing) . This is the Python 3 version of the package. Package: python3-netifaces Source: netifaces Version: 0.10.4-0.1 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 72 Depends: libc6 (>= 2.4), python3 (>= 3.4~), python3 (<< 3.5) Homepage: http://alastairs-place.net/projects/netifaces/ Priority: optional Section: python Filename: pool/main/n/netifaces/python3-netifaces_0.10.4-0.1_amd64.deb Size: 12680 SHA256: 2169e084e9a6f9a7b14ed847ad907a19e910846649a58143e07d86f6f093bde0 SHA1: a94ee873aa13c970b83326b16f70acb39d405c88 MD5sum: 0492816efc4c0717939763f602c20ecb Description: portable network interface information - Python 3.x netifaces provides a (hopefully portable-ish) way for Python programmers to get access to a list of the network interfaces on the local machine, and to obtain the addresses of those network interfaces. . This package contains the module for Python 3.x. Package: python3-netifaces-dbg Source: netifaces Version: 0.10.4-0.1 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 114 Depends: libc6 (>= 2.4), python3-netifaces (= 0.10.4-0.1), python3-dbg Homepage: http://alastairs-place.net/projects/netifaces/ Priority: extra Section: debug Filename: pool/main/n/netifaces/python3-netifaces-dbg_0.10.4-0.1_amd64.deb Size: 43316 SHA256: 81decdc8c4a15c78db482d0643f8965176c44a9e8d99bdc49f595dacb6bc30be SHA1: 8afa05f3fa57ea9194273e5d9ae1be5c0b49082a MD5sum: 1f6d441513e92c8918931fedfb63f791 Description: portable network interface information - Python 3.x debug extension netifaces provides a (hopefully portable-ish) way for Python programmers to get access to a list of the network interfaces on the local machine, and to obtain the addresses of those network interfaces. . This package contains debug symbols of python3-netifaces. Package: python3-nose Source: nose Version: 1.3.6-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 557 Depends: python3-pkg-resources, python3, python3:any (>= 3.3.2-2~) Suggests: python-nose-doc Homepage: https://nose.readthedocs.org/en/latest/ Priority: optional Section: python Filename: pool/main/n/nose/python3-nose_1.3.6-1_all.deb Size: 117788 SHA256: 9c454b92a363d64797cad3c18562202e62fd4de18ab5768b331b3ae795501b60 SHA1: 229cdb74dad9258831a8e87b0bcc891015b06021 MD5sum: fd7ebd1b7ec3ec5bff28725bf4ee44a5 Description: test discovery and running for Python3 unittest nose provides an alternate test discovery and running process for Python3 unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic Package: python3-oslo-i18n Source: python-oslo.i18n Version: 1.5.0-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 140 Pre-Depends: dpkg (>= 1.15.6~) Depends: python3-babel (>= 1.3), python3-pbr, python3-six (>= 1.9.0), python3:any (>= 3.3.2-2~) Breaks: python3-oslo.i18n (<< 1.3.1-0ubuntu1~) Replaces: python3-oslo.i18n (<< 1.3.1-0ubuntu1~) Homepage: http://launchpad.net/oslo Priority: optional Section: python Filename: pool/main/p/python-oslo.i18n/python3-oslo-i18n_1.5.0-0ubuntu1_all.deb Size: 17870 SHA256: 70c58d775dd686a1d1c2c4aa7f786dc64995a127e0c968edf453aae6f51baa84 SHA1: eb0a2590c174591bfa12446710e785532564e09b MD5sum: 2267c97a403c14276aa437a99d607907 Description: Oslo Internationalization Utilities - Python 3.x The oslo.i18n library contain utilities for working with internationalization (i18n) features, especially translation for text strings in an application or library. . This package contains the Python 3.x module. Original-Maintainer: PKG OpenStack Package: python3-oslo.i18n Source: python-oslo.i18n Version: 1.5.0-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 26 Depends: python3-oslo-i18n Homepage: http://launchpad.net/oslo Priority: optional Section: oldlibs Filename: pool/main/p/python-oslo.i18n/python3-oslo.i18n_1.5.0-0ubuntu1_all.deb Size: 2392 SHA256: c29ea354a6bbbba61cef6bf4ad524b783c1434fbee472471bc87ace41419219f SHA1: b4ba1df9fe5ec450842ce8f10de26f3292d0b390 MD5sum: 1c315d0bdc78d9841607d581d9affcc0 Description: transitional dummy package for python3-oslo.i18n This transtional package is safe to remove. Original-Maintainer: PKG OpenStack Package: python3-pbr Source: python-pbr Version: 1.8.0-4ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 179 Depends: python3-six (>= 1.9.0), python3:any (>= 3.3.2-2~), python3, python3-pip Homepage: http://pypi.python.org/pypi/pbr Priority: optional Section: python Filename: pool/main/p/python-pbr/python3-pbr_1.8.0-4ubuntu1_all.deb Size: 33892 SHA256: 21f8ef3e1c39101b34da12beb4fcaeb8180d9811c66f4425bbd75196cfa25765 SHA1: 9598fa2891ca844b8e176d179d25af6decee168c MD5sum: 10ed0e588c554206006a60ff243ec33c Description: inject useful and sensible default behaviors into setuptools - Python 3.x PBR (Python Build Reasonableness) is a library that injects some useful and sensible default behaviors into your setuptools run. PBR can: * Manage version number based on git revisions and tags (Version file). * Generate AUTHORS file from git log * Generate ChangeLog from git log * Generate Sphinx autodoc stub files for your whole module * Store your dependencies in a pip requirements file * Use your README file as a long_description * Smartly find packages under your root package . PBR is only mildly configurable. The basic idea is that there's a decent way to run things and if you do, you should reap the rewards, because then it's simple and repeatable. If you want to do things differently, cool! But you've already got the power of Python at your fingertips, so you don't really need PBR. . PBR builds on top of `d2to1` to provide for declarative configuration. It then filters the `setup.cfg` data through a setup hook to fill in default values and provide more sensible behaviors. . This package provides support for Python 3.x. Original-Maintainer: PKG OpenStack Package: python3-pep8 Source: pep8 Version: 1.5.7-2 Architecture: all Maintainer: David Watson Installed-Size: 137 Depends: python3:any (>= 3.3.2-2~), python3-setuptools Homepage: http://pypi.python.org/pypi/pep8 Priority: optional Section: python Filename: pool/main/p/pep8/python3-pep8_1.5.7-2_all.deb Size: 27014 SHA256: 5c377ab9ef78312cbbb16daaa0db8aa09e7af5f6c6e5e2aea820054dcb8c2a7b SHA1: 86e56044e16e991e4e1a0fb09ee5f4d99bfb17a0 MD5sum: 8cdf71715a003bc3116ef618800d5cac Description: Python PEP 8 code style checker - python3 Features a plugin architecture allowing for adding new checks is easily. Parseable output listing line numbers of the error location. Consists of just one Python file, and requires only stdlib. . Python 3 version. Package: python3-pkg-resources Source: python-setuptools Version: 18.3.1-2 Architecture: all Maintainer: Matthias Klose Installed-Size: 241 Depends: python3:any (>= 3.3.2-2~) Suggests: python3-setuptools Homepage: https://pypi.python.org/pypi/setuptools Priority: optional Section: python Filename: pool/main/p/python-setuptools/python3-pkg-resources_18.3.1-2_all.deb Size: 69908 SHA256: 8207bdf479663798bf2b7557d4c8751a6340f8aafb43ad81d8bc1abae738a288 SHA1: 22b9a940d957774874de32788f52210e66456f39 MD5sum: 1c960f1c4ab09691aef138649ae986b3 Description: Package Discovery and Resource Access using pkg_resources The pkg_resources module provides an API for Python libraries to access their resource files, and for extensible applications and frameworks to automatically discover plugins. It also provides runtime support for using C extensions that are inside zipfile-format eggs, support for merging packages that have separately-distributed modules or subpackages, and APIs for managing Python's current "working set" of active packages. Package: python3-pretend Source: python-pretend Version: 1.0.8-2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 55 Depends: python3:any (>= 3.3.2-2~) Homepage: https://github.com/alex/pretend Priority: optional Section: python Filename: pool/main/p/python-pretend/python3-pretend_1.0.8-2_all.deb Size: 6066 SHA256: 1c871224b9fd67598cc0858591b30f69a9aab64f7aac40f08b585d1595968b56 SHA1: 361e9d1fb4e895f2eb406a66f11f01e05f1f44e1 MD5sum: 61b9e1fdc8d6b09108f82759887f2530 Description: Python library for stubbing (Python 3) Pretend is a library to make stubbing with Python easier. . Stubbing is a technique for writing tests. You may hear the term mixed up with mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned responses, rather than doing any computation. Package: python3-pyasn1 Source: pyasn1 Version: 0.1.8-2 Architecture: all Maintainer: Jan Lübbe Installed-Size: 226 Depends: python3:any (>= 3.3.2-2~) Suggests: doc-base Homepage: http://pyasn1.sourceforge.net/ Priority: optional Section: python Filename: pool/main/p/pyasn1/python3-pyasn1_0.1.8-2_all.deb Size: 35278 SHA256: d918b0cfc14608eb77339e3baafcac5999d108d4e010d71094f9d60bc85be02e SHA1: 13e4b160d040ab68fddc87b27431f8b01879f4a7 MD5sum: ce04d641ce4fbcee94c23ecadbf3bff7 Description: ASN.1 library for Python (Python 3 module) This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. . This package contains the Python 3 module. Package: python3-requests Source: requests Version: 2.9.1-3 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 926 Depends: python3-urllib3 (>= 1.13.1), python3:any (>= 3.3.2-2~), ca-certificates, python3-chardet, python3-urllib3 (<< 1.13.2) Suggests: python3-ndg-httpsclient, python3-openssl, python3-pyasn1 Homepage: http://python-requests.org Priority: optional Section: python Filename: pool/main/r/requests/python3-requests_2.9.1-3_all.deb Size: 202726 SHA256: defa13da42afee78cd5b97d35ccc774e39dbb9e99d0154799745d617b729ea95 SHA1: 006e6071ce1bf627b27b674b100774177fbe7925 MD5sum: 24ad9b4bd2d33bd1e0e7c20e46e90673 Description: elegant and simple HTTP library for Python3, built for human beings Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . Features . - International Domains and URLs - Keep-Alive & Connection Pooling - Sessions with Cookie Persistence - Browser-style SSL Verification - Basic/Digest Authentication - Elegant Key/Value Cookies - Automatic Decompression - Unicode Response Bodies - Multipart File Uploads - Connection Timeouts . This package contains the Python 3 version of the library. Package: python3-requests-mock Source: python-requests-mock Version: 0.7.0-0ubuntu1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 131 Pre-Depends: dpkg (>= 1.15.6~) Depends: python3-requests (>= 1.1), python3-six, python3:any (>= 3.3.2-2~) Homepage: https://github.com/jamielennox/requests-mock Priority: optional Section: python Filename: pool/main/p/python-requests-mock/python3-requests-mock_0.7.0-0ubuntu1_all.deb Size: 16054 SHA256: 10c4fa12d4a7e84b9b129633b6c9d851c7f19cebe0ec319b6a2e627423264fc8 SHA1: 7a22ae55c54c0d3f4dc44075ceadbdfff0d0d0d4 MD5sum: 22ef6df2215f153d850f9d4711e6068c Description: mock out responses from the requests package - Python 3.x requests-mock provides a building block to stub out the HTTP requests_ portions of your testing code. Everything in requests_ eventually goes through an adapter to do the transport work. requests-mock creates a custom adatper that allows you to predefine responses when certain URIs are called. There are then a number of methods provided to get the adapter used. . This package contains the Python 3.x module. Package: python3-requestsexceptions Source: python-requestsexceptions Version: 1.1.2-0ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 50 Depends: python3-pbr (>= 0.11), python3-urllib3 (>= 1.13), python3:any (>= 3.3.2-2~) Homepage: http://www.openstack.org/ Priority: optional Section: python Filename: pool/main/p/python-requestsexceptions/python3-requestsexceptions_1.1.2-0ubuntu1_all.deb Size: 3646 SHA256: e5ea1f323ee6ec20f9970387294d6039b29f4f5e0e1766503ade31ccc55693cb SHA1: f8b508c5173aacec017359e404d1b3123b6951dd MD5sum: 0655703e671fd4c26ec6bb940e7bc8a2 Description: import exceptions from bundled packages in requests. - Python 3.x The Python requests library bundles the urllib3 library, however, some software distributions (like Debian) modify requests to remove the bundled library. This makes some operations, such as supressing the "insecure platform warning" messages that urllib emits difficult. This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled. . This package contains the Python 3.x module. Original-Maintainer: PKG OpenStack Package: python3-setuptools Source: python-setuptools Version: 18.3.1-2 Architecture: all Maintainer: Matthias Klose Installed-Size: 443 Depends: python3-pkg-resources (= 18.3.1-2), python3, python3:any (>= 3.3.2-2~) Suggests: python-setuptools-doc Homepage: https://pypi.python.org/pypi/setuptools Priority: optional Section: python Filename: pool/main/p/python-setuptools/python3-setuptools_18.3.1-2_all.deb Size: 118706 SHA256: a9e1421f570674fe281b8f835dd975ebd08917ac1ef9d42c23a1a783f8a2db5f SHA1: 46b6e4e9b8399f3d964d8ef29043fd2d7e3118f5 MD5sum: c3081f900b721b9a6ff02d4c69a73a6b Description: Python3 Distutils Enhancements Extensions to the python-distutils for large or complex distributions. Package: python3-six Source: six Version: 1.10.0-3 Architecture: all Maintainer: Colin Watson Installed-Size: 83 Depends: python3:any (>= 3.4~) Multi-Arch: foreign Homepage: https://pythonhosted.org/six/ Priority: optional Section: python Filename: pool/main/s/six/python3-six_1.10.0-3_all.deb Size: 11472 SHA256: ba6b8b15d9d878b91c3e99e9fe0356d0a636aa5f9065968c61c9d76d7b75ca73 SHA1: ab2be79dd5c3ab2261b6b12e41f583346cf9b763 MD5sum: 7c884355189bf39d5e8e0f1f699833dd Description: Python 2 and 3 compatibility library (Python 3 interface) Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. . This package provides Six on the Python 3 module path. It is complemented by python-six and pypy-six. Package: python3-urllib3 Source: python-urllib3 Version: 1.13.1-2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 284 Depends: python3:any (>= 3.3.2-2~), python3-six Recommends: ca-certificates Suggests: python3-ndg-httpsclient, python3-openssl, python3-pyasn1 Homepage: http://urllib3.readthedocs.org Priority: optional Section: python Filename: pool/main/p/python-urllib3/python3-urllib3_1.13.1-2_all.deb Size: 66576 SHA256: 5d3ae14e39e35a2fb79607c8b11bdb917562c33b66818b82c08db8d6c4ffb330 SHA1: 57c7bc2a0fdbfb9d0b4351c46855cd835909d6b2 MD5sum: fbbd7222cd8f10883ed0fdd783f99307 Description: HTTP library with thread-safe connection pooling for Python3 urllib3 supports features left out of urllib and urllib2 libraries. . - Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). - File posting (encode_multipart_formdata). - Built-in redirection and retries (optional). - Supports gzip and deflate decoding. - Thread-safe and sanity-safe. - Small and easy to understand codebase perfect for extending and building upon. . This package contains the Python 3 version of the library. Package: python3-websocket Source: websocket-client Version: 0.32.0-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 475 Depends: python3-six, python3:any (>= 3.3.2-2~), python3 Homepage: https://github.com/liris/websocket-client Priority: optional Section: python Filename: pool/main/w/websocket-client/python3-websocket_0.32.0-1_all.deb Size: 171888 SHA256: d142b561f9dae3db9a8110ba96465382d66abf23cc403756fd7b9ab5110a0eb1 SHA1: 3915993dd02db153641b7701bea3405a908c9f1a MD5sum: 5e27c8c6808dfb7c0cb7729ddf65bda8 Description: WebSocket client library for Python websocket-client provides a low-level, synchronous API providing WebSocket client functionality to Python programs. It conforms to the WebSocket specification as standardized by the IETF in RFC 6455. . WebSocket is a protocol providing full-duplex communication channels over TCP, mostly used in Web browsers. . This is the Python 3 version. Package: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 448 Depends: qemu-system (>= 1:2.4+dfsg-4ubuntu2), qemu-user (>= 1:2.4+dfsg-4ubuntu2), qemu-utils (>= 1:2.4+dfsg-4ubuntu2) Suggests: qemu-user-static Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu_2.4+dfsg-4ubuntu2_amd64.deb Size: 127446 SHA256: cb06d119e86a0e4f5283c40b6baf3cf2ce3be2f619ed595dcc9fde2fc22f85a7 SHA1: 23bb4c4b14fd06459cf8875d50529ff04735460c MD5sum: f262df3d2447f2e025b4120460cc4d23 Description: fast processor emulator QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. QEMU has two operating modes: . * User mode emulation: QEMU can launch Linux processes compiled for one CPU on another CPU. * Full system emulation: QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. . As QEMU requires no host kernel patches to run, it is very safe and easy to use. . This package is a metapackage depending on all qemu-related packages. Original-Maintainer: Debian QEMU Team Package: qemu-block-extra Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 152 Depends: libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.3), libglib2.0-0 (>= 2.24.0), librados2, librbd1, zlib1g (>= 1:1.1.4) Enhances: qemu-system-arm, qemu-system-mips, qemu-system-misc, qemu-system-sparc, qemu-system-x86, qemu-utils Multi-Arch: same Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-block-extra_2.4+dfsg-4ubuntu2_amd64.deb Size: 67974 SHA256: c17c0baeecfa74452904b5abaf9f1f1fa4d1f1b92d3a76664ce084577f24c298 SHA1: 5a1f3a16e421f656a8fe379029497f768c927b25 MD5sum: c352793fe768ff442ef5fff3c97e3ece Description: extra block backend modules for qemu-system and qemu-utils QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides extra block device backend modules for qemu-system emulation and qemu-img from qemu-utils package, which are rarely used and has extra dependencies. Original-Maintainer: Debian QEMU Team Package: qemu-guest-agent Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 600 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.16.0) Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-guest-agent_2.4+dfsg-4ubuntu2_amd64.deb Size: 177098 SHA256: 8daab8861bca701b9a1060ad84f5653af8f27ecc2449f5088a6692ea79fc275d SHA1: 23856f787a32de2df6688674fdadb276b516c120 MD5sum: 3e4cbd8edee6bb641ff98bc03277943d Description: Guest-side qemu-system agent QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides a daemon (agent) to run inside qemu-system guests (full system emulation). It communicates with the host using a virtio-serial channel org.qemu.guest_agent.0, and allows one to perform some functions in the guest from the host, including: - querying and setting guest system time - performing guest filesystem sync operation - initiating guest shutdown or suspend to ram - accessing guest files - freezing/thawing guest filesystem operations - others. . Install this package on a system which is running as guest inside qemu virtual machine. It is not used on the host. Original-Maintainer: Debian QEMU Team Package: qemu-kvm Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 98 Depends: qemu-system-x86 (= 1:2.4+dfsg-4ubuntu2) Conflicts: kvm, qemu-kvm-spice Breaks: qemu-system-x86 (<< 1.7.0+dfsg-2~) Replaces: qemu-kvm-spice, qemu-system-x86 (<< 1.7.0+dfsg-2~) Provides: kvm, qemu-kvm-spice Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-kvm_2.4+dfsg-4ubuntu2_amd64.deb Size: 55248 SHA256: 83ea3b65ee41fd8442230ac9d15cb67ca4f096c7beac0772a044bc7184ae1747 SHA1: 84cf1b7863c655a6033426004fd1987fa7f4ee8b MD5sum: 0f784100147ca542ee88352e314f278f Description: QEMU Full virtualization QEMU is a fast processor emulator. This package depends on the appropriate qemu-system-$arch to enable KVM to be run. It also includes a script /usr/bin/kvm which runs the appropriate qemu-system-$arch in kvm mode. . Please note that old qemu-kvm configuration files (in /etc/kvm/) are no longer used. Original-Maintainer: Debian QEMU Team Package: qemu-system Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 83 Depends: qemu-system-arm (>= 1:2.4+dfsg-4ubuntu2), qemu-system-mips (>= 1:2.4+dfsg-4ubuntu2), qemu-system-ppc (>= 1:2.4+dfsg-4ubuntu2), qemu-system-sparc (>= 1:2.4+dfsg-4ubuntu2), qemu-system-x86 (>= 1:2.4+dfsg-4ubuntu2), qemu-system-misc (>= 1:2.4+dfsg-4ubuntu2) Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-system_2.4+dfsg-4ubuntu2_amd64.deb Size: 54262 SHA256: b541407cd21a37a74d0df740be30137a59e981d7f4e78e3b906ad88e469d4fda SHA1: 110942dc126b5df764402440d74b93e9aab0015e MD5sum: 43f37479aa46342cd009e04f4b22d82b Description: QEMU full system emulation binaries QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This metapackage provides the full system emulation binaries for all supported targets, by depending on all per-architecture system emulation packages which QEMU supports. Original-Maintainer: Debian QEMU Team Package: qemu-system-arm Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 15347 Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.16), libbluetooth3 (>= 4.91), libbrlapi0.6, libc6 (>= 2.15), libfdt1, libgcc1 (>= 1:4.7), libgcrypt11 (>= 1.5.1), libglib2.0-0 (>= 2.31.8), libgnutls26 (>= 2.12.17-0), libjpeg8 (>= 8c), libncurses5 (>= 5.5-5~), libnspr4 (>= 2:4.9-2~) | libnspr4-0d (>= 1.8.0.10), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~beta3), libnuma1, libpixman-1-0 (>= 0.19.6), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 1:0.99.1), libsasl2-2 (>= 2.1.24), libsdl1.2debian (>= 1.2.11), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.4), libstdc++6 (>= 4.6), libtinfo5, libusb-1.0-0 (>= 2:1.0.16), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libx11-6, libxen-4.4 (>= 4.4.2), libxenstore3.0 (>= 3.2.0), zlib1g (>= 1:1.2.0), qemu-system-common (>> 2.0.0+dfsg-7~) Recommends: qemu-utils, ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~) Suggests: samba, vde2, qemu-block-extra (= 1:2.4+dfsg-4ubuntu2) Breaks: kvm (<< 1.3.0+dfsg-5), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5), qemu-system-aarch64 (<< 2.0.0~rc1+dfsg-0ubuntu1) Replaces: kvm (<< 1.3.0+dfsg-5), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5), qemu-system-aarch64 (<< 2.0.0~rc1+dfsg-0ubuntu1) Provides: qemu-system-aarch64 Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-system-arm_2.4+dfsg-4ubuntu2_amd64.deb Size: 2639708 SHA256: 80f4f0b5a43b274de7547dd757f0e4e8fa1c96323075811ff2aa684629eac079 SHA1: 563700669e5ead9d5ec5394a6ce5dff2a954ee81 MD5sum: fe2321daffcb0dfac3aae9d266ec9209 Description: QEMU full system emulation binaries (arm) QEMU is a fast processor emulator: currently the package supports ARM emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following arm hardware: aarch64 arm. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Original-Maintainer: Debian QEMU Team Package: qemu-system-common Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 895 Pre-Depends: adduser Depends: sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), libc6 (>= 2.14), libcap-ng0, libcap2 (>= 2.10), libglib2.0-0 (>= 2.16.0), qemu-block-extra (= 1:2.4+dfsg-4ubuntu2), acl Breaks: iproute (<< 20110315-1), qemu-common, qemu-keymaps, qemu-system (<< 1.3.0+dfsg-5), qemu-system-ppc (<< 1:2.3+dfsg-4ubuntu1), qemu-system-x86 (<< 1:2.3+dfsg-4ubuntu1), qemu-utils (<< 1.3.0+dfsg-4) Replaces: qemu (<< 1.3.0+dfsg-5), qemu-common, qemu-keymaps, qemu-system (<< 1.3.0+dfsg-5), qemu-system-ppc (<< 1:2.3+dfsg-4ubuntu1), qemu-system-x86 (<< 1:2.3+dfsg-4ubuntu1), qemu-utils (<< 1.3.0+dfsg-4) Provides: qemu-keymaps Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-system-common_2.4+dfsg-4ubuntu2_amd64.deb Size: 320320 SHA256: 835a051dc92bf63bde03d75dc24f26ef38d495aed8d7a7ab81976d907909cab8 SHA1: e8469c8350d68be43b7370e9fd19a71e35fa9b14 MD5sum: fb798960a5e6ce37055019d2091b9908 Description: QEMU full system emulation binaries (common files) QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides common files needed for target-specific full system emulation (qemu-system-*) packages. Original-Maintainer: Debian QEMU Team Package: qemu-system-mips Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 28270 Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.16), libbluetooth3 (>= 4.91), libbrlapi0.6, libc6 (>= 2.15), libfdt1, libgcc1 (>= 1:4.1.1), libgcrypt11 (>= 1.5.1), libglib2.0-0 (>= 2.31.8), libgnutls26 (>= 2.12.17-0), libjpeg8 (>= 8c), libncurses5 (>= 5.5-5~), libnspr4 (>= 2:4.9-2~) | libnspr4-0d (>= 1.8.0.10), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~beta3), libnuma1, libpixman-1-0 (>= 0.19.6), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 1:0.99.1), libsasl2-2 (>= 2.1.24), libsdl1.2debian (>= 1.2.11), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.4), libtinfo5, libusb-1.0-0 (>= 2:1.0.16), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libx11-6, libxen-4.4 (>= 4.4.2), libxenstore3.0 (>= 3.2.0), zlib1g (>= 1:1.2.0), qemu-system-common (>> 2.0.0+dfsg-7~) Recommends: qemu-utils, seabios, ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~) Suggests: samba, vde2, qemu-block-extra (= 1:2.4+dfsg-4ubuntu2) Breaks: qemu-system (<< 1.3.0+dfsg-5) Replaces: qemu-system (<< 1.3.0+dfsg-5) Provides: qemu-system-mips64, qemu-system-mips64el, qemu-system-mipsel Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-system-mips_2.4+dfsg-4ubuntu2_amd64.deb Size: 3535874 SHA256: a05acd73f07deea53d0fffca61a75d95fc6e60de13937126563b2e6243fd7eb0 SHA1: 38addb7a93dd56a53034ccca01e9e11d4b597562 MD5sum: 4c018c596721641c786789eccc2a4997 Description: QEMU full system emulation binaries (mips) QEMU is a fast processor emulator: currently the package supports MIPS emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following mips hardware: mips mipsel mips64 mips64el. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Original-Maintainer: Debian QEMU Team Package: qemu-system-misc Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 63917 Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.16), libbluetooth3 (>= 4.91), libbrlapi0.6, libc6 (>= 2.15), libfdt1, libgcc1 (>= 1:4.7), libgcrypt11 (>= 1.5.1), libglib2.0-0 (>= 2.31.8), libgnutls26 (>= 2.12.17-0), libjpeg8 (>= 8c), libncurses5 (>= 5.5-5~), libnspr4 (>= 2:4.9-2~) | libnspr4-0d (>= 1.8.0.10), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~beta3), libnuma1, libpixman-1-0 (>= 0.19.6), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 1:0.99.1), libsasl2-2 (>= 2.1.24), libsdl1.2debian (>= 1.2.11), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.4), libtinfo5, libusb-1.0-0 (>= 2:1.0.16), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libx11-6, libxen-4.4 (>= 4.4.2), libxenstore3.0 (>= 3.2.0), zlib1g (>= 1:1.2.0), qemu-system-common (>> 2.0.0+dfsg-7~) Recommends: qemu-utils, seabios, ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~) Suggests: samba, vde2, qemu-block-extra (= 1:2.4+dfsg-4ubuntu2) Breaks: qemu-system (<< 1.3.0+dfsg-5) Replaces: qemu-system (<< 1.3.0+dfsg-5) Provides: qemu-system-alpha, qemu-system-cris, qemu-system-lm32, qemu-system-m68k, qemu-system-microblaze, qemu-system-microblazeel, qemu-system-moxie, qemu-system-or32, qemu-system-s390x, qemu-system-sh4, qemu-system-sh4eb, qemu-system-tricore, qemu-system-unicore32, qemu-system-xtensa, qemu-system-xtensaeb Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-system-misc_2.4+dfsg-4ubuntu2_amd64.deb Size: 6344116 SHA256: 991f072661f44f3dad0e44063010fd14a96b497c4d67e668cf3d75523a002060 SHA1: 2c5d13a8795231200b5061ea3da01ac9f74e5362 MD5sum: 25790c96418e268c99022efe6c4a3170 Description: QEMU full system emulation binaries (miscelaneous) QEMU is a fast processor emulator: currently the package supports ARM, CRIS, M68k (ColdFire), MicroBlaze, and SH4 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate various other hardware which did not made into separate packages. Emulators for the following architectures are provided: alpha cris lm32 m68k microblaze microblazeel moxie or32 sh4 sh4eb s390x tricore xtensa xtensaeb unicore32. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Original-Maintainer: Debian QEMU Team Package: qemu-system-ppc Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 22991 Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.16), libbluetooth3 (>= 4.91), libbrlapi0.6, libc6 (>= 2.15), libfdt1, libgcc1 (>= 1:4.1.1), libgcrypt11 (>= 1.5.1), libglib2.0-0 (>= 2.31.8), libgnutls26 (>= 2.12.17-0), libjpeg8 (>= 8c), libncurses5 (>= 5.5-5~), libnspr4 (>= 2:4.9-2~) | libnspr4-0d (>= 1.8.0.10), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~beta3), libnuma1, libpixman-1-0 (>= 0.19.6), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 1:0.99.1), libsasl2-2 (>= 2.1.24), libsdl1.2debian (>= 1.2.11), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.4), libtinfo5, libusb-1.0-0 (>= 2:1.0.16), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libx11-6, libxen-4.4 (>= 4.4.2), libxenstore3.0 (>= 3.2.0), zlib1g (>= 1:1.2.0), qemu-system-common (>> 2.0.0+dfsg-7~), qemu-slof Recommends: qemu-utils, seabios, ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~) Suggests: samba, vde2, qemu-block-extra (= 1:2.4+dfsg-4ubuntu2), openbios-ppc (>= 1.1+svn1229), openhackware Breaks: kvm (<< 1.3.0+dfsg-5), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5) Replaces: kvm (<< 1.3.0+dfsg-5), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5) Provides: qemu-system-ppc64, qemu-system-ppcemb Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-system-ppc_2.4+dfsg-4ubuntu2_amd64.deb Size: 3321550 SHA256: c9708d6989d75904b6001f177c6dcb7b1996d966369fc0e14393590999e87b3b SHA1: d728bd5aaaa729c26956845e3340fd279b23c7d0 MD5sum: 314f41aa3702bafb30f2c509d45aaad2 Description: QEMU full system emulation binaries (ppc) QEMU is a fast processor emulator: currently the package supports PowerPC emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following PowerPC hardware: ppc ppcemb ppc64. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Original-Maintainer: Debian QEMU Team Package: qemu-system-sparc Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 10115 Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.16), libbluetooth3 (>= 4.91), libbrlapi0.6, libc6 (>= 2.15), libfdt1, libgcc1 (>= 1:4.1.1), libgcrypt11 (>= 1.5.1), libglib2.0-0 (>= 2.31.8), libgnutls26 (>= 2.12.17-0), libjpeg8 (>= 8c), libncurses5 (>= 5.5-5~), libnspr4 (>= 2:4.9-2~) | libnspr4-0d (>= 1.8.0.10), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~beta3), libnuma1, libpixman-1-0 (>= 0.19.6), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 1:0.99.1), libsasl2-2 (>= 2.1.24), libsdl1.2debian (>= 1.2.11), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.4), libtinfo5, libusb-1.0-0 (>= 2:1.0.16), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libx11-6, libxen-4.4 (>= 4.4.2), libxenstore3.0 (>= 3.2.0), zlib1g (>= 1:1.2.0), qemu-system-common (>> 2.0.0+dfsg-7~) Recommends: qemu-utils, seabios, ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~) Suggests: samba, vde2, qemu-block-extra (= 1:2.4+dfsg-4ubuntu2) Breaks: kvm (<< 1.3.0+dfsg-5), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5) Replaces: kvm (<< 1.3.0+dfsg-5), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5) Provides: qemu-system-sparc64 Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-system-sparc_2.4+dfsg-4ubuntu2_amd64.deb Size: 1989382 SHA256: 4eb14e3145c01be1e7abdc73511041acc4d58ffaefe052bc09fe1c0f6ce67913 SHA1: 1681037e8ed88b357c3f1b241973a516f16bd197 MD5sum: 6b5f0d6b11de8d2ef64f0606512b3273 Description: QEMU full system emulation binaries (sparc) QEMU is a fast processor emulator: currently the package supports SPARC emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following sparc hardware: sparc sparc64. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Original-Maintainer: Debian QEMU Team Package: qemu-system-x86 Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 14345 Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.16), libbluetooth3 (>= 4.91), libbrlapi0.6, libc6 (>= 2.15), libfdt1, libgcc1 (>= 1:4.1.1), libgcrypt11 (>= 1.5.1), libglib2.0-0 (>= 2.31.8), libgnutls26 (>= 2.12.17-0), libjpeg8 (>= 8c), libncurses5 (>= 5.5-5~), libnspr4 (>= 2:4.9-2~) | libnspr4-0d (>= 1.8.0.10), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~beta3), libnuma1, libpixman-1-0 (>= 0.19.6), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 1:0.99.1), libsasl2-2 (>= 2.1.24), libsdl1.2debian (>= 1.2.11), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.4), libtinfo5, libusb-1.0-0 (>= 2:1.0.16), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libx11-6, libxen-4.4 (>= 4.4.2), libxenstore3.0 (>= 4.1.0~rc6), zlib1g (>= 1:1.2.0), qemu-system-common (>> 2.0.0+dfsg-7~), seabios (>= 1.7.5~), ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~) Recommends: qemu-utils, cpu-checker Suggests: samba, vde2, qemu-block-extra (= 1:2.4+dfsg-4ubuntu2), kmod, sgabios, ovmf Conflicts: kvm (<< 1.3.0+dfsg-5) Breaks: kvm (<< 1.3.0+dfsg-5), libvirt0 (<< 1.2), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5) Replaces: kvm (<< 1.3.0+dfsg-5), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5) Provides: qemu-system-i386, qemu-system-x86-64 Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-system-x86_2.4+dfsg-4ubuntu2_amd64.deb Size: 2451616 SHA256: 6636d1dd2ac56b8bc3888126fe6e5d7bc530df3d44b681cb3cf0f605012dc0d4 SHA1: f190aed0b9fb4c115804d67c65aace755598664a MD5sum: ffa5680c00c9a15ab91f3b849c13c4a7 Description: QEMU full system emulation binaries (x86) QEMU is a fast processor emulator: currently the package supports i386 and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following x86 hardware: i386 x86_64. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. . On x86 host hardware this package also enables KVM kernel virtual machine usage on systems which supports it. Original-Maintainer: Debian QEMU Team Package: qemu-user Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 53790 Depends: libc6 (>= 2.16), libgcc1 (>= 1:4.7), libglib2.0-0 (>= 2.24.0), libstdc++6 (>= 4.6), zlib1g (>= 1:1.1.4) Recommends: qemu-user-binfmt Suggests: sudo Breaks: qemu-kvm (<< 1.2.0.dfsg-1) Replaces: qemu-kvm (<< 1.2.0.dfsg-1) Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-user_2.4+dfsg-4ubuntu2_amd64.deb Size: 6699198 SHA256: adbc76351167a5201e6364febb2c42a453aba1dbc0430f9732ec57cb6a3e9a41 SHA1: 429228bb0e3430f02577e02cbd3e0335f93874a3 MD5sum: 6d5008adb6ed88eb6121b893b755946c Description: QEMU user mode emulation binaries QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the user mode emulation binaries. In this mode QEMU can launch Linux processes compiled for one CPU on another CPU. . If qemu-user-binfmt package is also installed, it will register binary format handlers from this qemu-user package with the kernel so it will be possible to run foreign binaries directly. However, this might not be suitable for using inside foreign chroots, in which case it is possible to use qemu-user-static package instead of qemu-user-binmft, -- qemu-user-static will register statically linked binfmt handlers instead. Original-Maintainer: Debian QEMU Team Package: qemu-user-binfmt Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 33 Depends: qemu-user (= 1:2.4+dfsg-4ubuntu2), binfmt-support Conflicts: qemu-user-static Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-user-binfmt_2.4+dfsg-4ubuntu2_amd64.deb Size: 2614 SHA256: 22c706e31808f0a27cd6b29577c4ebb6a3ecc40f28f5dcf9fca6b41e50c0af7d SHA1: 760072daf1b133b72c0390a92e579ac94cafcfe7 MD5sum: ca87406279a9c5668613085df97714f0 Description: QEMU user mode binfmt registration for qemu-user QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides binfmt support registration for the user mode emulation binaries from qemu-user. This is an empty package, it does not contain any additional files, only registration scripts which run at install and remove times. Original-Maintainer: Debian QEMU Team Package: qemu-user-static Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 82688 Recommends: binfmt-support Suggests: sudo Conflicts: qemu-user-binfmt Provides: qemu-user-binfmt Built-Using: eglibc (= 2.19-0ubuntu6.6), gcc-4.8 (= 4.8.4-2ubuntu1~14.04), gccgo-4.9 (= 4.9.3-0ubuntu4), glib2.0 (= 2.40.2-0ubuntu1), zlib (= 1:1.2.8.dfsg-1ubuntu1) Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-user-static_2.4+dfsg-4ubuntu2_amd64.deb Size: 7234428 SHA256: 3bd40e0220002234c8277491a262d4a78154aa1d47415ddbe8c95a1945e350d0 SHA1: ea41624eed8385a41eb9c36436f40402f3e707db MD5sum: d8dab2df288cc04b845b5df33a281e8c Description: QEMU user mode emulation binaries (static version) QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the user mode emulation binaries, built statically. In this mode QEMU can launch Linux processes compiled for one CPU on another CPU. . If binfmt-support package is installed, qemu-user-static package will register binary formats which the provided emulators can handle, so that it will be possible to run foreign binaries directly. Original-Maintainer: Debian QEMU Team Package: qemu-utils Source: qemu Version: 1:2.4+dfsg-4ubuntu2 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 3413 Depends: libaio1 (>= 0.3.93), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgcrypt11 (>= 1.4.5), libglib2.0-0 (>= 2.24.0), libgnutls26 (>= 2.12.17-0), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4), qemu-block-extra (= 1:2.4+dfsg-4ubuntu2) Recommends: sharutils Suggests: debootstrap Conflicts: qemu-kvm (<< 1.2.0.dfsg-1), qemu-user (<< 0.11.1-2) Replaces: qemu-kvm (<< 1.2.0.dfsg-1), qemu-user (<< 0.11.1-2) Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-utils_2.4+dfsg-4ubuntu2_amd64.deb Size: 569386 SHA256: a9d07e9ff7db978a9505a9cf7a1ee1e625ed6b93e439b5d1cb8488d8aad98e19 SHA1: 1b880a1ef21c0131616a66b9a021a2af6b40329b MD5sum: d4744a1d5404ae0566339d166681b891 Description: QEMU utilities QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides QEMU related utilities: * qemu-img: QEMU disk image utility * qemu-io: QEMU disk exerciser * qemu-nbd: QEMU disk network block device server Original-Maintainer: Debian QEMU Team Package: seabios Version: 1.7.5-1ubuntu1 Architecture: all Maintainer: Debian QEMU Team Installed-Size: 629 Breaks: qemu-kvm (<< 0.14.0), qemu-system (<< 0.14.0) Multi-Arch: foreign Homepage: http://www.seabios.org Priority: extra Section: misc Filename: pool/main/s/seabios/seabios_1.7.5-1ubuntu1_all.deb Size: 111902 SHA256: 8a65f1930af8352f6f56cda67993e91b994f92138aef369a6c0098f39669b8fb SHA1: cf4a8577b62f8f174b808ee32a2f2db5a4da9248 MD5sum: d16d27d6a336b5577a2ad74fd87d3174 Description: Legacy BIOS implementation SeaBIOS is a legacy BIOS implementation, aimed at supporting not only emulated hosts such as QEMU, but also real hardware. . Note, however, that SeaBIOS does not handle early initialization of core chipsets, so don't even think of flashing it to your board (look at Coreboot for that). Package: vhd-util Version: 4.4.0-0ubuntu3 Architecture: amd64 Maintainer: Mateusz Matuszkowiak Installed-Size: 399 Depends: libc6 (>= 2.14), libuuid1 (>= 2.16) Priority: optional Section: devel Filename: pool/main/v/vhd-util/vhd-util_4.4.0-0ubuntu3_amd64.deb Size: 71696 SHA256: 93f3552d418d419dbed07781172cbaa79fd591c5b66af5fff585011d0ad5f19e SHA1: 7d065a13773bd3dfaecbabdf71bcc3ee3c431def MD5sum: 5f78105eb8cda7b0dea7b37397464b78 Description: vhd-util patched to create vhd files vhd-util patched to create vhd files Package: vim-puppet Source: puppet Version: 3.8.4-1ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 98 Recommends: vim-addon-manager Breaks: puppet (<< 0.25.4-1) Replaces: puppet (<< 0.25.4-1) Homepage: http://projects.puppetlabs.com/projects/puppet Priority: optional Section: admin Filename: pool/main/p/puppet/vim-puppet_3.8.4-1ubuntu1_all.deb Size: 26962 SHA256: 94d91564802f839d0ab9c335c48a110284c68242ba2a8956f5e1b5799b7d37c5 SHA1: f0dfe383e014893b3dfed69464915775ea3cc651 MD5sum: bb24bdc939ce9ecc310c86c52b3146d3 Description: syntax highlighting for puppet manifests in vim The vim-puppet package provides filetype detection and syntax highlighting for puppet manifests (files ending with ".pp"). . As per the Debian vim policy, installed addons are not activated automatically, but the "vim-addon-manager" tool can be used for this purpose. Original-Maintainer: Puppet Package Maintainers