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: 6726 SHA256: 6e82639815f416e6a4d612da4ef53596d3f4d25561de1b1acb2541d412d7cd77 SHA1: 3c90899ff29a201c2a6874b130e02aeb89d6748b MD5sum: 680d7cd5d6bfe075842e368e66c7b4f0 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: 245346 SHA256: bae4cd864f40b0be1dfb35e9e7caac96d346ca98378d9e834a70d0801bf69a06 SHA1: 658704ebc51500ca429bb76092bb597df8584967 MD5sum: 7ad1b3405a0fd08931ae08e85cca5b21 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: 36286 SHA256: e550ab9afb4ddd3856c0ffb91c4a57cec41c1c97a92792d4e7769ebf9ec7ecf6 SHA1: 87abf94567c24d924e7e3e801585f524820d62bb MD5sum: 720f40f235cc5568128207650996f215 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: 11548 SHA256: d1cb54ad5d5076c8513fd07cd1f3ea1a3a74ab08f4675539082deacf0e284aab SHA1: c1ae65bb201bd86ab826623a571945b89f6d29c1 MD5sum: 1f5e3aadceea81c3378325ac35a2c7a8 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: 25c706aa021c5fc915e769dfe87fe84dd3b1d607955c15b010b330c28a672726 SHA1: c102127ba8248f889a850f4a5c4f781dd1407ae0 MD5sum: 4940ee79644758777fa5702688927383 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: cac7946766729a0dd928e4bdea764cff918dd4b24ebbfaf843c6c778f2a50144 SHA1: f5ce8fcc0347e499fad8cf7000835539c17fa3a0 MD5sum: 7e0e2562e9f4eae98e2bc7ee693bc8ea 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: 425420 SHA256: ea0b547c873bb75016dbcf5cb1587fe17b2e78906a771232e8d44b94d0f1b160 SHA1: 31aa2418a3eb5ce125566dda73ad158358731b33 MD5sum: 5ac575bf59faf9e52891958882c5369b 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: 376854 SHA256: 3af0fa6bc5cf0a1e3a63237d4fca0a236a36136e85bb307ef74b90fe75da38de SHA1: 7115d1887a111a0c6de1a28fdea94d79812b56f1 MD5sum: 0695c9265257b10a2b7fb4234c8e5df4 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), 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: 194530 SHA256: 4603d61b7da9b69c03b62da7f661c8d61159e814deb9cc4dd347ecedc6930010 SHA1: b98b27e73ebfafea446fc0db47df13d1b3cf3a15 MD5sum: bd62b93151da69df9547af77048639fc 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: 162920 SHA256: 9c8c00737c8688fd264783bd1adfb328ffadfe51cdd37b8a769920003e124615 SHA1: cd94a747e4cc842d331eaedd979c309c14f31b6c MD5sum: ec5ed5a90d3089c1761a769b71d8f2f1 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: 1074 SHA256: 1532fc8860630eacae90db0fba787f3053e84ec2d08572285c19929b27cf56a0 SHA1: 830f00dd88b5686baba626e23f64927d656e1cd6 MD5sum: f8c78a694027d407dd93ecd04490e5de 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: 138428 SHA256: 880e5ed423541b6a0afa8e0947789145c29a03bb0e88e7fa95dc1ab7651a58ce SHA1: d52850f8ca8d69e6206577e7a0e3a63b1abc2fcd MD5sum: 6f337b1b6db24d862bd2aaddcf33fa86 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: 53476 SHA256: f53f6a92d7320630b31d1bc14f123c8242894574b4ef96ea37352439410eacdc SHA1: 9e7c86518b5a1c412a6695637bf95817ca0420b1 MD5sum: 15ac9cd2cba2d8dca715bfb4b1a85ba4 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: 49496 SHA256: 641dac60141cd608315abdf34ee8032511d8b239eacce892de1a083738b0ab53 SHA1: b26731a2a4607ff1a7bd6baf9d5833890980989b MD5sum: e87046ebd7d2ea8ef5afdb511d7857d4 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: d4d92283dd181b6fb71436df238c85fd18d11fa0f6251e7532636940caa7c8d6 SHA1: 7f29a257826ed8cd2e00f9c6563fef1350c11e5e MD5sum: 5e2b1b39f64336883f0300cb06e610c9 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: 9149b602706ee5e963c7e31b6fc3d80e1e0f75f3a3dfe1ff78ac04e948ef3a83 SHA1: 68499ec5df84713ffb403033c3286225188f4c9b MD5sum: 593a8931ba0b2d344a5d62e26ccaf607 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: 411112 SHA256: bf852bf0823dad31ce795b24a0c49a8852af876017fc701b1b79cef4c87920b8 SHA1: 222f793956be26ad65c7a749a70810083aa00bc3 MD5sum: 8b199afd2c4c43cf290607a6d72582ae 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: 52380 SHA256: 9ebc4ba62595746e90e46e4fc37fb2ae40310f85e5d4db948f3f91bfa0fd0d76 SHA1: e12dadedfd2f68996701029160fab1dde7fd4260 MD5sum: 594ab17afd4afb7e9e89887f74e16cc2 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: 48676 SHA256: 261d2fcccff11239b61a7858b303c11aaa1097658350138a038cd96bac04c554 SHA1: b8b862b7bc0a12ba85daf4745f6651b0507fa31a MD5sum: fcd55ba7f7cfbb6e45dd092eb82be41b 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.10+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.10+ds-1_all.deb Size: 13408 SHA256: b03d524c47446dc5060cc621c99ce248b211cddf45a5d05c52091deef9ffd0ab SHA1: 796292b9550b71eb90f33841c26ec7b831faa393 MD5sum: f2a77b6a6831490c56a34572a815e412 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.10+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 88 Depends: python-libcloud (>= 0.14.1-1), salt-common (= 2015.8.10+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.10+ds-1_all.deb Size: 15590 SHA256: be6aa87f1cf71d902168883e89d15173b00af0e56c89644424426e6aa0d2c4e2 SHA1: fd0e7f5244096c1a04b98ccc641071c073439a29 MD5sum: 093dfa23a45f3fab420d706a4e8544d3 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.10+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 15071 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.10+ds-1_all.deb Size: 3986496 SHA256: 1e053458b447bbf50df6e418d0e1282d9a4348bd1ec25f4659f15b000c3553ec SHA1: 4f6e5a4617e8904248aa42c5a46820d36e205d8c MD5sum: 2ddef98ee9c5254451d967fb7712cf70 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.10+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 137 Depends: python-crypto (>= 2.6.1), python-zmq (>= 13.1.0), salt-common (= 2015.8.10+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.10+ds-1_all.deb Size: 39776 SHA256: 9620360470e8de3e92ce94370c094a49031dcfd7d9c941a6b63e1c198244d45d SHA1: 4b8f5ebbaf034f95576835c65ea2ce81f6d50328 MD5sum: 439c1d31ff668d208e79e9eb331a7cd2 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.10+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 143 Depends: bsdmainutils, dctrl-tools, python-crypto (>= 2.6.1), python-zmq (>= 13.1.0), salt-common (= 2015.8.10+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.10+ds-1_all.deb Size: 26372 SHA256: 72fff8924f7a9b3f07218cdfa7f15a185ca4fe2969fbfd33c233ad64044eb426 SHA1: 8288589a8651c8754a0ae88c24594d04fb5cd508 MD5sum: d0047e3042096375ff1fd6adad0c7d4b 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.10+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 73 Depends: salt-common (= 2015.8.10+ds-1), python (>= 2.6~), msgpack-python Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2015.8.10+ds-1_all.deb Size: 14442 SHA256: b4246bd483cf678dfb6f751a1aa157daf1a087f19dc0960b99d4ec80339ca405 SHA1: 2568e3b6486f998926cb3c9a51e410d32e6798c3 MD5sum: 994c48437387453038b28658381e8c5e 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.10+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 79 Depends: python (>= 2.6~), salt-master (= 2015.8.10+ds-1) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_2015.8.10+ds-1_all.deb Size: 13736 SHA256: 5bc63c2dd6ac3dba08e6959e93dd6aefd27d6090817bf34a19a64193fd40cfd2 SHA1: 6efc880c839cabd902a89861099ffbe6d8a54922 MD5sum: 33c509831cd15083e49645d671b51e4a 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.