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: 6698 SHA256: 4e1cc131168ad3f9231e2b635aebc372bf3b01712668383fcd146107846504fc SHA1: c70b8abbd2e7337fdf19612f8bf21f922314a0da MD5sum: ada866ea0f37b33b0d349fd3b6ca9efb 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-4 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 683 Depends: python, python-support (>= 0.90.0) 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-4_all.deb Size: 244420 SHA256: 1e4a8c502a72c21af4ee8e87504bb9e2959785c67dd75727f688bccdf6eca30c SHA1: 87df816b2358db192f99acc8c8666893d8b31f33 MD5sum: 5ee54ded0766c210aa51ec78773c788c 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: 36164 SHA256: f22a4f30d4edb5ad685b59a764ff084d2f87b58f9572a4ed02dd864ea2052f01 SHA1: 6ec1a724fa99a9fc2ffcd64d33aadaa7734efedf MD5sum: d854e97fbfc75fa590ec319b85ca5eef 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: 11584 SHA256: 4894e5e35c1690f7c8e764fccbf8ae7bc81f2642bc6cae8b7f9b2a0cd2c6e0e7 SHA1: cb9cb3be5247aa9ec2c368a34b7e34fa4c70e60e MD5sum: 07575e298029845a309a684e44e3c7e6 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: 42990 SHA256: 32ce709d7baba5143266fc7e7e57ab57e9d5a6061e0117b26043f394ad311d0a SHA1: d167ae3dc2c73cb16d1a45ba97d2fc7f8ba4091c MD5sum: 15407c6f2e95f3eb0bc69f078cad7436 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: 13516 SHA256: 573a5d23a1faff0a68d3b95fa7bce0d988527371eff47c88a73c3b99ac857445 SHA1: 2106e3d9d6eb6de8d9fbef8e3f3267273eb53641 MD5sum: b32d53bab0b0f6b95bb26ca55da516ac 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: 425898 SHA256: b80edbb55d2657d34cca6d7bbe197a8eb654577774582bb842b23adb1adeb5bb SHA1: e5c0ce031ae4c62ca9ada3bf2f93026f0193189b MD5sum: 19d1bc479935bcb754318ee25bc7237c 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: 376910 SHA256: 16f1c07ad8be26ad20a3f6ac4dab21f458600abb205732754f61dadfca5171d9 SHA1: 7758714bc32d2c2d06d5119cc153b6b95ce15ef0 MD5sum: 8268341fa5cc6f5365f572f999de4146 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: 194062 SHA256: ee3517b018ecc0b72f07087385b33d45fe6df774a2585dee41ec2d55efa1a100 SHA1: 7d0d930bbe18473af2db634b237c9546f2ff534b MD5sum: 9230ecd79f4f35a8da7a62bf50e972eb Description: Flow Based Programming Automated Reasoning Engine and Automa Enabling the Programmable World. http://ioflo.com Package: python-jinja2 Source: jinja2 Version: 2.7.3-1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 1051 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-markupsafe Recommends: python-pkg-resources Suggests: python-jinja2-doc Enhances: python-pybabel Homepage: http://jinja.pocoo.org/ Priority: optional Section: python Filename: pool/main/j/jinja2/python-jinja2_2.7.3-1_all.deb Size: 171350 SHA256: abe7cda56750f1cc4495f5b8f035a3027a474fa551981f873de0639df3ed6823 SHA1: d2caaa9c8977b73f3b0eaeaee5cab179548fe01f MD5sum: dd6170649a2a4ba4cfcbe9a17207f4bc Description: small but fast and easy to use stand-alone template engine Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. . The key-features are: * Configurable syntax. If you are generating LaTeX or other formats with Jinja2 you can change the delimiters to something that integrates better into the LaTeX markup. * Fast. While performance is not the primarily target of Jinja2 it’s surprisingly fast. The overhead compared to regular Python code was reduced to the very minimum. * Easy to debug. Jinja2 integrates directly into the Python traceback system which allows you to debug Jinja2 templates with regular Python debugging helpers. * Secure. It’s possible to evaluate untrusted template code if the optional sandbox is enabled. This allows Jinja2 to be used as templating language for applications where users may modify the template design. Package: python-jinja2-doc Source: jinja2 Version: 2.7.3-1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 921 Depends: libjs-sphinxdoc (>= 1.0) Recommends: python-jinja2 Homepage: http://jinja.pocoo.org/ Priority: extra Section: doc Filename: pool/main/j/jinja2/python-jinja2-doc_2.7.3-1_all.deb Size: 146072 SHA256: 1758686df9622531abb400af909da808ce02afbfdd655b9302efb24a14d1bfd2 SHA1: a4869192cd9fd625398296f0affd96b1db3fbcb0 MD5sum: 253ffffda33bca55e874395f5cd34f03 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: 0a553acd00f00d80a6116a3bfd3b1b566f0aaa48a5462574fa352a29429214b7 SHA1: 1e7512629f5383191142f295dd99ffcabc9f219e MD5sum: a19a698e334bf22a0173cdd8c0764ffb 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: 137918 SHA256: 30207ed4ec21c27e32f2c43be087b60441030fcbb1b5473a67a6fb724594b96a SHA1: 0b89d2b31ca8cf10b102140156eeb7466256057d MD5sum: 19d7777f3941924698d46963c1c317f7 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: 54944 SHA256: 4954237026bf2fe5158eba506f1f7a65f64f040ef21967692816361a77cad4f0 SHA1: f7ad9f7693042b3fb140f3fe68c434b0ed36a31b MD5sum: dc82cd70f410316306382db1f55a4d2d 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: 48758 SHA256: 20cdbfc9c9e9000e4dde86cd1a81b201639bd8b64ccf1ecfb2066c3dc539e19e SHA1: 66f353f9a03b2001616fc83178a0603ff4ecbf1c MD5sum: b5fcd3eb0a19bba190034c76b478ebbf 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: 11008 SHA256: ea12aaad0fc7c5da3b5c4fbb5b7b8b8cf0ee87da09576c622b8d9b04fa7dcf59 SHA1: 457b3e26dd0d4bab963ddf998a732dd7d51ddb52 MD5sum: f3e9656e1a102440d995c015397499a7 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: 42586 SHA256: ea4c9efed9fc43c260081ec94c029c41f3969716323e1e938a4eebad32bd3d8f SHA1: 8d6172d30c4b00a5873b50b350279a831082365b MD5sum: 46409b9e787ab4771d58d554e6ba2c0c 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: 411136 SHA256: 25d49a42c5d1fe02bbad36592d6bd9a5663bde778b0216d11ed96786537ffca4 SHA1: ad39cfa3177cd5e4906cc850e3c3965fc651cded MD5sum: 327c4f47cb8d4bfa3e8e34fd439bb6bc 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-jinja2 Source: jinja2 Version: 2.7.3-1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 964 Depends: python3 (>= 3.2.3-3~), python3-markupsafe Recommends: python3-pkg-resources Suggests: python-jinja2-doc Homepage: http://jinja.pocoo.org/ Priority: optional Section: python Filename: pool/main/j/jinja2/python3-jinja2_2.7.3-1_all.deb Size: 167390 SHA256: e69ea5e1b9f560d189fe6a2152f1035911ff55c4c0669e738360cd7f81671fae SHA1: d30ee465cf686c202bd1aef6630e6b84eace35aa MD5sum: 901ca5aa3a517a195d36b2f690b7863f Description: small but fast and easy to use stand-alone template engine Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. . The key-features are: * Configurable syntax. If you are generating LaTeX or other formats with Jinja2 you can change the delimiters to something that integrates better into the LaTeX markup. * Fast. While performance is not the primarily target of Jinja2 it’s surprisingly fast. The overhead compared to regular Python code was reduced to the very minimum. * Easy to debug. Jinja2 integrates directly into the Python traceback system which allows you to debug Jinja2 templates with regular Python debugging helpers. * Secure. It’s possible to evaluate untrusted template code if the optional sandbox is enabled. This allows Jinja2 to be used as templating language for applications where users may modify the template design. 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: 52804 SHA256: d4f773a4a29f69450d49dc0a09d38322342f6e5e36f60da0dd49347f30ed2c68 SHA1: 7991f32b658caf4485e3f2cbc7766018ccb84388 MD5sum: ce23679f7829e6464d0cb9013bc7a93f 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: 47938 SHA256: 2d27f57e2a706df096dd5e1d9dd62df835ff751d892b3f2f53d675124152f577 SHA1: c27e8db739edc3de1f88529dfe07bd08ee19158c MD5sum: e9afb21f5ed540ae6da9a4daef9ebc1e 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.11.3+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.11.3+ds-1_all.deb Size: 13624 SHA256: b5cef373f77cb1ef8490bc0da30bcd4388bf0f3ee159ae6a694efdfcd96f954d SHA1: 63b753be4283fa75f4ee89512d17be30458ba37f MD5sum: 00ebb139d28e07b873bd27dbb801c098 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.11.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 88 Depends: python-libcloud (>= 0.14.1-1), salt-common (= 2016.11.3+ds-1), python (>= 2.6~) Recommends: python-netaddr Suggests: python-botocore Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-cloud_2016.11.3+ds-1_all.deb Size: 15554 SHA256: e05122f081f3bd52b67cd8158e88ac18bf1c31c4e5fe5e3778b0ac49e5f874b8 SHA1: a0567ca5edff9f715f4c07068f6183f2c21d5c1c MD5sum: f01dff90a1e0d7ff3c661af758dbb17e 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.11.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 20153 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.11.3+ds-1_all.deb Size: 5241072 SHA256: 29fad1908baed40f6b4328e80b3ab9a1702bf0185020cb95c577b52d1fa0ac6d SHA1: 2ae9e6fb5577f2dc581646a3f48d5ba56d7a4b02 MD5sum: 3ef35b42732423cf769c1098e2a4941f 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.11.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 154 Depends: python-crypto (>= 2.6.1), python-zmq (>= 13.1.0), salt-common (= 2016.11.3+ds-1), python (>= 2.6~) Recommends: python-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_2016.11.3+ds-1_all.deb Size: 42252 SHA256: 292876eb124dfeb883947a18e90e444ed8cc9de813c0878d76cc2b93657c4ddc SHA1: 7f4b908790bf1d7c0059b3fe96448b1b9a879807 MD5sum: 47a115b1573f62454eaffe8684bc9aab 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.11.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 165 Depends: bsdmainutils, dctrl-tools, python-crypto (>= 2.6.1), python-zmq (>= 13.1.0), salt-common (= 2016.11.3+ds-1), python (>= 2.6~) Recommends: debconf-utils, dmidecode Suggests: python-augeas Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-minion_2016.11.3+ds-1_all.deb Size: 29638 SHA256: 1d208af20d62b1e5e714a0ae59c34a55780d59dc7f63ba98f989db3b6268cb85 SHA1: e11c1677e322c6a1ed4f3b148670405e23b606cc MD5sum: d8792ae96f686466ac2706296f1cd9de 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.11.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 73 Depends: salt-common (= 2016.11.3+ds-1), python (>= 2.6~), msgpack-python Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2016.11.3+ds-1_all.deb Size: 14246 SHA256: 21f49e524fbc1bcc36cb4dcd1e4422d2d18e6d027ab52bf10f24f72c1d228aae SHA1: f5becf1a7ccd81a5b2f87699dca793c7056e3831 MD5sum: 62431c715dc88a4ac255e0a1c3a8350d 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.11.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 91 Depends: python (>= 2.6~), salt-master (= 2016.11.3+ds-1) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_2016.11.3+ds-1_all.deb Size: 13972 SHA256: 0c02b113a1f0aca8d5a545cef854206ae3e4360b39c6cf72cb42ce8e4f821551 SHA1: f4642a871eb2448007967b052e4ec771b0e89038 MD5sum: 09812b26e967baf9c731d79b2bea8b71 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.