Package: python3-jinja2 Architecture: all Version: 2.9.4-1 Priority: optional Section: python Source: jinja2 Maintainer: Piotr Ożarowski Installed-Size: 829 Depends: python3-markupsafe, python3:any (>= 3.3.2-2~) Recommends: python3-pkg-resources Suggests: python-jinja2-doc Filename: ./python3-jinja2_2.9.4-1_all.deb Size: 109154 MD5sum: 7f771e3f78c63e2c55f74d338be657f3 SHA1: d3dd7ce09a66b850c67762a12a5dfe856da7416d SHA256: 1c49ad7318ece2481226628ffa1feef217eb1baf5595bf3b34b20b097318c0c5 SHA512: 066335034403eba9cf6c881abff82ca63891b6bf65271032df9e470baf58b0cc65256223ac6c4822ff6f4d4358c480626ad72ead70ba1e54eb36c2e9ec0fd199 Homepage: http://jinja.pocoo.org/ 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 Architecture: all Version: 2.9.4-1 Priority: extra Section: doc Source: jinja2 Maintainer: Piotr Ożarowski Installed-Size: 1337 Recommends: python-jinja2 Filename: ./python-jinja2-doc_2.9.4-1_all.deb Size: 246266 MD5sum: b394a515a525b0fd33b19f741594818c SHA1: 081efd89d5e713bf4c26f125165cf28f512cfc15 SHA256: 7efddb5e31b6b5065f94f5f72eb7ffcd6f5ae64276fcc5207f1906dafcf8acfd SHA512: 4f14fcc2de17f3773b8008c21d5f4c18ecdd3c25ccc9fb793aff6bc028bad3297462b9516876cb4c6c1810d64cde6302f3562da5c8e2262d9e93a842715172b2 Homepage: http://jinja.pocoo.org/ 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: salt-common Architecture: all Version: 2018.3.0+ds-1 Priority: extra Section: admin Source: salt Maintainer: Debian Salt Team Installed-Size: 25385 Depends: python-apt, python-dateutil, python-jinja2, python-msgpack, python-pkg-resources, python-requests (>= 1.0.0), python-tornado (>= 4.2.1), python-tornado (<< 5), python-yaml, python-systemd, python-psutil, python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: lsb-release, python-croniter Breaks: python-mako (<< 0.7.0) Filename: ./salt-common_2018.3.0+ds-1_all.deb Size: 5454924 MD5sum: 92b1749f3d71c00df33ad15f19b089ca SHA1: c1c471f0fe75d54911376860af214fa31a4ebc9c SHA256: e76a951e714b7f6a3dc969530f8c127ada5a4548f6f5c924c77f31a4e3b5a3e7 SHA512: 582a791a28688c0120e0ac5b1b654c5840ef55619a314ae33e38b0800b185605174b4b994e12d1151a49b723bbe6a7433677db1b674a2d5175b2cc9f04af6af3 Homepage: http://saltstack.org/ 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: python-timelib Architecture: amd64 Version: 0.2.4-1 Priority: optional Section: python Source: timelib Maintainer: Ralf Schmitt Installed-Size: 581 Depends: python (<< 2.8), python (>= 2.7~), python:any (<< 2.8), python:any (>= 2.7~), libc6 (>= 2.14) Filename: ./python-timelib_0.2.4-1_amd64.deb Size: 132232 MD5sum: 64c008bad41093cfdf655ec40e704aba SHA1: 6dadaf7d1669e046d6067d3e9de7abadb6badc98 SHA256: dcfddf821f28c9f902ce199d7a3e103668675f49fc215802e150e21f5146bd3f SHA512: 7a2a6983414c0753716523483686f8be0e1e0f8958696f53f085d6c3160a0d220555bd730e0c11d554896a01ce009b1161c0037d6ccc7bbfa496dabd817dbba6 Homepage: https://github.com/pediapress/timelib/ Description: parse english textual date descriptions Usage ===== . timelib is a short wrapper around php's internal timelib module. It currently only provides a few functions: . timelib.strtodatetime: . >>> timelib.strtodatetime('today') datetime.datetime(2009, 6, 23, 0, 0) >>> timelib.strtodatetime('today') datetime.datetime(2009, 6, 23, 0, 0) >>> timelib.strtodatetime('next friday') datetime.datetime(2009, 6, 26, 0, 0) >>> timelib.strtodatetime('29 feb 2008 -108 years') datetime.datetime(1900, 3, 1, 0, 0) . timelib.strtotime: . >>> import time, timelib Package: python-raet Architecture: all Version: 0.6.7-2 Priority: optional Section: python Source: raet Maintainer: Samuel M. Smith Installed-Size: 1555 Depends: python-enum34, python-libnacl, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./python-raet_0.6.7-2_all.deb Size: 107834 MD5sum: 3f5da3230f8eff42e709284b6dabf1f9 SHA1: 7ed577f0f0aafe39c306854c782a679882813d7a SHA256: 78d8a157e6fd857ded7a4a353c07d54ab148d465176734123989fdd7e7f44b04 SHA512: 5671c8ba8b60b53f87750333542d8502e24429ec773cb7f661834a726717ad44d8fe99480d05a806779bda1036f45a0664d5677c844b09381bd9328819a41e4e Homepage: https://github.com/RaetProtocol/raet.git Description: Reliable Asynchronous Event Transport protocol Asynchronous transaction based protocol using Ioflo. http://ioflo.com Package: python-timelib-dbgsym Architecture: amd64 Version: 0.2.4-1 Auto-Built-Package: debug-symbols Priority: extra Section: debug Source: timelib Maintainer: Ralf Schmitt Installed-Size: 141 Depends: python-timelib (= 0.2.4-1) Filename: ./python-timelib-dbgsym_0.2.4-1_amd64.deb Size: 121976 MD5sum: cec719d6fc9e8c83933165d3c1641a5f SHA1: 2ca5cb8416b1b5d466ab6a91b0e9e50243c6f11a SHA256: 8b7c072d19a56ff3eb60ea9ea68ff155bcbb391efe5934f6cbe29b3303ae0d8a SHA512: 58bc0fe4e9d83b53daf3cc07ebe3d61faf09c7fbf8c75ad7692c7b59759db8b906ef6eeae57c675d654c23419d5bc06f9d14cef5a0c73e3b5c3ecd47a8c42251 Homepage: https://github.com/pediapress/timelib/ Description: Debug symbols for python-timelib Build-Ids: 1867cab26c06e2aef5e24a9625349ad095cd11f5 Package: salt-ssh Architecture: all Version: 2018.3.0+ds-1 Priority: extra Section: admin Source: salt Maintainer: Debian Salt Team Installed-Size: 45 Depends: salt-common (= 2018.3.0+ds-1), python:any (>= 2.6~) Filename: ./salt-ssh_2018.3.0+ds-1_all.deb Size: 13818 MD5sum: 519ca4e155bb58586c327641cfd1f3c5 SHA1: b40b3e2b27a1001142d0c202a71e76c72239d078 SHA256: 74a4ea6d76c7d477b3222b5fbdb6ab3715ec74b8daf8a6d6cca61dd11058350d SHA512: bad4e7491eb3fa171691e49f613d7ed5a912833ebce255797a56088bd702f57f9b0f611f2496f2afb2d910f79b55af80f7d4846f9dc1fa6b9cdf9b72556b52f4 Homepage: http://saltstack.org/ 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 Architecture: all Version: 2018.3.0+ds-1 Priority: extra Section: admin Source: salt Maintainer: Debian Salt Team Installed-Size: 55 Depends: salt-master (= 2018.3.0+ds-1), init-system-helpers (>= 1.18~), python:any (>= 2.6~) Filename: ./salt-syndic_2018.3.0+ds-1_all.deb Size: 13314 MD5sum: f480e77a7930f2980b2fa4e7351a89c0 SHA1: 8dd3ec617078c6e403dbeddefcdc8ef0418c6ef6 SHA256: 4590544fc29b9f3df023d708df545ea3985dbefe2aac2fbca14380d8f15fbbbb SHA512: 280aa984a2f7dfc095f41c3774e2b0bcdc2d793915fc0c70adb693dc092360eb981b313ffc54960d22cb3ecce0d5a5bdd7b8bb430f1b72c539bddc924457617e Homepage: http://saltstack.org/ 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. Package: salt-cloud Architecture: all Version: 2018.3.0+ds-1 Priority: extra Section: admin Source: salt Maintainer: Debian Salt Team Installed-Size: 50 Depends: python-libcloud (>= 0.14.1-1), salt-common (= 2018.3.0+ds-1), python:any (>= 2.6~) Recommends: python-netaddr Suggests: python-botocore Filename: ./salt-cloud_2018.3.0+ds-1_all.deb Size: 14380 MD5sum: a23531699495deda957c3556e4fb7ccd SHA1: f0360643556e6948fca1a90760b22e41d90a4ab6 SHA256: f294737703350f96a1541e047bea5dda5197dff1e33cf70f2c665fa78edf0012 SHA512: 3856ca188f8cffce210fd79c68c9cfa3ca5b3c64957c0e30721ef997091f3df001a7da7408198abc96d03bee3c4a218b458490e899e91be8f6286ea60c40a0d0 Homepage: http://saltstack.org/ Description: public cloud VM management system provision virtual machines on various public clouds via a cleanly controlled profile and mapping system. Package: salt-api Architecture: all Version: 2018.3.0+ds-1 Priority: extra Section: admin Source: salt Maintainer: Debian Salt Team Installed-Size: 55 Depends: salt-master, init-system-helpers (>= 1.18~), python:any (>= 2.6~) Recommends: python-cherrypy3 Filename: ./salt-api_2018.3.0+ds-1_all.deb Size: 13012 MD5sum: b37592b9064157f999d89aa49d62eef5 SHA1: 0596aeb0b0c07725dd3b143c46a04c3c8e34b09d SHA256: f655df0ece5884e7f65df62dbc06c58afb7d603787b2aff90ef1c74b652902d9 SHA512: 4c727b170c02a65c4b3c0d6f8609afa21e96b3a5fb69264d4cd04e149fc6716c3a08f78f0ac34a593e5bf0f73979a313ebed3972aebaf99eb5b370172e638737 Homepage: http://saltstack.org/ 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: python-jinja2 Architecture: all Version: 2.9.4-1 Priority: optional Section: python Source: jinja2 Maintainer: Piotr Ożarowski 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 Filename: ./python-jinja2_2.9.4-1_all.deb Size: 110634 MD5sum: 9005606dcfa956e3742fcd68df2e5bab SHA1: 180719a596e36b0e0c40f2f012ae3414d206fde2 SHA256: 954060b6e3259fe1c77547470f5eee073fc70a4e896cf67e30f70d0e0efeb6a9 SHA512: e8463638e80e2a7c831aeee61553697373ba928f15f2e65f27d87eec3f28fc8f6e1316dc0c4e3a739c1ff6286ee749c77d562db5f16e8070caede4bebe70fe19 Homepage: http://jinja.pocoo.org/ 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-master Architecture: all Version: 2018.3.0+ds-1 Priority: extra Section: admin Source: salt Maintainer: Debian Salt Team Installed-Size: 128 Depends: python-crypto (>= 2.6.1), python-zmq (>= 13.1.0), salt-common (= 2018.3.0+ds-1), init-system-helpers (>= 1.18~), python:any (>= 2.6~) Recommends: python-git Filename: ./salt-master_2018.3.0+ds-1_all.deb Size: 41312 MD5sum: 74cdb76176aae37ef7a9333960f077ee SHA1: d35ff478071b7f87038f0de3f65447e5fcb282a9 SHA256: 544b1b7368b70965ba763e71f7318441e72230dfffac509f6fae740feb0de067 SHA512: b91474482062406b9e029d59b204f9b6908bad57b6177930ca12f1d247cf59eb60da5dfde71426c66d6d95b81ff093b968ba582b2eb263f62c3b28992b53f135 Homepage: http://saltstack.org/ 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 Architecture: all Version: 2018.3.0+ds-1 Priority: extra Section: admin Source: salt Maintainer: Debian Salt Team Installed-Size: 126 Depends: bsdmainutils, dctrl-tools, python-crypto (>= 2.6.1), python-zmq (>= 13.1.0), salt-common (= 2018.3.0+ds-1), init-system-helpers (>= 1.18~), python:any (>= 2.6~) Recommends: debconf-utils, dmidecode, sfdisk, e2fprogs Suggests: python-augeas Filename: ./salt-minion_2018.3.0+ds-1_all.deb Size: 27688 MD5sum: 31ce4e6ece89ed95d1a5580bbb103e1f SHA1: eb1165d30a53acf6cada44382abc347e47155e8f SHA256: ea79b3b91893f8da82db9e3dd1ed0c23cb71a88e9715f1ed06115b44bb727e96 SHA512: 334f6f983e1dbd838e9500a633b6d3d164b926bbf83ca81d01698cdc216a67151b2e5a2f1136d7531b58160e6cf3e7953847346344f47840c2ec425333921748 Homepage: http://saltstack.org/ 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: python-ioflo Architecture: all Version: 1.6.7-2 Priority: optional Section: python Source: ioflo Maintainer: Samuel M. Smith Installed-Size: 1871 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./python-ioflo_1.6.7-2_all.deb Size: 239620 MD5sum: c5f2ca7df500314aece65d7bd8459548 SHA1: 15fd7ccf1bc6ac7ef05d6163f2529ffd964e6e41 SHA256: 3b26a5deceb9190663c1f33a5dcb82fa79e0db9aa9d46b0979b271556c233b6e SHA512: c480b9e19a8f42472443973736fa789e488412c9b8b05038c60b6ab15545a3da2d5d37628f13f513b55a669e982f82322303375ae7d5b07368b84d82b0d82ad6 Homepage: https://github.com/ioflo/ioflo Description: Flow Based Programming Automated Reasoning Engine and Automa Enabling the Programmable World. http://ioflo.com