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: 6174 SHA256: eeae6cdb19998b3af5174ea770abc3c0f5b6c688e492af57c777e705c16c8aed SHA1: 68dfbbc61b806050488837a38005302fd4996dc8 MD5sum: 56e121beb00b53b4d4400a732b6aab68 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-concurrent.futures Version: 3.0.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 217 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), libjs-sphinxdoc (>= 1.0) Provides: python-futures Homepage: http://code.google.com/p/pythonfutures/ Priority: optional Section: python Filename: pool/main/p/python-concurrent.futures/python-concurrent.futures_3.0.3-1_all.deb Size: 34958 SHA256: ea449af8ff0b0f35dc2933ccf0239e5dc53f368cd95e7924bde11f799869d820 SHA1: cc3beb2a82a3d130cad35b1210768fd250451f27 MD5sum: d456998097249940b171d3e511d0a227 Description: backport of concurrent.futures package from Python 3.2 The concurrent.futures module provides a high-level interface for asynchronously executing callables. . This is a backport for concurrent.futures as of PEP-3148 and included in Python 3.2 Package: python-enum34 Source: enum34 Version: 1.0.4-1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 216 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-enum34-doc Homepage: https://pypi.python.org/pypi/enum34 Priority: optional Section: python Filename: pool/main/e/enum34/python-enum34_1.0.4-1_all.deb Size: 26582 SHA256: da293109f97f4edbec5caa3531bc19f0b54fd7e3f503fadb8c979cbb2dd8a687 SHA1: 9a9b231598dfe468c0a22a49f63a466f01cb2897 MD5sum: 82cfdaf1549b7c3d8eaa957ded36bc49 Description: backport of Python 3.4's enum package PEP 435 adds an enumeration to Python 3.4. This module provides a backport of that data type for older Python versions. It defines two enumeration classes that can be used to define unit sets of names and values: Enum and IntEnum. . This is the Python 2 compatible package. Package: python-enum34-doc Source: enum34 Version: 1.0.4-1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 63 Homepage: https://pypi.python.org/pypi/enum34 Priority: optional Section: doc Filename: pool/main/e/enum34/python-enum34-doc_1.0.4-1_all.deb Size: 12738 SHA256: 9b18a049cc81513b6ddcd078ada10f368d88c74e44a4293b1eaae8795a1228b5 SHA1: 2f6803682d504a62670cd4d1ef7c48001a70ce8d MD5sum: 5e5944056b78d274cd9aea67295cc6fe Description: backport of Python 3.4's enum package PEP 435 adds an enumeration to Python 3.4. This module provides a backport of that data type for older Python versions. It defines two enumeration classes that can be used to define unit sets of names and values: Enum and IntEnum. . This is the common documentation package. Package: python-future Version: 0.14.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 1711 Pre-Depends: dpkg (>= 1.15.6~) Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python2.7 Suggests: python-future-doc Homepage: https://python-future.org Priority: optional Section: python Filename: pool/main/p/python-future/python-future_0.14.3-1_all.deb Size: 331664 SHA256: 1020ecc0ba8b1f751b4584b829a3e688366f721ab90ed833e2d5ebf9c49591cb SHA1: af24c1718c3bdb2f21bc2dce0da68fd6f251484b MD5sum: d3019d8c5194c7b617bfefca0bacfc28 Description: single-source support for Python 3 and 2 - Python 2.x Future is the missing compatibility layer between Python 2 and Python 3. It allows one to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. . The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics. . This package contains the Python 2.x module. Package: python-future-doc Source: python-future Version: 0.14.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 1545 Pre-Depends: dpkg (>= 1.15.6~) Depends: libjs-sphinxdoc (>= 1.0) Homepage: https://python-future.org Priority: optional Section: doc Filename: pool/main/p/python-future/python-future-doc_0.14.3-1_all.deb Size: 287422 SHA256: e1680c0c3fd0ec0e474fa4e93a5c02e333665f9226cca2a84cd5a2c026c5824d SHA1: 5bd90c9a7e4fd56c07ed9d615478ae0c926b07a4 MD5sum: 180b82e6bbcdfec68148956cb0d0f216 Description: Clean single-source support for Python 3 and 2 - doc Future is the missing compatibility layer between Python 2 and Python 3. It allows one to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. . The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics. . This package contains the documentation. Package: python-ioflo Source: ioflo Version: 1.3.8-1 Architecture: all Maintainer: Samuel M. Smith Installed-Size: 1250 Depends: python, python:any (>= 2.7.5-5~), python:any (<< 2.8) Homepage: https://github.com/ioflo/ioflo Priority: optional Section: python Filename: pool/main/i/ioflo/python-ioflo_1.3.8-1_all.deb Size: 149266 SHA256: b77bd353d2ee56ee8aa3e7ce3d8645382eae986966fcffe31a61f77873b19e4c SHA1: 4acb4da8d706d75a97acd5f069cc511d4d289e09 MD5sum: 5dc39837fdada4b8da0530ae56132c22 Description: Flow Based Programming Automated Reasoning Engine and Automa Enabling the Programmable World. http://ioflo.com Package: python-libcloud Source: libcloud Version: 1.5.0+ds-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 13066 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), python-backports.ssl-match-hostname, python-crypto (>= 2.6), python-lockfile (>= 0.9), python-simplejson Homepage: https://libcloud.apache.org/ Priority: optional Section: python Filename: pool/main/libc/libcloud/python-libcloud_1.5.0+ds-1_all.deb Size: 1235262 SHA256: 5196ddd95cf5476e2033ab1a7b1ff480924374c0f853fe3999ce208a3ea148d7 SHA1: adf2336f1432daee1467f103d8d4ceb9585ae8ba MD5sum: a30a48601eb3311c42ae0df8924c72f1 Description: unified Python interface into the cloud libcloud is a pure Python client library for interacting with many of the popular cloud server providers using a unified API. It was created to make it easy for developers to build products that work between any of the services that it supports. . * Avoid vendor lock-in * Use the same API to talk to many different providers * More than 30 supported providers total * Four main APIs: Compute, Storage, Load Balancers, DNS * Supports Python 2.5, Python 2.6, Python 2.7, PyPy and Python 3 . Resource you can manage with Libcloud are divided in the following categories: . * Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace Cloud Servers (libcloud.compute.*) * Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace CloudFiles (libcloud.storage.*) * Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*) * DNS as a Service, DNSaaS (libcloud.dns.*) . libcloud was originally created by the folks over at Cloudkick, but has since grown into an independent free software project licensed under the Apache License (2.0). Package: python-raet Source: raet Version: 0.6.3-1 Architecture: all Maintainer: Samuel M. Smith Installed-Size: 1507 Depends: python:any (>= 2.7.5-5~), python-six, python-ioflo, python-enum34, python-libnacl, python, python:any (<< 2.8) Homepage: https://github.com/saltstack/raet Priority: optional Section: python Filename: pool/main/r/raet/python-raet_0.6.3-1_all.deb Size: 95594 SHA256: 785203d5ef1bccc7316e9f07bf70b6df05c6f5b401d3a1e23471c0e6494744ce SHA1: 5de7bd430fe40ca9ffe9e3f0e1dcd9dab7730779 MD5sum: 1b3c8e47cc77b2e8421154931c274899 Description: Reliable Asynchronous Event Transport protocol Asynchronous transaction based protocol using Ioflo. http://ioflo.com Package: python3-enum34 Source: enum34 Version: 1.0.4-1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 216 Depends: python3:any (>= 3.3.2-2~) Suggests: python-enum34-doc Homepage: https://pypi.python.org/pypi/enum34 Priority: optional Section: python Filename: pool/main/e/enum34/python3-enum34_1.0.4-1_all.deb Size: 26664 SHA256: 1b3cf7b2cf74b11a8ab09137b507c725bd557c352247e68aa30a6856ad952af4 SHA1: d25a30afdbae6ad4fc3360c8ce60f73e0ed24e9c MD5sum: 57a895bdd72835c7d2a2717d9322c736 Description: backport of Python 3.4's enum package PEP 435 adds an enumeration to Python 3.4. This module provides a backport of that data type for older Python versions. It defines two enumeration classes that can be used to define unit sets of names and values: Enum and IntEnum. . This is the Python 3 compatible package. Package: python3-future Source: python-future Version: 0.14.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 1645 Pre-Depends: dpkg (>= 1.15.6~) Depends: python3:any (>= 3.3.2-2~), python3.4 Suggests: python-future-doc Homepage: https://python-future.org Priority: optional Section: python Filename: pool/main/p/python-future/python3-future_0.14.3-1_all.deb Size: 330176 SHA256: 97447e6f05df42a534f556c4a8e651d993d676f8b84f073308c9e436bf95efc7 SHA1: dacdec4d1d6421dad48aa51d033829c4713b6751 MD5sum: 5372325f98bce1346ae0088f79c18aea Description: Clean single-source support for Python 3 and 2 - Python 3.x Future is the missing compatibility layer between Python 2 and Python 3. It allows one to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. . The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics. . This package contains the Python 3.x module. Package: salt-api Source: salt Version: 2017.7.2+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 79 Depends: python, python:any (>= 2.6~), sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), salt-master Recommends: python-cherrypy3 Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-api_2017.7.2+ds-1_all.deb Size: 12466 SHA256: b3d7a7c920651bc88cb609402c5ebcc4c38316c8d635ad089070e535f3a1ced9 SHA1: cf0b90b28f0e65d8540598ae162fe8953a148af0 MD5sum: ec974a96bb97c735e5e5cb71c51a9c1c Description: Generic, modular network access system a modular interface on top of Salt that can provide a variety of entry points into a running Salt system. It can start and manage multiple interfaces allowing a REST API to coexist with XMLRPC or even a Websocket API. . The Salt API system is used to expose the fundamental aspects of Salt control to external sources. salt-api acts as the bridge between Salt itself and REST, Websockets, etc. Package: salt-cloud Source: salt Version: 2017.7.2+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 88 Depends: python, python:any (>= 2.6~), salt-common (= 2017.7.2+ds-1), python-libcloud (>= 0.14.1-1) Recommends: python-netaddr Suggests: python-botocore Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-cloud_2017.7.2+ds-1_all.deb Size: 14164 SHA256: 326bb9880864e60ba2e754a005dbfe310ee46c90cb3b73fd0928e5d2f2d09330 SHA1: f84e68fb8022a739ff25ad750f38203cf7ce8462 MD5sum: 8e2bb8311b37bebb4a1f769cf2b2d245 Description: public cloud VM management system provision virtual machines on various public clouds via a cleanly controlled profile and mapping system. Package: salt-common Source: salt Version: 2017.7.2+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 21668 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), python, python-dateutil, python-jinja2, python-msgpack, python-apt, python-yaml, python-pkg-resources, python-requests (>= 1.0.0), python-tornado (>= 4.2.1), python-psutil Recommends: lsb-release, python-mako Breaks: python-mako (<< 0.7.0) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-common_2017.7.2+ds-1_all.deb Size: 4417110 SHA256: f50ae4c464f3b294e3f169da20ae085f25c7af5c7c046e047bacd4448f18e37c SHA1: 03b804945d2296cae6d77681530214b54a4135eb MD5sum: d2e28981f17bafc90bdfeb3452ad1fcf Description: shared libraries that salt requires for all packages salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides shared libraries that salt-master, salt-minion, and salt-syndic require to function. Package: salt-master Source: salt Version: 2017.7.2+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 148 Depends: sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), python, python:any (>= 2.6~), salt-common (= 2017.7.2+ds-1), python-crypto (>= 2.6.1), python-zmq (>= 13.1.0) Recommends: python-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_2017.7.2+ds-1_all.deb Size: 39816 SHA256: f529f16d226e8e0839e54e496943bedaf2f4271e48ddf6694d015df6f1d2c1b1 SHA1: ad372719adb003cd076cffee8fd6f6c6bb3605bf MD5sum: fd1a7094d8deded6d705342addfda1ed Description: remote manager to administer servers via salt salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the salt controller. Package: salt-minion Source: salt Version: 2017.7.2+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 156 Depends: sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), python, python:any (>= 2.6~), salt-common (= 2017.7.2+ds-1), python-crypto (>= 2.6.1), python-zmq (>= 13.1.0), dctrl-tools Recommends: dmidecode, debconf-utils Suggests: python-augeas Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-minion_2017.7.2+ds-1_all.deb Size: 26822 SHA256: 1494a96254e937473d5ba30dd5f61c7d9751315b45d1c551507715ef3907f5f4 SHA1: 80048c6d9aa67d75e2290ec6121608ca3fa1a989 MD5sum: fbe39087df9986895df8794dc2f101c1 Description: client package for salt, the distributed remote execution system salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the worker / agent for salt. Package: salt-ssh Source: salt Version: 2017.7.2+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 73 Depends: python, python:any (>= 2.6~), salt-common (= 2017.7.2+ds-1) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2017.7.2+ds-1_all.deb Size: 13012 SHA256: 3a0e4b3c2834169e1f9da1fbece64449a351e7abefb51dc4c410e9aa28efd9e6 SHA1: e1191f5073897254fbf8eee4211e6cd2d9642c42 MD5sum: 1cde613094ab3688cf25c81239b733e2 Description: remote manager to administer servers via salt salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the salt ssh controller. It is able to run salt modules and states on remote hosts via ssh. No minion or other salt specific software needs to be installed on the remote host. Package: salt-syndic Source: salt Version: 2017.7.2+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 79 Depends: sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), python, python:any (>= 2.6~), salt-master (= 2017.7.2+ds-1) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_2017.7.2+ds-1_all.deb Size: 12782 SHA256: eb944e95adcc774d7eb93d33b261c09597283fe23599e500d71119a15e8c21b0 SHA1: 9ad2cfc326419443df5b433735711c93284f26fa MD5sum: 80f377f8dceb5d50772019afbaba15ba Description: master-of-masters for salt, the distributed remote execution system salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the master of masters for salt - it enables the management of multiple masters at a time.