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: 6732 SHA256: 9b25bf6224a6c4930c7821c59a4988d4c47eef81d5b2a6809a852d13cc0fa16b SHA1: 73201d448d4d6a36d9dcb05d5ffb117fbd189ad6 MD5sum: 01826a5d4f8d8bf5add8c25536fea6d3 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: a3ba5720abb1f2d4aeb78cb8af52d8b267ac3c4c63f9bb01c88c7e24e6c59913 SHA1: 9e3e2da64ef0444a70b2582e8d33c058bfd9581d MD5sum: 211e72a93cfa3d854b368fa96bbdaa89 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: 36288 SHA256: df2b5eea63785face8f76915e2504f3a7d26057403ae8ce55116b3671b4e03e7 SHA1: be01041cdbb337f82358b99471f71d6d922cfa0f MD5sum: 969d898c32a552ced1d68cd9269bfc66 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: 11546 SHA256: 3b1d794bf77fba838eec049063718e30624f333ace37e51a7366fe5bc87e2df9 SHA1: 13abfd7944a5e71de776f238740f732af87753a1 MD5sum: edd0b70241d0a7def7df0c9d02e3a2c0 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: 36024 SHA256: 0317b64e1632d4d529748472c9202802fd42c58e3be327c4a3d62c5807c8d233 SHA1: ec8714b3e3860f187a80eb2e39f49e15b0e43164 MD5sum: ccd8333b91a337d3904558113d486eae 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: 4bbe09cf8eb7f978ffa76fbd3b55e038ecabd4ef99c5cfc2d6ae894cc423d9d2 SHA1: 843584d05bd17ed0c3cdb9797f1a7eff97577d07 MD5sum: 6a7f86a33516ba6ac7fad8f37d9c464f 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: 425436 SHA256: abd2361394973f78b9b0eebaf9edf2d2e791cc36255cffdf7e44be34b87df642 SHA1: ce76c7078aa8aba5bbda63943fa9af8b48bcd2bc MD5sum: d4362039cbd80ac97b340ea97d6cefe0 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: 376886 SHA256: 2088a162a6576ab186de8bee091d99b327ff1f1e71cbb1dd7340b0d4e548a180 SHA1: d9d1b48307a86419233e1b99477dfb2271499d8c MD5sum: 396b9ff4457e6f1c215e520914695230 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: 194472 SHA256: af330d7d34523e2c49d1b870aebe1e6f5f5575cc7a806ff460c305fcab51c6ec SHA1: 985cf92472cd2a1d11ba7037540af18c71a29f47 MD5sum: 2536bab60d0b1ed5ec800401a4f00fc8 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: 162830 SHA256: 7f622be53f2d93bef491fa60b26270074fbc8fd7be42aabdc77361d267bc15ba SHA1: 62480979f73eba73a117fdc15793b38c07f010d2 MD5sum: 0455a1741d1594dae3a23fc3bd648dc5 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: dcdd7893ec9a4dc9a6d2012b67db4dbdd7d314a3f954d8ff9c841442db8373d7 SHA1: 076612349ec4e766e4fa26bd219493716e4ade1d MD5sum: 763c6ef40719fb83319f4cb510ab4192 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: 138466 SHA256: 755cfd47e58ae1ec60a8eef2f72ec242699cf4a28a8e749b47861daff2497799 SHA1: 258ad491f6a0d4fd67acb3c39740ec2235da50fe MD5sum: 8114d0b37c7606c6fa7ab925d73f8a1a 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: 53464 SHA256: 3960d4183ee48312c4674960565650c431b9c30e96a7794eacdb699a0e9a7611 SHA1: fe2e46ab5b7e560c09f08401be60914a0ec4483f MD5sum: c91a38500fa98b3d1ecedfed25f54023 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: 49504 SHA256: 10335f532396a7078de3f21be4fd2844166d3d1950da5ed05d5be7c26c3fd65a SHA1: 127ff9b689fb2e0039b3f404f4d78b2aeebc33f8 MD5sum: ff24597bd754a6f5815aad3905eaf4de 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: 10940 SHA256: ae36e0b53d6d1fe67214d91efba689fd81d150058a0fe74afe03f29df9e60590 SHA1: b7473316da7005e623545a60b75de74dd4170e6d MD5sum: f1a35d6920acf7bd0c31101bf98685c7 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: 35626 SHA256: e40e82b243480cefa0d081b93a1abfca5f85a0336e8f1f13d2eab42ebf57872a SHA1: f5a9117f7d5253bf6614f033d5d8a26e05921b70 MD5sum: 48890cf16b1be25b99547886123e2644 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: 411100 SHA256: e292035a550e34cf7f41697c5c15d9dd4d506f7956b5483156da1de783a600c3 SHA1: d4c4f2473ecbd014783c4452fb3fc8a430dcb9cc MD5sum: 9b874bf6b76a389c5c439e43ab885d5c 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: 52386 SHA256: 01fb59e9f564d68cf172005c3b1aa83687b758e2d53ca346312f229c96640437 SHA1: 3a65e86bbf16a44e6789bc5cac05753a571e53cd MD5sum: 3fc4cc64a1cb0864dc2a9afbcd6d1fd3 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: 48688 SHA256: 2069b559749193b97d8b76a075b501dd9bfa1319f501c34825a64d4cab2d848f SHA1: 618100edf30e9dcdf4228df4987d7d3aed249a4d MD5sum: 672fe8a0a839d4452613975ef330eb34 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: 2015.8.8+ds-2 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_2015.8.8+ds-2_all.deb Size: 13434 SHA256: 994bfe0bea7990cf768c8b068caa6b2ec1f2f5ec3e2e36423c3d844eb5df8cd6 SHA1: b478ae545b8c7a91f9edbdb21b1dbdb7f9855f21 MD5sum: e5c35f6895569a7e7a479ee1dd729577 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: 2015.8.8+ds-2 Architecture: all Maintainer: Debian Salt Team Installed-Size: 88 Depends: python-libcloud (>= 0.14.1-1), salt-common (= 2015.8.8+ds-2), python (>= 2.6~) Recommends: python-netaddr Suggests: python-botocore Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-cloud_2015.8.8+ds-2_all.deb Size: 15610 SHA256: c4c771f090837f5f1020aba1fca65e5206d58f389ea8675d9b831e8e90a99fe1 SHA1: b43fc2238979203469fe85ca63c71e638bfef8f8 MD5sum: afc80de771e42cfd84a0faf8d891f3a2 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: 2015.8.8+ds-2 Architecture: all Maintainer: Debian Salt Team Installed-Size: 14959 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_2015.8.8+ds-2_all.deb Size: 3961342 SHA256: 3f3465d444a164f7b15416a0d4d1c1e948c66062c44859cd8bc67c317019dd00 SHA1: 1d8fb017c0146ca11181876bbb3c86b8ae6b18e5 MD5sum: 16c431914cf6c5824725bf3f9c5ab2d1 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: 2015.8.8+ds-2 Architecture: all Maintainer: Debian Salt Team Installed-Size: 133 Depends: python-crypto (>= 2.6.1), python-zmq (>= 13.1.0), salt-common (= 2015.8.8+ds-2), python (>= 2.6~) Recommends: python-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_2015.8.8+ds-2_all.deb Size: 38860 SHA256: 45030a8172ac1b2874d4b6a591cc7bd7b8168919e6ee4a184f03389eec0126b0 SHA1: 9648f92175f1e77671b2820d6471725c4c5d47f1 MD5sum: 99ff5d64df26753f27d065bdc59c0693 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: 2015.8.8+ds-2 Architecture: all Maintainer: Debian Salt Team Installed-Size: 142 Depends: bsdmainutils, dctrl-tools, python-crypto (>= 2.6.1), python-zmq (>= 13.1.0), salt-common (= 2015.8.8+ds-2), 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_2015.8.8+ds-2_all.deb Size: 26056 SHA256: d690c5ec67017a8992bf19cbdc926c23447c46d6e42f016c5723c35c1d5b472f SHA1: 1ce10c0756a3bfc4c3570c1b75de35768a02f75a MD5sum: 18260cd0c768140414d2dce24d988aab 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: 2015.8.8+ds-2 Architecture: all Maintainer: Debian Salt Team Installed-Size: 73 Depends: salt-common (= 2015.8.8+ds-2), python (>= 2.6~), msgpack-python Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2015.8.8+ds-2_all.deb Size: 14472 SHA256: fd6ee8cf9ca51bae9ba354a1e7ce26a8a6e24fe834b360b778468781cca2317f SHA1: 71f88f9738eceae6b1a3a4a0a356e89d9de96784 MD5sum: 026a86863091fb64e4bc225f9ddf5773 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: 2015.8.8+ds-2 Architecture: all Maintainer: Debian Salt Team Installed-Size: 79 Depends: python (>= 2.6~), salt-master (= 2015.8.8+ds-2) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_2015.8.8+ds-2_all.deb Size: 13774 SHA256: 857896bf66cded362b1209d8c6fce8b5c5d713b185ffe3b0aff728038a9704cc SHA1: 510a158f6106f9ed07ba07b66a8899d6daad92e4 MD5sum: d38d33c8828961759211231ecc7577fd 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.