Package: libsodium-dbg Source: libsodium Version: 1.0.3-1 Architecture: armhf Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 321 Depends: libsodium13 (= 1.0.3-1) Multi-Arch: same Homepage: http://www.libsodium.org/ Priority: extra Section: debug Filename: pool/main/libs/libsodium/libsodium-dbg_1.0.3-1_armhf.deb Size: 248240 SHA256: 8a6d3f1053fd7b1e68adba67e4f2e1d9d20b10177b04f45f8202a21eae26f585 SHA1: a8446ef0a64e017df3663028f774fe32405c616d MD5sum: 435a092fa5e1aae981e5c5361841153d Description: Network communication, cryptography and signaturing library - debug symbols NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. . NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. . Sodium is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API. . This package provides debugging symbols needed to debug libsodium itself. Package: libsodium-dev Source: libsodium Version: 1.0.3-1 Architecture: armhf Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 725 Depends: libsodium13 (= 1.0.3-1) Multi-Arch: same Homepage: http://www.libsodium.org/ Priority: optional Section: libdevel Filename: pool/main/libs/libsodium/libsodium-dev_1.0.3-1_armhf.deb Size: 158052 SHA256: 1b44ec1631b8127586d4d89ef94e6d6116a1c14b2005ebeefc31a1ad657abb51 SHA1: 965a0504dfb3363736823140b678458d25411d03 MD5sum: 63a90e143477e62647ef5b0fafa70125 Description: Network communication, cryptography and signaturing library - headers NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. . NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. . Sodium is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API. . This package provides development headers needed for applications that use libsodium. Package: libsodium13 Source: libsodium Version: 1.0.3-1 Architecture: armhf Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 416 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Multi-Arch: same Homepage: http://www.libsodium.org/ Priority: optional Section: libs Filename: pool/main/libs/libsodium/libsodium13_1.0.3-1_armhf.deb Size: 145204 SHA256: 4adf7ad0e6aa718fef31d9381e6379ce3524e3c63822c5b035066840907802e1 SHA1: b449b3ef11f2252560b15116874ed4a0ddae4c07 MD5sum: d68e5fe1dff1bae3977b96273f2e463c Description: Network communication, cryptography and signaturing library NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. . NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. . Sodium is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API. Package: pypy-zmq Source: pyzmq Version: 14.4.0-1 Architecture: armhf Maintainer: Debian Python Modules Team Installed-Size: 530 Depends: gcc, libzmq3-dev, pypy (>= 2.4~), pypy (<< 2.5), libc6 (>= 2.4), libzmq3 (>= 4.0.1+dfsg) Homepage: http://www.zeromq.org/bindings:python Priority: optional Section: python Filename: pool/main/p/pyzmq/pypy-zmq_14.4.0-1_armhf.deb Size: 95324 SHA256: d9a821c51d8da17d508190839388280abe2795a0956631d2d51fe61eec7ba6b6 SHA1: 8fca16729b09fdea9fa765ae06e1b99fbc867b70 MD5sum: a4d5dc26ff659125deb44094dc89bf68 Description: PyPy bindings for 0MQ library Python bindings for 0MQ. 0MQ is a small, fast, and free software library that gives you message-passing concurrency for applications in most common languages. . The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. . This package contains the extension built for the PyPy interpreter. Package: python-backports-abc Version: 0.5-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 50 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Homepage: https://github.com/cython/backports_abc Priority: optional Section: python Filename: pool/main/p/python-backports-abc/python-backports-abc_0.5-1_all.deb Size: 5664 SHA256: e099a6d4acdb7596d3a2e39dfe0802d7f89e35b4594c99b55707af380de2f469 SHA1: 47379cb8ce226f8a2c35393e03f09ffeee3c547d MD5sum: 639b63e6edd53f10b6c75df8548af622 Description: Backport of the "collections.abc" stdlib module (Python 2) This is a backport to Python 2 of recent additions to the "collections.abc" in Python 3.5. . This package is (obviously) for Python 2. Package: python-concurrent.futures Version: 3.0.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 218 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), 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: 35968 SHA256: b30f8bfa6b4409f5d7db96b4306ebc6445912f361b84b4b00c00772fa3489952 SHA1: 82aa5fb9afe4409527112acac6db6ad7574a8462 MD5sum: d15d49f71c6e83ebf8bffd84f1ea3678 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-future Version: 0.14.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 1711 Pre-Depends: dpkg (>= 1.15.6~) Depends: python2.7, python:any (<< 2.8), python:any (>= 2.7.5-5~) 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: 332552 SHA256: 560542477b45dcb4258fa49e80a4c44595769e156b5bbc1249ff88531b7db0d8 SHA1: 5cb921279a8dfbce8508cda7b7a097a99fe63588 MD5sum: 9d20b70771fe19e40e9c12540d0f45ae 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: 1547 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: 288300 SHA256: 8f9dcfb10ace74b628bf0457d3a7522b1f8b74b4a5eb8af4836feafedf84645e SHA1: 1e9bc25167f863984e0d80916f119268f9bfef80 MD5sum: 9dbac44107ec78091f3336e2910816a6 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-libcloud Source: libcloud Version: 1.5.0+ds-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 13066 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-crypto (>= 2.6), python-lockfile (>= 0.9), python-simplejson Homepage: https://libcloud.apache.org/ Priority: optional Section: python Filename: pool/main/libc/libcloud/python-libcloud_1.5.0+ds-1_all.deb Size: 1251882 SHA256: 0a8cf73406e3cb5cac40de9b497d74f17642fe94174e60f3d073985c657a6a39 SHA1: 5e92b049058d835e702511c4b3edf90999f560f8 MD5sum: 5618e5adf1561e53f489c9651296c29d Description: unified Python interface into the cloud libcloud is a pure Python client library for interacting with many of the popular cloud server providers using a unified API. It was created to make it easy for developers to build products that work between any of the services that it supports. . * Avoid vendor lock-in * Use the same API to talk to many different providers * More than 30 supported providers total * Four main APIs: Compute, Storage, Load Balancers, DNS * Supports Python 2.5, Python 2.6, Python 2.7, PyPy and Python 3 . Resource you can manage with Libcloud are divided in the following categories: . * Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace Cloud Servers (libcloud.compute.*) * Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace CloudFiles (libcloud.storage.*) * Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*) * DNS as a Service, DNSaaS (libcloud.dns.*) . libcloud was originally created by the folks over at Cloudkick, but has since grown into an independent free software project licensed under the Apache License (2.0). Package: python-msgpack Source: msgpack Version: 0.5.6-1 Architecture: armhf Maintainer: INADA Naoki Installed-Size: 270 Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.4), libgcc1 (>= 1:4.4.0), libstdc++6 (>= 4.1.1) Priority: optional Section: python Filename: pool/main/m/msgpack/python-msgpack_0.5.6-1_armhf.deb Size: 66144 SHA256: 3d46021c566068580879420798412bbfe57732bf9cb1269060bf9e09a61b4325 SHA1: 42da24388304f720e4a5fb5c908c1a4d86193fc4 MD5sum: 78af439b0819e8ee4cd9b309eb94b05c Description: MessagePack (de)serializer. ====================== MessagePack for Python ====================== . .. image:: https://travis-ci.org/msgpack/msgpack-python.svg?branch=master :target: https://travis-ci.org/msgpack/msgpack-python :alt: Build Status . .. image:: https://readthedocs.org/projects/msgpack-python/badge/?version=latest :target: https://msgpack-python.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status . . What's this ----------- . `MessagePack `_ is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. This package provides CPython bindings for reading and writing MessagePack data. Package: python-setuptools Source: setuptools Version: 10.2.1-1 Architecture: all Maintainer: Python Packaging Authority Installed-Size: 668 Depends: python (>= 2.7), python (<< 2.8) Priority: optional Section: python Filename: pool/main/s/setuptools/python-setuptools_10.2.1-1_all.deb Size: 137206 SHA256: 3a5591702e4c0145d9dd76768b056c1abc070d37dbee5a0c16148228b289cf61 SHA1: 5480950125053568ca6cc428df01d58d97b0d980 MD5sum: 143d842c529bf1749371f4439fe0454c Description: Easily download, build, install, upgrade, and uninstall Pyth =============================== Installing and Using Setuptools =============================== . .. contents:: **Table of Contents** . . `Change History `_. . ------------------------- Installation Instructions ------------------------- . The recommended way to bootstrap setuptools on any system is to download `ez_setup.py`_ and run it using the target Python environment. Different operating systems have different recommended techniques to accomplish this basic routine, so below are some examples to get you started. . Setuptools requires Python 2.6 or later. To install setuptools on Python 2.4 or Python 2.5, use the `bootstrap script for Setuptools 1.x Package: python-systemd Version: 231-2~bpo8+1 Architecture: armhf Maintainer: Debian systemd Maintainers Installed-Size: 159 Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.17), libsystemd0 (>= 214) Homepage: http://www.freedesktop.org/wiki/Software/systemd Priority: optional Section: python Filename: pool/main/p/python-systemd/python-systemd_231-2~bpo8+1_armhf.deb Size: 28624 SHA256: 3cea9619bf329ee9dbe8d1eb8d8d6817649b18b3c33d9604c5bdbbb68bde3683 SHA1: f8480408b7f5d9b09f77fee532671e0e4bb35995 MD5sum: b72fd67399da077298c601413bd70af3 Description: Python 2 bindings for systemd This package contains Python 2 bindings for native access to the systemd facilities. . Functionality is separated into a number of modules: * systemd.journal supports sending of structured messages to the journal and reading journal files * systemd.daemon wraps parts of libsystemd useful for writing daemons and socket activation * systemd.id128 provides functions for querying machine and boot identifiers and a list of message identifiers provided by systemd * systemd.login wraps parts of libsystemd used to query logged in users and available seats and machines Package: python-zmq Source: pyzmq Version: 14.4.0-1 Architecture: armhf Maintainer: Debian Python Modules Team Installed-Size: 882 Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.4), libzmq3 (>= 4.0.1+dfsg) Homepage: http://www.zeromq.org/bindings:python Priority: optional Section: python Filename: pool/main/p/pyzmq/python-zmq_14.4.0-1_armhf.deb Size: 178652 SHA256: b82c38b8fdc33b09d1689e9f466a6355f8a7bb274a7d3549ef587d260590c3e9 SHA1: c6edcdd20bb016c3efc8e6be90214dd9e98414c8 MD5sum: f97218c1186ad88f2c78767c8df01e1a Description: Python bindings for 0MQ library Python bindings for 0MQ. 0MQ is a small, fast, and free software library that gives you message-passing concurrency for applications in most common languages. . The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. Package: python-zmq-dbg Source: pyzmq Version: 14.4.0-1 Architecture: armhf Maintainer: Debian Python Modules Team Installed-Size: 522 Depends: python-zmq (= 14.4.0-1), python-dbg (<< 2.8), python-dbg (>= 2.7~), libc6 (>= 2.4), libzmq3 (>= 4.0.1+dfsg) Homepage: http://www.zeromq.org/bindings:python Priority: extra Section: debug Filename: pool/main/p/pyzmq/python-zmq-dbg_14.4.0-1_armhf.deb Size: 123166 SHA256: c1b9c1031bec686486a24045d09629befd52313cf2c1c1596c13add49a3f6b1c SHA1: 71bb6d60c5443e051d857ec6df17e6d9538d172d MD5sum: a71e3624ec1b344c8a24ab31cc720a18 Description: Python bindings for 0MQ library - debugging files Python bindings for 0MQ. 0MQ is a small, fast, and free software library that gives you message-passing concurrency for applications in most common languages. . The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. . This package contains the extension built for the Python debug interpreter. 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.4, python3:any (>= 3.3.2-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: 330702 SHA256: d9fc36a56f1c77a4d4f8157b7a2906f6607185fd7795b9bd3fd1ed8325799e8c SHA1: 6ca1066fafc24fc798619225eafbca61b89b0c78 MD5sum: ac87104c2f433bb712a6c21c239d2903 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-systemd Source: python-systemd Version: 231-2~bpo8+1 Architecture: armhf Maintainer: Debian systemd Maintainers Installed-Size: 164 Depends: python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.17), libsystemd0 (>= 214) Homepage: http://www.freedesktop.org/wiki/Software/systemd Priority: optional Section: python Filename: pool/main/p/python-systemd/python3-systemd_231-2~bpo8+1_armhf.deb Size: 29446 SHA256: 6637042dc4090c8f2346f458a24a7b59a6af5d4f6e0bd5fa6f34cdfbc1d0ca7d SHA1: 800bc0a2efe131bd039589212f275f0567657f72 MD5sum: 9febefc75a5d89f1b3ba522bf100a849 Description: Python 3 bindings for systemd This package contains Python 3 bindings for native access to the systemd facilities. . Functionality is separated into a number of modules: * systemd.journal supports sending of structured messages to the journal and reading journal files * systemd.daemon wraps parts of libsystemd useful for writing daemons and socket activation * systemd.id128 provides functions for querying machine and boot identifiers and a list of message identifiers provided by systemd * systemd.login wraps parts of libsystemd used to query logged in users and available seats and machines Package: python3-zmq Source: pyzmq Version: 14.4.0-1 Architecture: armhf Maintainer: Debian Python Modules Team Installed-Size: 883 Depends: python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.4), libzmq3 (>= 4.0.1+dfsg) Homepage: http://www.zeromq.org/bindings:python Priority: optional Section: python Filename: pool/main/p/pyzmq/python3-zmq_14.4.0-1_armhf.deb Size: 177212 SHA256: b4b079690770792010b3f16f72656135d0383913fd4c0c80bc436874047d46c0 SHA1: cd1ba239af94ba805ab95cc53ba925ff29d0f5d8 MD5sum: 4aa9f91e4749e8a1a2479869cfb1dc1e Description: Python3 bindings for 0MQ library Python bindings for 0MQ. 0MQ is a small, fast, and free software library that gives you message-passing concurrency for applications in most common languages. . The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. . This package contains the extension built for the Python3 interpreter. Package: python3-zmq-dbg Source: pyzmq Version: 14.4.0-1 Architecture: armhf Maintainer: Debian Python Modules Team Installed-Size: 519 Depends: python3-zmq (= 14.4.0-1), python3-dbg (<< 3.5), python3-dbg (>= 3.4~), libc6 (>= 2.4), libzmq3 (>= 4.0.1+dfsg) Recommends: python-dbg Homepage: http://www.zeromq.org/bindings:python Priority: extra Section: debug Filename: pool/main/p/pyzmq/python3-zmq-dbg_14.4.0-1_armhf.deb Size: 121800 SHA256: aff8c291aa88853c57ecba3c191f59e359228f4faa383873d8734f3ea078dbba SHA1: df61b8bc8823ef428fb163fa8afc990c8729d1db MD5sum: 1248f58d952dee9efecada9b0ba14383 Description: Python3 bindings for 0MQ library - debugging files Python bindings for 0MQ. 0MQ is a small, fast, and free software library that gives you message-passing concurrency for applications in most common languages. . The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. . This package contains the extension built for the Python3 debug interpreter. Package: salt-api Source: salt Version: 3000.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 92 Depends: salt-master, init-system-helpers (>= 1.18~), python, python:any (>= 2.6~) Recommends: python-cherrypy3 Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-api_3000.1+ds-1_all.deb Size: 13286 SHA256: 5090d29bc3f17b760f891d851760a29cf2b12292364ab9d696c13a3b46c3324a SHA1: b6fe78b47b8c65f0924917f443076633a8cd5f5e MD5sum: d78d0fba57166127d820c2cdc382f7ce 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: 3000.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 88 Depends: python-libcloud (>= 0.14.1-1), salt-common (= 3000.1+ds-1), python, python:any (>= 2.6~) Recommends: python-netaddr Suggests: python-botocore Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-cloud_3000.1+ds-1_all.deb Size: 14326 SHA256: 73ecefaeb163518b176648459f59e46e59fa7ce96d4b64182189f23b3d3a1a51 SHA1: f811d279aaf09646bac0b7a26857586b53e2843b MD5sum: f2817fb75843971d9c0c51a080e187e7 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: 3000.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 29266 Depends: python-apt, python-dateutil, python-jinja2, python-msgpack (>= 0.5.6), python-pkg-resources, python-requests (>= 1.0.0), python-concurrent.futures, python-setuptools (>= 9.1), python-backports-abc, python-singledispatch, python-yaml, python-systemd, python-psutil, python, python-crypto (>= 2.6.1), python-markupsafe, python-zmq, python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: lsb-release, python-croniter Suggests: python-pycurl, python-twisted Breaks: python-mako (<< 0.7.0) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-common_3000.1+ds-1_all.deb Size: 6837638 SHA256: 4afcb6c0cb1a601dd4b2ee5ca8fcaca48255c8808034196957ec5c9631089c1b SHA1: 3017f10c7f3a21971d46fd9bddaac6c4a3cb83ad MD5sum: 42d5874d7477a6d81faec7325ee1c813 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: 3000.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 163 Depends: python-crypto (>= 2.6.1), python-zmq (>= 14.4.0), salt-common (= 3000.1+ds-1), init-system-helpers (>= 1.18~), python, python:any (>= 2.6~) Recommends: python-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_3000.1+ds-1_all.deb Size: 40896 SHA256: 7c7d74537cbe851104a6da7a04ad3103b697691907539175269c350b383b51a7 SHA1: 71fcc155d60e1ec4063a7f2603e51aa458194a04 MD5sum: 6c63a2f97e03324380a5ad14b59b6d4c 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: 3000.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 171 Depends: bsdmainutils, dctrl-tools, python-crypto (>= 2.6.1), python-zmq (>= 14.4.0), salt-common (= 3000.1+ds-1), init-system-helpers (>= 1.18~), python, python:any (>= 2.6~) Recommends: debconf-utils, dmidecode Suggests: python-augeas Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-minion_3000.1+ds-1_all.deb Size: 28600 SHA256: 6953cd95790bcfc60764edbbd4a805c8d420adaf9b9c98cfed810dd792a3208b SHA1: 1e23dd64e5dc09dcb47fb762386298c003dcca88 MD5sum: 9c9c6f1263289ad831aea0e6cc55f497 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: 3000.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 74 Depends: salt-common (= 3000.1+ds-1), python, python:any (>= 2.6~) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_3000.1+ds-1_all.deb Size: 13996 SHA256: 38b23a91ed21e57537fd1d52125911232efd85fbc7cbcf35a94218c015556c7b SHA1: b7ef14f30b69469c7662e395cf6a2c20b6804b93 MD5sum: 12435d7248e7a04060fa716587da513e 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: 3000.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 93 Depends: salt-master (= 3000.1+ds-1), init-system-helpers (>= 1.18~), python, python:any (>= 2.6~) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_3000.1+ds-1_all.deb Size: 13618 SHA256: c7ca4538b0d7502e1c50bb58f39923c129970ca899b3945b3a7934d23bb4fc99 SHA1: b9931cb9b0d1013710bc692e3025cceb0a5c1e39 MD5sum: 40839f176c97bc1c9e38e11be5d38dae 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.