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: 4677010d90f8588e0e757e05784107427fd96191e2b4e18ee747bb8d208516c1 SHA1: abf91e3af8fba398ab8462eae1822fc4cd38c28a MD5sum: 876132f31b9967e226576a9925ab4854 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: 245348 SHA256: a50777975ce2df5b7819dd7e5550b779cc7075faab9f94acc6244d8dff847a23 SHA1: b7ce2060b95fd4fdfc4c9184ca8e1c614f547c0f MD5sum: c4f2b2f008165074d0cdff9348ea5636 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: 36272 SHA256: fc032549061e408ae471aadbf11a677290ddf31a9efed3281f47aeaebee02f06 SHA1: 47a15aa271291b4f56cc83cada21a5c9ad8ed031 MD5sum: c799b859e59c567b9870faa15186ba7a 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: 11542 SHA256: bc6ce684f9461c3aa1854b4ce3dc145ea1b10b625c86251c5de56f851c707743 SHA1: f991280b08f0255df6af9d69fee20f006b3118bc MD5sum: 6fc9c97a1fd2f05f1bb9752658479ac3 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: 36028 SHA256: e210a9d9cb48203f22afaae4f2df7d416837810f47f214f8131d1af3f99252dd SHA1: 55d575c127e546384e2d09ab1ff88dd4bde15d85 MD5sum: 45e923aca414a126de2e45c345395f9c 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: 13504 SHA256: 99dd83d3fc7b0d0068e8045e7f38d85fce89b92366f08963bdfc1619ba8fb763 SHA1: f8d29ea67c00fc71b6bd3e970564af47c8ca3a4a MD5sum: c3a0f0998c6d6333556df20a17b74403 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: 425458 SHA256: 6708998e5b79d6517ac3644965fb3cda91a36079ddf1a2c6d1344571ad241a4b SHA1: 125c3f0c4b73fb7eddab8bbf3cb94745d3979d37 MD5sum: f2728871464340395cbec92fb6098e2b 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: 376838 SHA256: c644f5543f935db881214791f246f01a6cf8df5c0861a3176a30c6c811b10edd SHA1: d289c5577bc77d2ec7d10816f471ba423a64d665 MD5sum: e0f1e66058e24ca87bb482efc6a1e801 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: 194468 SHA256: daa31633f3856c6aa01dfa32834032ebff02d83fb2613098f81182c42227d1c8 SHA1: d8fb516093fec9e68c2e82083bab00d76c105806 MD5sum: a03aaf462c459be0c4f6b66865c34165 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: 162678 SHA256: 96595f3766c777af797fe78445607f543f824289a097f6939c2cf637983b6ef1 SHA1: c31677fc9f0cef3eb302632bbe2ea77c73d8be56 MD5sum: 9fa4fa6b32e0c15295fb3071858d576e 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: f2b400af3e228e822d859e5b4d654902d8c6c5b3918c80403ab23e79791e979b SHA1: 77a389f5b431a60e88cb6f3878dc669090224cb5 MD5sum: 792095b3f054320c72a82c5feacc509b 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: 138446 SHA256: 526dbc8eee9efc30ac07c066546858a1cc6994ba5b17ee9b9fac6b19ff013158 SHA1: 36568fa97821f2182e6ce369047bbd1aa8fc8f31 MD5sum: 0bb0be4b46c46204f4e8547fd5446a4f 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: 53452 SHA256: 317b56adb652a4dd0aae384025ca42f6a5df9503b49dd1deeccdb56e4a411700 SHA1: 548264f89966b9b4b667882d5a7b494bf77abf25 MD5sum: 837db0936dd3e4aa10f19b82facdde2b 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: 49500 SHA256: 9c0149c897eda296cd8b9107ccfb7ec522f3febbccd94cb8b9d965e9255e2b80 SHA1: 8280128042610eac89de690ee8d4be17437b1033 MD5sum: 4eec0ec5ea6858852f89f8eec2a52604 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: 10936 SHA256: 2d5eac9efa66045da5eb15bb1541e5b5aa5f9b7bafceaa66e165c592d5ae8c54 SHA1: e7e2de44c8813efcc2683e3854e35ce8819350ca MD5sum: f6745a1de9b9f6131d2ee853ee03cd26 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: 35622 SHA256: b51df4bc86451c9fd8738a6e965cfb2510dac6c84c74f6daf6d16d6fe56bb96b SHA1: 8340b26aceae155b60f61d23a53ea918e95ae2b2 MD5sum: 6083d933b8b57ac0a9a7637e29c6161e 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: 411110 SHA256: 7db0fff2cd7bb7f41eff488a45c73594f6f136b764aa11d68753f48b71316394 SHA1: 0ee27e9d30d48b7030c728e3fed3cc035a243418 MD5sum: 12963dcc201b42a59df2084aedc0cfdc 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: 52384 SHA256: d9d53d5d8dfdcf9ffe641ca782ac4cfd4dfd5377b3f38dc4fc6792fd3d0d62f4 SHA1: 169ddb6fa233707e59cc48331cde7b8ec9ba4bd1 MD5sum: e22e6ef6c97fca247d7de0de1b37e92b 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: 48686 SHA256: d3cb9cf29356f76c948f86bc78358e8eb56857bc02aacf6883317940e9aedd30 SHA1: 1dafd16c2501dacbafcce5b730e22df38b584e10 MD5sum: cf7b4ccecdbce67a12969f710d921577 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.0+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 90 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.0+ds-1_all.deb Size: 13608 SHA256: d950c3abd526741cf9b0fc4bdbad1189f3d8206bb9709731157db1933966824f SHA1: 7a46acb2ba88021d8111aada59ad277030633f8f MD5sum: ae971ff076475208a18bce1d6bf65f9f 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.0+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 88 Depends: python-libcloud (>= 0.14.1-1), salt-common (= 2016.3.0+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.0+ds-1_all.deb Size: 15556 SHA256: 5df75bf1f14b365508e02b3f2b2481b4f073adc44405a17eb584cd528ec1e09d SHA1: f813f89a8c379d4e36bbf4392edf8469dc024913 MD5sum: 606198f7ef97d95cfdc5918efc700200 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.0+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 17309 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.0+ds-1_all.deb Size: 4514278 SHA256: cd249fe79c84e2c9b5df92614cf544933d7dd4e7e1259dd493204692d87b50ec SHA1: 6f2e216ccb8765728feb57812d1ed10ffc5f1923 MD5sum: 6e583842a0a9a6834bb58c706a700b3d 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.0+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 150 Depends: python-crypto (>= 2.6.1), python-zmq (>= 13.1.0), salt-common (= 2016.3.0+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.0+ds-1_all.deb Size: 40416 SHA256: 1ebd3f3e3a2c01bdd5877b792886c2b6c4aea8daab9d7f6e87d64314d64b568e SHA1: 9686acb0e5eb0f4cd06e0e8f3922b36f7dab4a5d MD5sum: b2fa42fad557c2e628f2a7c2cd30ae16 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.0+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 158 Depends: bsdmainutils, dctrl-tools, python-crypto (>= 2.6.1), python-zmq (>= 13.1.0), salt-common (= 2016.3.0+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.0+ds-1_all.deb Size: 28186 SHA256: 30be9b296e1a4987cfbcd6f937efe6e2ad39c1b052ae0a84eece3716ed3447d7 SHA1: 8cb6187ba08b88532870f7b8cb5bdba9d135745a MD5sum: abb22b8d4c32d97fee8ad76fd94317fa 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.0+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 73 Depends: salt-common (= 2016.3.0+ds-1), python (>= 2.6~), msgpack-python Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2016.3.0+ds-1_all.deb Size: 14232 SHA256: e230c4621e894543577c7523b77c051dc6e3bd8c115b36b0477abc6dff7d3697 SHA1: 3b19a81637f40d2273c5ab526e01bf8ce916397a MD5sum: 9dbd18c3cf21ee9601c0d002d2788508 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.0+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 91 Depends: python (>= 2.6~), salt-master (= 2016.3.0+ds-1) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_2016.3.0+ds-1_all.deb Size: 13960 SHA256: 2563cacaca6e3177c901970dcfa46b42a7e3ae058d86e3e459117a6220fccfc4 SHA1: 04b82910659755f9aff35ae50a14a9b33e7ecb93 MD5sum: c2d1f92b26289442d05587bf57dcf5b7 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.