Package: python-ioflo
Source: ioflo
Version: 1.6.7-2
Architecture: all
Maintainer: Samuel M. Smith <info@ioflo.com>
Installed-Size: 1871
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Homepage: https://github.com/ioflo/ioflo
Priority: optional
Section: python
Filename: pool/main/i/ioflo/python-ioflo_1.6.7-2_all.deb
Size: 239620
SHA256: 3b26a5deceb9190663c1f33a5dcb82fa79e0db9aa9d46b0979b271556c233b6e
SHA1: 15fd7ccf1bc6ac7ef05d6163f2529ffd964e6e41
MD5sum: c5f2ca7df500314aece65d7bd8459548
Description: Flow Based Programming Automated Reasoning Engine and Automa
 Enabling the Programmable World. http://ioflo.com

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-raet
Source: raet
Version: 0.6.7-2
Architecture: all
Maintainer: Samuel M. Smith <info@ioflo.com>
Installed-Size: 1555
Depends: python-enum34, python-libnacl, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Homepage: https://github.com/RaetProtocol/raet.git
Priority: optional
Section: python
Filename: pool/main/r/raet/python-raet_0.6.7-2_all.deb
Size: 107834
SHA256: 78d8a157e6fd857ded7a4a353c07d54ab148d465176734123989fdd7e7f44b04
SHA1: 7ed577f0f0aafe39c306854c782a679882813d7a
MD5sum: 3f5da3230f8eff42e709284b6dabf1f9
Description: Reliable Asynchronous Event Transport protocol
 Asynchronous transaction based protocol using Ioflo. http://ioflo.com

Package: python-timelib
Source: timelib
Version: 0.2.4-2
Architecture: armhf
Maintainer: Ralf Schmitt <ralf@systemexit.de>
Installed-Size: 492
Depends: python (<< 2.8), python (>= 2.7~), python:any (<< 2.8), python:any (>= 2.7~), libc6 (>= 2.4)
Homepage: https://github.com/pediapress/timelib/
Priority: optional
Section: python
Filename: pool/main/t/timelib/python-timelib_0.2.4-2_armhf.deb
Size: 117690
SHA256: ec470756dea0db68f0b44f63fe54a96278eebcd2908e4db6adad54b282a62233
SHA1: edf1b89c28d983ae1ce45fbbd9062abe0267f94d
MD5sum: 86cdbe4789ad98bec7e88a0e7d96a9ee
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-timelib-dbgsym
Source: timelib
Version: 0.2.4-2
Auto-Built-Package: debug-symbols
Architecture: armhf
Maintainer: Ralf Schmitt <ralf@systemexit.de>
Installed-Size: 136
Depends: python-timelib (= 0.2.4-2)
Homepage: https://github.com/pediapress/timelib/
Priority: extra
Section: debug
Filename: pool/main/t/timelib/python-timelib-dbgsym_0.2.4-2_armhf.deb
Size: 118466
SHA256: 76f28c6f3dfc569ff2f5aa4e1513f235a4d41bd816b0dfe649252fb5e2dea223
SHA1: 444d65666d4ab44c26bc7e6703bef37368118291
MD5sum: 02962790ae447f59f9c2083072bb392e
Description: Debug symbols for python-timelib
Build-Ids: d0e5e0ed9373292a811b758bd4c51f51bc5a8cf5

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: python3-timelib
Source: timelib
Version: 0.2.4-2
Architecture: armhf
Maintainer: Ralf Schmitt <ralf@systemexit.de>
Installed-Size: 488
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.4)
Homepage: https://github.com/pediapress/timelib/
Priority: optional
Section: python
Filename: pool/main/t/timelib/python3-timelib_0.2.4-2_armhf.deb
Size: 117244
SHA256: ab57761c7ff5293b2f2f1329bcec54215bcfdf87d6fbc6411eedc7ab7975833f
SHA1: 2170e5545eb61e6c21052755ba5591d47e9700a4
MD5sum: 3f7fcef1f893186d3d9ab101be3a7c46
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
 .
 This is the Python 3 version of the package.

Package: python3-timelib-dbgsym
Source: timelib
Version: 0.2.4-2
Auto-Built-Package: debug-symbols
Architecture: armhf
Maintainer: Ralf Schmitt <ralf@systemexit.de>
Installed-Size: 139
Depends: python3-timelib (= 0.2.4-2)
Homepage: https://github.com/pediapress/timelib/
Priority: extra
Section: debug
Filename: pool/main/t/timelib/python3-timelib-dbgsym_0.2.4-2_armhf.deb
Size: 121234
SHA256: de3420761eae006f2285bbd9970144537aa08b6b0c7dff21d8a0880478a7f0c9
SHA1: e2c491690073aa2023575fcb57b794b3e39c5afc
MD5sum: 352116df7e8f71774ae06039cc500d54
Description: Debug symbols for python3-timelib
Build-Ids: 1dd6015dd8b3a4e635f1648bdd2da36ca66d2a55

Package: salt-api
Source: salt
Version: 2019.2.5+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_2019.2.5+ds-1_all.deb
Size: 13050
SHA256: 81eb3b268140bfdb1cb0b482af0431dd8df4cc0efb97c6b28fd8bc81f77d48ce
SHA1: 5298abfeb82169bf5fe31707a978865c98eed451
MD5sum: f6b53d54c92caa0f86b999d881bb192a
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: 2019.2.5+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 (= 2019.2.5+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_2019.2.5+ds-1_all.deb
Size: 14360
SHA256: 9d490bf3d16235a644c113196150a46d142f739f4ef7488861c909ed4eb5d19f
SHA1: 998af0d247c716e9a51eb82afd3624821614b42a
MD5sum: 337fb1a57ea4ca86c1f1bc9fcb491e2a
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: 2019.2.5+ds-1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 28186
Depends: python-apt, python-dateutil, python-jinja2, python-msgpack (>= 0.4), python-pkg-resources, python-requests (>= 1.0.0), python-concurrent.futures, python-tornado (>= 4.2.1), 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)
Homepage: http://saltstack.org/
Priority: extra
Section: admin
Filename: pool/main/s/salt/salt-common_2019.2.5+ds-1_all.deb
Size: 6516804
SHA256: a59ad0129d42fab25dc4fef11048b3ea92912f54c9bb37da9ac44ba3a9566c20
SHA1: 17b0a617492e27473a68929f6aaa39ba859fedc4
MD5sum: 204c401f5f9b5bfc142c66ce07094f97
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: 2019.2.5+ds-1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 128
Depends: lsb-base (>= 3.0-6), python-crypto (>= 2.6.1), python-zmq (>= 14.4.0), salt-common (= 2019.2.5+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_2019.2.5+ds-1_all.deb
Size: 41264
SHA256: 1bcc684dc43f3ec764ed59fc7d750e522bec6948495142b02405921f01164eb0
SHA1: d4140998097a3467c621a852342be507e7f611ff
MD5sum: 852ccab5fac63bbf03fcdbcd9836ad70
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: 2019.2.5+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 (= 2019.2.5+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_2019.2.5+ds-1_all.deb
Size: 28226
SHA256: eb8f6de4d84c765f51684cfc32acda07734ac4a000e0041a83977a0874ffb974
SHA1: 574e98046fd00e7a340e1f8aeea8e9a44c1d97ca
MD5sum: 2c02c63a5582a8e4024d854b4f1a0234
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: 2019.2.5+ds-1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 45
Depends: salt-common (= 2019.2.5+ds-1), python:any (>= 2.6~)
Homepage: http://saltstack.org/
Priority: extra
Section: admin
Filename: pool/main/s/salt/salt-ssh_2019.2.5+ds-1_all.deb
Size: 13842
SHA256: 18c1a21863536330858209482b9478487731060e94b82e0029037292202b891d
SHA1: 8a8afb871a46b3b7951de1a98418bbca76557a71
MD5sum: 8173834607c1b3cb9b2f9f7fc1b4031b
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: 2019.2.5+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 (= 2019.2.5+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_2019.2.5+ds-1_all.deb
Size: 13362
SHA256: 504909fe90b476801ac2f939fb7ba60335c587a6951a5ad2fa32fbd4a967728e
SHA1: 399d23a29ac53cd40776f10fb2091605997dc693
MD5sum: 00d3547afb03ac6f1533369048d8c2d2
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.