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: 6716 SHA256: a894c33a2b5f485b3dbd0df325c224b89b3b949db084d76c9de92fe1b5dae5aa SHA1: b646928cdcc06a2bd9d0061bc9afd51e1335b90a MD5sum: 59fbf49de0e1628a471760a7a3ac772f 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: 246750 SHA256: 1a1989e5f6162865d41663aa10cca784a0c1d63bb69d959e579eed817cca9527 SHA1: fb6cfed22f21cc731a2e1808e40f8409e3f5425d MD5sum: a9850d45baeee07aba564a7b143c7f5f 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: 36124 SHA256: a16a736c044247b66313b3d82c3bfa611eef5b865a68dd2342b6021144f26c74 SHA1: cf67ea42c70d8c2108be8ca65f1bccf3d7471d7a MD5sum: 6dfb6fdb80cd12511481221c2e14c358 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: 11578 SHA256: dd7ae10ae7da6948405fde4ab2ec0f5cbc2dd0fa94605dce78eacb5cb8fa687e SHA1: 7452509c56fe2a0aee32eabb4f01c4892bae16e7 MD5sum: 304d46bc7fa01e44d543365b2cb7d789 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: 42614 SHA256: 4925cb989049d8b75e37742856f78be7151cbb3ca3d20f5133487c210808a417 SHA1: 5c79fff9609a4b5e9ffba27c1e8b05d8da56a18a MD5sum: 0510e494826a07fcd034de96e9d6f55f 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: 13470 SHA256: 357d68eb1456c4268c5ea527637c52d635c79ba590ffdd203cfec1c54b7071d5 SHA1: 8fb7f5a78fa3e89ddab4d30aeb1ed642022b6186 MD5sum: 6b9f3b37a7368c66f6bdb48203b73598 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: 426052 SHA256: 11c464fa38a4ee5f65d91383b2c62c40e4691451f1d561d211d2db42dbebbb25 SHA1: 3610f5b8dd844803d0528702db4e68773fe062f1 MD5sum: 29ddd503f0f04e10e868e17d1ba6009e 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: 375296 SHA256: 93b92c6127af65ba246d80c3cee0ef34851a8f88f6b8b75406cdef4f28531715 SHA1: 032b45336de725f9068266942d82b33489c28c88 MD5sum: 483b5151da158b0030afe4da06936e0f 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: 193454 SHA256: 9a3efdb4faf05a377c95812ac2edf642e6a81fa45fec107f9c99a8b272c1e22e SHA1: a2e1a818d0fbc4cd4b1123c4f25964b7fcc7993d MD5sum: ea0d3f2cb223dcdae53f5a3bf51e770b 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: 163524 SHA256: 03a6d0a98b6e7fc37b8a269c72abdd4c4c6d98e15a8fb8006112db4766660252 SHA1: 1c5df407751d6f7fe715530bc149e76e625169da MD5sum: 61a7de0a7d2624dd79588cdf66aa5141 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: 1064 SHA256: 508cb071feaebc35b5cb0d136740f6cbde8c13b97468ecc6297b86892d95009e SHA1: c70a82d258569e40b97b0b53bef85f0bf713b962 MD5sum: b4069efd323eee0e70b2ae71f7a0a98e 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: 138374 SHA256: 9fab7296f63205cce83bca3630803c28a54545a984077c718b9ca7c68684a8d0 SHA1: 4c0573ee4354d4fafeecf16a2c2913175bfdda9b MD5sum: 2949b24531f7cc3669887987436b9673 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: 54722 SHA256: 277dabdfb1ebf372575f602dc69798dd2c97ed6373029710b1f6349110437342 SHA1: 309dd117bf73ee37ce56d015309ff482e82f1f93 MD5sum: 577c466bbff5b0c4a623f01643807561 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: 48968 SHA256: 6219cb6f662f34f7d69b7328acd815c58689d976af2ae5cb8223507a003a51e1 SHA1: 12f43b72416935aa3320ba71c28dd30fcfa2b7b0 MD5sum: 6f9893c5891650996a6d09703e61592e 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: 11020 SHA256: cb6ca1ccea3369fe658a65ee80c12d7a3fa3c70d7cf6b42a5d91cfe8d91d7c28 SHA1: 4c757f552ce44b922d86377b00ff9db6a95ed530 MD5sum: 9d28d5fb7128d660262b98bef1346146 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: 42216 SHA256: c86542477ada481b41313787c87dac7e1a8e73bab5a169b94ad76b73d6a29f28 SHA1: 6e90602114cd56d6a727c087d81b8194ca2ff1af MD5sum: 9671f59e79c443f1127ccbfb0a7b057c 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: 412028 SHA256: fe9b44014a92f3a4aef151fe1a4865dd633c814de436c147dfb75b55926d0c03 SHA1: 69c2481af9fd30b2a2dd29d2966dd7955f79c0b0 MD5sum: ebf88cc6971983a8639241f01c2ffcc4 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: 52672 SHA256: be287152341279a62df61959ec8a21bf2048edd60f0f211fc91d70441ca430fd SHA1: 304e7371a1b947cbad367ed9c1bda8a1bcf053e3 MD5sum: c2acc8e486da2bc160a73ed1f7e2ab6d 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: 48196 SHA256: 79d806ac299d0aee53806d959e2c9ff277a8b3fb5f27d77ba8b6aba2a5a3db38 SHA1: c8f4bc1020627d4cddf741f45c534a0cd938fde2 MD5sum: d78b6690ffb6a46599959f3fc1561162 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.3+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.3+ds-1_all.deb Size: 13390 SHA256: 03616de1f63540166b8d0eb421e63f184eb1ab4a3941f32e8f7e8c9bb6ce3d39 SHA1: 09ea9395192045af0315a0023762ee94425e3453 MD5sum: 54f588c82475466794d1fa34e2d7f66f 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.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 88 Depends: python-libcloud (>= 0.14.1-1), salt-common (= 2016.3.3+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.3+ds-1_all.deb Size: 15556 SHA256: 7348d58c46a28bbbb651e75fe80c7f763abda08a98c4c7b5bf5fa5c5c109d874 SHA1: c175e9857a77aa88bc5c26b71e0c5eeb2693c066 MD5sum: d53681c8d5438b4f4252e9c887abe476 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.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 17517 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.3+ds-1_all.deb Size: 4577794 SHA256: 5e214fa897b78e73cedcbb79f46b8d21ec627f3fa8b7c87fe2105b9980bc874f SHA1: f861e772f30bf4d3811e6a001e0d4d73a1a39f57 MD5sum: 56b7943add7fdd565858976183fba7fe 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.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 139 Depends: python-crypto (>= 2.6.1), python-zmq (>= 13.1.0), salt-common (= 2016.3.3+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.3+ds-1_all.deb Size: 40304 SHA256: 7ee31609e42de15bdb99a95cd02218493d5913518e63bfe137b6fc03d2526bee SHA1: ab41ebde4c22e40c108a4956b13161858e767eaa MD5sum: 43895634669a92a953007d36b15a9a94 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.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 147 Depends: bsdmainutils, dctrl-tools, python-crypto (>= 2.6.1), python-zmq (>= 13.1.0), salt-common (= 2016.3.3+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.3+ds-1_all.deb Size: 28606 SHA256: 8b00cd081b44bf991d31d5b15043de0fd0af81d35cadf967ebde787c07e28ff5 SHA1: 17084cc4467c1f807ba8e9db9e161020225c4aa3 MD5sum: a01d79ce4108820238bf31195cd270cd 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.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 73 Depends: salt-common (= 2016.3.3+ds-1), python (>= 2.6~), msgpack-python Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2016.3.3+ds-1_all.deb Size: 14236 SHA256: e41babef234a58b4a67594dfe6f21bf75ef9d041d15fd6b2726a7cc0572cf638 SHA1: 797f4064dc849d176b49dbe96bce6bf8527d85d0 MD5sum: bb00bc49e60b5dd9ea3e558d1520b286 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.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 79 Depends: python (>= 2.6~), salt-master (= 2016.3.3+ds-1) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_2016.3.3+ds-1_all.deb Size: 13718 SHA256: 7ed9d4ffc49bde15fb073d10948257dbf27c9ce99294e81afac6e9d92b2b7721 SHA1: b006676fd234bd42c1e334228f9cbe9fd5f187d9 MD5sum: 9df110cef21f9f048f549194abe14af1 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.