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: 97 Depends: python (<< 2.8), python (>= 2.6.6-3) 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: 6690 SHA256: aae70f591a65ef29df305fffd4ebb8eb4351bd7e5ec50927515151fd3c7c635b SHA1: f7e3be9a1933829011db4b77b2d105c811984c89 MD5sum: 4d40f3c660f2eeb816ca8d6584372f2a 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-cherrypy Version: 2.3.0-3 Architecture: all Maintainer: Gustavo Noronha Silva Installed-Size: 683 Depends: python, python-support (>= 0.90.0) Conflicts: python2.3-cherrypy2.1 (<= 2.1.1-1), python2.4-cherrypy2.1 (<= 2.1.1-1) Replaces: python2.3-cherrypy2.1, python2.4-cherrypy2.1 Provides: python2.6-cherrypy, python2.7-cherrypy Homepage: http://www.cherrypy.org/ Priority: extra Section: python Filename: pool/main/p/python-cherrypy/python-cherrypy_2.3.0-3_all.deb Size: 244300 SHA256: 66c4fdd9226bf017335708e39c8b3615c6c9f4fd20861310b13466de38f94f9b SHA1: acb25188ea99de67637f69a61ca38e32c088eef3 MD5sum: 4f6dd3d5a2c5c97963e358297c2c6b59 Description: Python web development framework CherryPy is a pythonic, object-oriented web development framework. It provides the foundation over which complex web-based applications can be written, with little or no knowledge of the underlying protocols. CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time. . This version is backwards incompatible with the 2.0 version, and is the version used by the Turbo Gears framework. Visit the Turbo Gears webpage for more: http://www.turbogears.org/ Python-Version: 2.6, 2.7 Package: python-concurrent.futures Version: 3.0.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 255 Depends: python (<< 2.8), python (>= 2.6.6-3), 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: 36184 SHA256: f03e586c4a8efa2af59ffd99d47d73ff10faf9f9aa5ef3bea7a8127a75b47e5f SHA1: 67519cf33bd1c8dda8241fb59fb4fd38613a5e4f MD5sum: dca83294363def6bf85e2a7b346c7315 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-croniter Version: 0.3.4-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 126 Pre-Depends: dpkg (>= 1.15.6~) Depends: python-dateutil, python-tz, python (>= 2.6.6-7~), python (<< 2.8), python-pkg-resources Homepage: http://github.com/kiorky/croniter Priority: optional Section: python Filename: pool/main/p/python-croniter/python-croniter_0.3.4-1_all.deb Size: 11574 SHA256: 169bba28a36f1a363903f4ab945486b0bcf2bfc04660233d9248b056429b5f76 SHA1: ec4e4d2380d6b0d60995d3472c35eb403fc39ee7 MD5sum: 3e5e84625d7fccadb7eb7fa5e751ba78 Description: provides iteration for datetime object with cron like format - Python 2.x Croniter is a Python module to provide iteration for datetime object. Given a cron tab text entry as input, it Croniter will output all the dates matching the definition. . This package contains the Python 2.x module. Package: python-enum34 Source: enum34 Version: 1.0.4-1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 244 Depends: python (<< 2.8), python (>= 2.6.6-3) 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: 42980 SHA256: 12cae0b539558846ee603fb4b47297b46e4b242de10992c5812e21e550ac582a SHA1: 4e77ae2077463cf3fff719f1c80f72534b3a1fc4 MD5sum: b208054f748777616deab313ae5ed075 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: 62 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: 13508 SHA256: b5f5bd64fec35b1aac41e74a05af640580e9ab5ed8f1a04c533f2dd867667584 SHA1: fce3d14cff593d908c82289e572b1b9d82f2794b MD5sum: 33aa281136e60cf9d0080035c7ee40e2 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: 2128 Pre-Depends: dpkg (>= 1.15.6~) Depends: python (>= 2.7) | python-argparse, python-importlib, python (>= 2.6.6-3), python2.7, python (<< 2.8) 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: 425768 SHA256: ee2f6388da7bf0d7e01786f1ab259804c85b34fb3f0602aa1a7c5b46ee42e222 SHA1: 54f850d113b36ea3a33055c0f625ee63d3aebe6a MD5sum: 2a691aa75194d9dead5819b1d6639785 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: 1440 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: 376936 SHA256: 4bf3029b120debbe085d4ae4ed3c28291800aae2be8685c72c167e458528d1bf SHA1: 32778c6e89eb0b0374c6cc1bc179459ecf5b1ec3 MD5sum: 19da5493234d0daf796d2336f99c4dac 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: 1411 Depends: python (>= 2.7) | python-argparse, python-importlib, python (>= 2.6.6-3), python2.6, python (<< 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: 193960 SHA256: 517063b34147c141f285c8d58192d464e9134d94b74910809866162a7ec02d7b SHA1: d423aff03f74b01b85498d571eb0d2e77932faec MD5sum: ecd801e582dd1cd3ff44cb95848d2a9a Description: Flow Based Programming Automated Reasoning Engine and Automa Enabling the Programmable World. http://ioflo.com Package: python-jinja2-doc Source: jinja2 Version: 2.6-1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 977 Depends: libjs-jquery Recommends: python-jinja2 Homepage: http://jinja.pocoo.org/2/ Priority: extra Section: doc Filename: pool/main/j/jinja2/python-jinja2-doc_2.6-1_all.deb Size: 163334 SHA256: 2cb23a4feaf586712fe6c24ac5bec5356573546a2d83c776070fbb9f8abd0806 SHA1: 57b46bc99128d95d4a72295702f98f26cafb0499 MD5sum: 8ee3aaeb9938ffc6373eb36d7de96ede Description: documentation for the Jinja2 Python library Jinja2 is a small but fast and easy to use stand-alone template engine . This package contains the documentation for Jinja2 in HTML and reStructuredText formats. Package: python-libcloud Source: libcloud Version: 0.20.0-1~bpo70+1 Architecture: all Maintainer: Apache Software Foundation Installed-Size: 25 Priority: optional Section: python Filename: pool/main/libc/libcloud/python-libcloud_0.20.0-1~bpo70+1_all.deb Size: 1068 SHA256: 9d525f1ebb406727aa459c09d920cf678b0c5af8c5e0928d26403c40b5901ead SHA1: 81d71ec802c9344b4911a2edebdc0723077f7272 MD5sum: 54f88f2373a70e893144b08998d64b82 Description: A standard Python library that abstracts away differences am Package: python-raet Source: raet Version: 0.6.3-1 Architecture: all Maintainer: Samuel M. Smith Installed-Size: 1604 Depends: python-libnacl, python-enum34, python-six, python (>= 2.6.6-3), python2.6, python-importlib, python-ioflo, python (>= 2.7) | python-argparse, python (<< 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: 137900 SHA256: 443fca8e3bc6eab8231162bea3cdc682044092f4ad36d093868f6e1c20c817ac SHA1: 91a6d732a16b0c57205709076d5a1818f7405bcc MD5sum: 40523860a10d8620917a912f10b874ee Description: Reliable Asynchronous Event Transport protocol Asynchronous transaction based protocol using Ioflo. http://ioflo.com Package: python-requests Source: requests Version: 2.0.0-1~bpo70+2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 215 Depends: python (<< 2.8), python (>= 2.6.6-3), ca-certificates, python-chardet, python-urllib3 (>= 1.7.1) Homepage: http://python-requests.org Priority: optional Section: python Filename: pool/main/r/requests/python-requests_2.0.0-1~bpo70+2_all.deb Size: 54938 SHA256: 1246bc38dae4e6ca1b4cf6a52e0a113545d44dc7f214c3b3067c32e589113368 SHA1: 9232a6fefdc51eb576b665175204f6da06917aa9 MD5sum: e3fb6b180371afc9e137bbfa2499f509 Description: elegant and simple HTTP library for Python, 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-urllib3 Version: 1.7.1-1~bpo70+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 241 Depends: python (<< 2.8), python (>= 2.6.6-3), python-six Recommends: ca-certificates Homepage: http://urllib3.readthedocs.org Priority: optional Section: python Filename: pool/main/p/python-urllib3/python-urllib3_1.7.1-1~bpo70+1_all.deb Size: 48750 SHA256: be8c87767f3667911a465cfbb95df21f9c5f4b80aa4e99c7fc216843af6f6199 SHA1: c4121f6137f68b2d8309e9bbb7ef56bbaf98c0ee MD5sum: fb2503d6052df066d6a296e3a49f9cb3 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: python3-croniter Source: python-croniter Version: 0.3.4-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 89 Pre-Depends: dpkg (>= 1.15.6~) Depends: python3-dateutil, python3-tz, python3 (>= 3.2.3-3~), python3-pkg-resources Homepage: http://github.com/kiorky/croniter Priority: optional Section: python Filename: pool/main/p/python-croniter/python3-croniter_0.3.4-1_all.deb Size: 11002 SHA256: 1a548f62d00e37fe172414f6ddc7042ae4568c486435e7e58e4e59e7faa5725e SHA1: 7315472baf266a876340b7825d95f50c8076ba97 MD5sum: c395bdb9b7ae935eb5a788eb1071b4c6 Description: provides iteration for datetime object with cron like format - Python 3.x Croniter is a Python module to provide iteration for datetime object. Given a cron tab text entry as input, it Croniter will output all the dates matching the definition. . This package contains the Python 3.x module. Package: python3-enum34 Source: enum34 Version: 1.0.4-1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 215 Depends: python3 (>= 3.2.3-3~) 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: 42582 SHA256: c41c00e9950116fa531a1a611fe87be28afec9cf8251dc452da36636f215fc50 SHA1: 286ade97651957b48bfda0dff85ec352c970eaa6 MD5sum: 6e9c995f16161c4ad6e29abe8e5386c3 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 (>= 3.2.3-3~), python3.2 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: 411170 SHA256: 306f675e4e5e47399d44fef6453ab89f9671d6efbf549b0880b2eb9f367fde84 SHA1: 7e6f9b8775555bc30000423e1dbcb2d5f9a21f35 MD5sum: 4604bc55af3459eff986a089c2541a4d 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: python3-requests Source: requests Version: 2.0.0-1~bpo70+2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 191 Depends: python3 (>= 3.2.3-3~), ca-certificates, python3-chardet, python3-urllib3 (>= 1.5) Homepage: http://python-requests.org Priority: optional Section: python Filename: pool/main/r/requests/python3-requests_2.0.0-1~bpo70+2_all.deb Size: 52800 SHA256: 19c59cfdd5ebf6d16d2fc8b6a736c49a926509404efc050ad0790fcf64339aa3 SHA1: 7fee44ebcef37748e9de1bd543a0884104cd97af MD5sum: 6ed6dd0159e07b1981b33245b24769a9 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-urllib3 Source: python-urllib3 Version: 1.7.1-1~bpo70+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 195 Depends: python3 (>= 3.2.3-3~), python3-six Recommends: ca-certificates Homepage: http://urllib3.readthedocs.org Priority: optional Section: python Filename: pool/main/p/python-urllib3/python3-urllib3_1.7.1-1~bpo70+1_all.deb Size: 47934 SHA256: bfef433813c867bc7da8b4d4ffd140d84fcd800ad121b2f9977dcfe080efe23c SHA1: 0906cc8dff0b23f17594678eb1513bc451e8517b MD5sum: 49d86659b397b2c6acd8924196b7ae09 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: salt-api Source: salt Version: 2016.3.5+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 78 Depends: salt-master, python (>= 2.6~) Recommends: python-cherrypy3 Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-api_2016.3.5+ds-1_all.deb Size: 13400 SHA256: 71db58e24cfad7c3d35660d6738232d13054430207980fe8a4627bc5777713bd SHA1: 53f2619f5bb68437db08072c2936ba2a30da4d16 MD5sum: fe47645b9103c69793fc3a0f9f91166f 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: 2016.3.5+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 88 Depends: python-libcloud (>= 0.14.1-1), salt-common (= 2016.3.5+ds-1), python (>= 2.6~) Recommends: python-netaddr Suggests: python-botocore Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-cloud_2016.3.5+ds-1_all.deb Size: 15576 SHA256: 60a90e0931eeb0f812cda95ff3fb648fcc73082470bcf5862914011d55d1cc10 SHA1: d436f4c357135c1bce7efe5bdd5909e9fcb170de MD5sum: 4bc9687a9cffaba3fe69eae10ee8c7de 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: 2016.3.5+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 17739 Depends: python (<< 2.8), python (>= 2.6.6-3), python-dateutil, python-jinja2, python-apt, python-yaml, python-msgpack, python-pkg-resources, python-requests (>= 1.0.0), python-backports.ssl-match-hostname, python-tornado (>= 4.2.1) Recommends: lsb-release, python-croniter Breaks: python-mako (<< 0.7.0) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-common_2016.3.5+ds-1_all.deb Size: 4671384 SHA256: 9cf7c11f67110e784d126d031fcfcc16d483e0981c78ffd55365ddf1ba8bee31 SHA1: eb1856b399713016169a1801f9403f7a4528b3bb MD5sum: 3050643d7d15e10c1dcea3917f172348 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: 2016.3.5+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 140 Depends: python-crypto (>= 2.6.1), python-zmq (>= 13.1.0), salt-common (= 2016.3.5+ds-1), python (>= 2.6~) Recommends: python-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_2016.3.5+ds-1_all.deb Size: 41268 SHA256: 0fcc7677417964045aa3458ee753da7b64e6969bf2233fa49ea380f7b8046c77 SHA1: 6887a5b57ec7dc8a7754f13fc13206a95ba1aba6 MD5sum: 280bc776de93b04641620a66ecb87027 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: 2016.3.5+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 148 Depends: bsdmainutils, dctrl-tools, python-crypto (>= 2.6.1), python-zmq (>= 13.1.0), salt-common (= 2016.3.5+ds-1), python (>= 2.6~) Recommends: debconf-utils, dmidecode Suggests: python-augeas Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-minion_2016.3.5+ds-1_all.deb Size: 28888 SHA256: d3027521629c444f1b474fa6f4862f83a90d9d7405140fbf730cbcbe5b942a31 SHA1: 4a2626a374bd63ece318ba5d84d039904eec2518 MD5sum: 26dee43a32c385c977b45fdc0dda7ff9 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: 2016.3.5+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 73 Depends: salt-common (= 2016.3.5+ds-1), python (>= 2.6~), msgpack-python Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2016.3.5+ds-1_all.deb Size: 14238 SHA256: 13f6d54ffe6349287eb9d6cdaa1b0c8d3c2098fbaf86511c60fa828448ef5df3 SHA1: 75406911cc59107a4196e70f23d31b8002a366f5 MD5sum: b58209d6f93fbebf2cede6cec7fb1a68 Description: remote manager to administer servers via Salt SSH 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: 2016.3.5+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 79 Depends: python (>= 2.6~), salt-master (= 2016.3.5+ds-1) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_2016.3.5+ds-1_all.deb Size: 13740 SHA256: d501df61ab3dbc04476138f99fbb2c2bfedff6179abe1e7951a02f765af0c48f SHA1: a6257a5a1fb26dc879ed1e934c8619eae95aaf5e MD5sum: 8d52b51f1a02d1d8c5b3576cd043e1d0 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.