Package: python-apache-libcloud Source: apache-libcloud Version: 0.20.0-1 Architecture: all Maintainer: Apache Software Foundation Installed-Size: 8625 Depends: python (>= 2.7), python (<< 2.8), python-backports.ssl-match-hostname Priority: optional Section: python Filename: pool/main/a/apache-libcloud/python-apache-libcloud_0.20.0-1_all.deb Size: 1187632 SHA256: 500f7482446fa54c6d11a1ddc07ecf37917f5ca5a816b0940aa0ea4a82e82dcf SHA1: 46e7324abe5f43845986a338e1ac34cf33f739a5 MD5sum: 1aa04182aad88a423c1ff7a73bc686c8 Description: A standard Python library that abstracts away differences am 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: 6724 SHA256: 89de4223fe9406fffe2ff49a44d7bdddcbfcf3ee83fb01d4c1dba09f6214d974 SHA1: 5353f65eb270db8263138ea2e445232c2297a6bf MD5sum: 57ebc5b1febcdc8ab3baec4ae1d1baf9 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: 245352 SHA256: 02583990a461ea440b4981b19bd5dc3830869929151020a7b90f912d7cce4550 SHA1: 415cd6dbfb2486661f3634262faa0af9d9fdeb9e MD5sum: be97344fb6f868ff41af4dd7976394fb 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: 36290 SHA256: b307be899d531910ff22b4b583c85f67fb86f0abbee599cf64f4d9ded3448729 SHA1: c49cee33442e181d0db0ce3f3f7c0f4178fb84af MD5sum: 0052f80fde127f887d6f0d1a05de6659 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: 11554 SHA256: e30d74e10fabba2f6b3b7fc92e0b01e677b81a85b09e8b6d3ca074355073795c SHA1: 8f878b4484af38f5986e726fd3702ad4859290c1 MD5sum: 688884527b3b1aa2e41fb5526dae7181 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: 36020 SHA256: 199972a64bbe94f0fada6125d0f328967011650da532893e6e17f0bd6ec5be66 SHA1: c045b512c8c4d8dd78fe40426402029fb4ffc170 MD5sum: a3f952869789d865ac8aae5ed235277d 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: 13506 SHA256: e8b4084ce9b640e08bf22c23be0b4dcbd3e3b9fe7ddfd2673d16d41647c5b0ae SHA1: c3c23c26e6d5e8e944e73e454d62f6a21c203c01 MD5sum: cc304cd3fc275a5ae9a9dc2572c80bf1 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: 425292 SHA256: 2a244449912f3ab2d2745e6709d77a310aaa66135f2b743ab409ff1ca3b57c86 SHA1: 065b05a145a0d152c2e7187512e3e5dad4e5e9be MD5sum: a11c9952f5d2d22f1ea3b233f13719e2 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: 376836 SHA256: ee1f0ba940972546e4434bde3b95c17f12588d2ac4a624ed60b7df0fb1da363a SHA1: 16018c931360719bc965712c047e676307a42a74 MD5sum: b0ccec09c8de078140a2d0654456160d 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: 194460 SHA256: 5edc71cb2f4053f65019e452b3aa38a8a9b6d2a9b16f4839c0148bb2190fe54e SHA1: 532a5123ada13ecbf46a22c2e88ba12f0f947fe9 MD5sum: e0898e5720d1d4246f723371a6068668 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: 163010 SHA256: 9be94e4788355962b9ebdc68cf28b3356daf799215fb9a570e4a1098b7c567f4 SHA1: 6baef0bddce6d336adcbb35bc8891dee87b31e60 MD5sum: 82aac6307d13d74cfc5ed337eff0a5a6 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-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: 138626 SHA256: de9f4fea59998474cde77e3447d891c179cdaa5315b16a98d3e8cc36e8481ee9 SHA1: 040d6fa670c97502b4591453a0a53e67585363c0 MD5sum: 00c2c57344b0ad46580ed28c287ee952 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: 53462 SHA256: 231a62a621cbe58e34455871b2769fbdb3cd26fdc37f8c6f84d8148d395c3434 SHA1: 8fad1fb5d64ab910fedc989b6967edb44d220d41 MD5sum: 22f3101af84b42e1d7a3cf9e56c159bc 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: 49506 SHA256: 73e6c376c307591c7bb88ce5b7dffc0b588f192182333edf1b7ae02ef202810d SHA1: ee311c0ddeeb54f07fab7ea0916fac7e22553307 MD5sum: f9572bf49868b046a319c5080f7f5cfd 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: 10946 SHA256: a7f13ec06ac13984c12d018ca5502f726b6959ba99613afc89ccf1be9d5c4a6c SHA1: 409b596f42a9b1901ab7c3ec3b2dabaaa9002534 MD5sum: c1d58930229fe6bde56f1314d02c7366 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: 87991069fff7af151ff4704727705ba5c7300c352f49b0dd3e56a0232e7278fe SHA1: 688110545109df2e6a85140c5668fdfb56a650e1 MD5sum: 742ca029d1bf93f3c71cfc2db131513c 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: 411106 SHA256: 255553521f45f410a9bccd6eb5909bb926c9656c306f6ae59643d82c867f7a8a SHA1: e5495d417a045f446286c8512c2700273cdaa576 MD5sum: 404073dae293680719b0e9d4ea553880 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: c878a653626e09680f4393f3402644b4eed895631e628cd2b59da09baa46c74e SHA1: fc5ee27a6830509a5b21d4ae97cfbf911dacf92e MD5sum: 1d95540acd5d6e8c4e88b37587bd6d53 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: 5638889084936966cb3126ea46fd0167c3c709d5245f29c12428b3caac852ab1 SHA1: c0262afccf891ef46b4637bdb8cb788112441213 MD5sum: 8eda6f41ee243e612619aef159973358 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.7+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_2015.8.7+ds-1_all.deb Size: 13398 SHA256: a9761d1a5a9e1744bedf3c88b794ba4b60b4942c4377238ff1466de26ea0dc58 SHA1: 8a69b5c6dd7ed150bcf0e14fb2ad34c71b04eb21 MD5sum: 6ab0aeac396cb9670c8f34d738e62f21 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.7+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 88 Depends: python-apache-libcloud (>= 0.14.1-1), salt-common (= 2015.8.7+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_2015.8.7+ds-1_all.deb Size: 15592 SHA256: f55131619abe80433fe84cc432d3b0c7a85ceb181d6895ba5aef101901861283 SHA1: ee6e66b5532f6b884da6c090db28ad07ee06f774 MD5sum: ca7b92a98cb3482eb9f00088831f2d09 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.7+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 14845 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.7+ds-1_all.deb Size: 3935050 SHA256: f5ad9add3ba7d0bd060f945985c45bbaab6a02e6bf30f2bfc0e0ff74491f4edc SHA1: 0e5cbdcb42da0512cc6173b8c64cb2740ac595bc MD5sum: 9f9f5ffe9246dc388dcb52b726610e0e 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.7+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 131 Depends: python-pycrypto (>= 2.6.1), python-zmq (>= 13.1.0), salt-common (= 2015.8.7+ds-1), python (>= 2.6~) Recommends: python-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_2015.8.7+ds-1_all.deb Size: 38008 SHA256: 8edfc2468c39a49c1c486f9a0ccd41b032612564fa84984758f498868ec9f1c4 SHA1: 1c22f65782d8b73c888c79df83a9715fb42a4169 MD5sum: 188d2fd6886319016c081d02ce8f8ad8 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.7+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 141 Depends: bsdmainutils, dctrl-tools, python-pycrypto (>= 2.6.1), python-zmq (>= 13.1.0), salt-common (= 2015.8.7+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_2015.8.7+ds-1_all.deb Size: 25918 SHA256: 1a1f8e3787cb3134954cb1c7cd6de664e10aaa24207e8a9521f4548e26851943 SHA1: a74dfc100e17165f9727fbf278a1a87cdd0fbf3a MD5sum: b471613376bd75260ee49beb9ac153d7 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.7+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 73 Depends: salt-common (= 2015.8.7+ds-1), python (>= 2.6~), msgpack-python Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2015.8.7+ds-1_all.deb Size: 14438 SHA256: bd3004cd3668206f3b3fed502d6859653911404ce212fcc9daa04c89e1f7d4a6 SHA1: aef18690c333dba87a7284dbbcec1dc6609b413f MD5sum: bd1d3e0107aaae980ddb687aa6df0ac6 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.7+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 79 Depends: python (>= 2.6~), salt-master (= 2015.8.7+ds-1) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_2015.8.7+ds-1_all.deb Size: 13738 SHA256: 6f6cc26fe55a613c053a8f53c2b95994994269f586a0fca6ca66dec08cb46678 SHA1: 7eada0e4d7d208cc6ac0455ce237d3b879499a36 MD5sum: c66a803fc8482c32644ece08e3fcd254 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.