Package: python-jinja2 Source: jinja2 Version: 2.9.4-1 Architecture: all Maintainer: Piotr Ożarowski <piotr@debian.org> Installed-Size: 840 Depends: python-markupsafe, python:any (<< 2.8), python:any (>= 2.7.5-5~) 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.9.4-1_all.deb Size: 110634 SHA256: 954060b6e3259fe1c77547470f5eee073fc70a4e896cf67e30f70d0e0efeb6a9 SHA1: 180719a596e36b0e0c40f2f012ae3414d206fde2 MD5sum: 9005606dcfa956e3742fcd68df2e5bab 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.9.4-1 Architecture: all Maintainer: Piotr Ożarowski <piotr@debian.org> Installed-Size: 1337 Recommends: python-jinja2 Homepage: http://jinja.pocoo.org/ Priority: extra Section: doc Filename: pool/main/j/jinja2/python-jinja2-doc_2.9.4-1_all.deb Size: 246266 SHA256: 7efddb5e31b6b5065f94f5f72eb7ffcd6f5ae64276fcc5207f1906dafcf8acfd SHA1: 081efd89d5e713bf4c26f125165cf28f512cfc15 MD5sum: b394a515a525b0fd33b19f741594818c 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-msgpack Source: msgpack Version: 0.6.2-1 Architecture: armhf Maintainer: INADA Naoki <songofacandy@gmail.com> Installed-Size: 203 Depends: python (<< 2.8), python (>= 2.7~), python:any (<< 2.8), python:any (>= 2.7.5-5~), libc6 (>= 2.4), libgcc1 (>= 1:3.5), libstdc++6 (>= 4.1.1) Homepage: https://msgpack.org/ Priority: optional Section: python Filename: pool/main/m/msgpack/python-msgpack_0.6.2-1_armhf.deb Size: 55984 SHA256: f3d2a42257b4d35d2664cec67b13204da7311f4b90347648550276ff61dcde10 SHA1: 198d3b2042791b5194242bade3cc14609b613762 MD5sum: 007a91e164cb4fab1e98e094d2513234 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 <https://msgpack.org/>`_ 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: python3-jinja2 Source: jinja2 Version: 2.9.4-1 Architecture: all Maintainer: Piotr Ożarowski <piotr@debian.org> Installed-Size: 829 Depends: python3-markupsafe, python3:any (>= 3.3.2-2~) 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.9.4-1_all.deb Size: 109154 SHA256: 1c49ad7318ece2481226628ffa1feef217eb1baf5595bf3b34b20b097318c0c5 SHA1: d3dd7ce09a66b850c67762a12a5dfe856da7416d MD5sum: 7f771e3f78c63e2c55f74d338be657f3 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: salt-api Source: salt Version: 3000.3+ds-1 Architecture: all Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org> Installed-Size: 55 Depends: lsb-base (>= 3.0-6), salt-master, init-system-helpers (>= 1.18~), python:any (>= 2.6~) Recommends: python-cherrypy3 Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-api_3000.3+ds-1_all.deb Size: 13158 SHA256: 51907c8c1e9808284257b41f30fb0b3db01d67c5d0f29df28845f99c57239c68 SHA1: 665e0939890d27a258a6ee26b49a24d4c4a886f7 MD5sum: b7f30239dcf05b9cb3896925dffb92f6 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.3+ds-1 Architecture: all Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org> Installed-Size: 50 Depends: python-libcloud (>= 0.14.1-1), salt-common (= 3000.3+ds-1), 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.3+ds-1_all.deb Size: 14306 SHA256: 68cde51a01d474fba76be96862502b16e7814003b5eb56d7b9ef1c044ff819ce SHA1: 1ea05ac4dc1f276ffca92c7c150e5dfd6c8287a7 MD5sum: 950bd1bbae2a7e0bcb306bdf0009ac70 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.3+ds-1 Architecture: all Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org> Installed-Size: 29828 Depends: python-apt, python-dateutil, python-jinja2, python-msgpack (>= 0.6), python-pkg-resources, python-requests (>= 1.0.0), python-concurrent.futures, python-backports-abc, python-singledispatch, python-yaml, python-systemd, python-psutil, 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.3+ds-1_all.deb Size: 6877150 SHA256: c3f656c9bbf2c903ca51041f9813e1bc11ac8eae57bddc05c0d95247da5b6ff4 SHA1: 45e767e716ad1895d392c6671d18014797693a6f MD5sum: 3b8c3ac8670b774ab4e9082a16a338f3 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.3+ds-1 Architecture: all Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org> Installed-Size: 126 Depends: lsb-base (>= 3.0-6), python-crypto (>= 2.6.1), python-zmq (>= 14.4.0), salt-common (= 3000.3+ds-1), init-system-helpers (>= 1.18~), python:any (>= 2.6~) Recommends: python-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_3000.3+ds-1_all.deb Size: 40644 SHA256: bb3d9deae34e7a2ab5f7ce2dbef4944525a1b492dcd07cb102ccd0b942ef8132 SHA1: 458d0d7a3d4d3218647f3115724d7a0dcb004569 MD5sum: ac5d6eb4a5ee9c93ad6b92e13b8cb854 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.3+ds-1 Architecture: all Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org> Installed-Size: 127 Depends: lsb-base (>= 3.0-6), bsdmainutils, dctrl-tools, python-crypto (>= 2.6.1), python-zmq (>= 14.4.0), salt-common (= 3000.3+ds-1), init-system-helpers (>= 1.18~), python:any (>= 2.6~) Recommends: debconf-utils, dmidecode, sfdisk, e2fprogs Suggests: python-augeas Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-minion_3000.3+ds-1_all.deb Size: 28364 SHA256: 7f29c8e9b42095bd6b5ff898daff167d0dd372679827866e41887b845f09e501 SHA1: 93a2df771087cc4187196f2ba5417bf26dc922dd MD5sum: c8d3be87f20b1a720da417d581a39e7b 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.3+ds-1 Architecture: all Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org> Installed-Size: 45 Depends: salt-common (= 3000.3+ds-1), python:any (>= 2.6~) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_3000.3+ds-1_all.deb Size: 13954 SHA256: 87c1ffe4733cdd69c974297ac839007cb87508db2e3f08153cb4adaba0f9e831 SHA1: ad747d8c9f71504f78dc0686c56b132134bf9fad MD5sum: 8d6eff1ae4d1bf984c1cc9a8d5754bfc 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.3+ds-1 Architecture: all Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org> Installed-Size: 55 Depends: lsb-base (>= 3.0-6), salt-master (= 3000.3+ds-1), init-system-helpers (>= 1.18~), python:any (>= 2.6~) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_3000.3+ds-1_all.deb Size: 13454 SHA256: b2353013d9e45839c0a1e1c19ca173bfd6559331316049ad15936b61bd423f25 SHA1: e6e74d52bb833deff36a73fc43815bb4916075da MD5sum: 0ad9a3a322690ece5d98554a9d955171 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.