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.5+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.5+ds-1_all.deb Size: 13282 SHA256: 5d876d647c77683de36681ec5de0d3f53bc0c124604eb5a354cc8dfe8b7bbc00 SHA1: ec33b39d2b318e666213717f30b2438b23fd5d7b MD5sum: 5127b44920a5bf9ef02ee652dad60d25 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.5+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 88 Depends: python-libcloud (>= 0.14.1-1), salt-common (= 3000.5+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.5+ds-1_all.deb Size: 14316 SHA256: 8f0252cede8f05b03b41f98512897ca9274fe7d24df4d9f9c8f2279036c6eb50 SHA1: 8acb3118c935d35d15294960e6871e3f6946331b MD5sum: 6b91b24930c60d6bc9f65387793def90 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.5+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 29282 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.5+ds-1_all.deb Size: 6872132 SHA256: 9d5a9b384fdb1befd670dc90ad311f16ed8dc64659c3b3a201d55da31d59c1d7 SHA1: bc6c86013746ea8346318a86f080cbd19b8521f0 MD5sum: 0ff8d1f6df4fb5ad2c1be0d74ccd4afe 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.5+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.5+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.5+ds-1_all.deb Size: 40834 SHA256: 2751f9e7e7bee1bb89b29ef83a1cf017d9e24f3c28098e901b9f4158d19032ad SHA1: b7e0ef9ed2f15d56f33d3e58a20e0c8c0c8562ff MD5sum: 9016cc0ba60eaad01724ee8ddc5322d9 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.5+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.5+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.5+ds-1_all.deb Size: 28586 SHA256: 8cc8e16419bbcb9097bf6abaf82543a695d2fc0992c596fcf10fbfa5becafe03 SHA1: d2f7febe52f9f92146b6627256af1bf61ae68798 MD5sum: f8888b3d97bcda7801b96a8da04b4acb 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.5+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 74 Depends: salt-common (= 3000.5+ds-1), python, python:any (>= 2.6~) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_3000.5+ds-1_all.deb Size: 14016 SHA256: 57d8f7dc6cc089ccca3988d0277106ebb6837d905391b6678b59f035a8e36cff SHA1: 7f8263241af1ee54864d3e9c0452d7d7e5ce8308 MD5sum: bd120a1e81fd11f267a18201dc8347cf 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.5+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 93 Depends: salt-master (= 3000.5+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.5+ds-1_all.deb Size: 13598 SHA256: 09cfaa5d1c2f6182b8e0e4f52ed2dc8e272020d8ddb1389320b412448599f55e SHA1: e4ed77aabb06c27a0c5c75d43bf75b485924e6a0 MD5sum: 50230eaf0f13bbe6e1f0de209ac1a988 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.