Package: python-ioflo Source: ioflo Version: 1.5.0-1 Architecture: all Maintainer: Samuel M. Smith Installed-Size: 1424 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~) Priority: optional Section: python Filename: pool/main/i/ioflo/python-ioflo_1.5.0-1_all.deb Size: 164020 SHA256: fed2253b3c08dec4c3e044ce50884da3e77698feaa86d74453956ba4fe449ef9 SHA1: fb2e5a64c8f0716e2e215b90100b99779fdc4e80 MD5sum: ad08a2b5f53b62577fc412aca856b4a7 Description: Flow Based Programming Automated Reasoning Engine and Automa Enabling the Programmable World. http://ioflo.com Package: python-raet Source: raet Version: 0.6.5-1 Architecture: all Maintainer: Samuel M. Smith Installed-Size: 1501 Depends: python (<< 2.8), python (>= 2.7), python-enum34, python-ioflo, python-libnacl, python-six, python:any (>= 2.6.6-7~) Priority: optional Section: python Filename: pool/main/r/raet/python-raet_0.6.5-1_all.deb Size: 98240 SHA256: 4ab394ca84ce588d7d8b3db6cf599d0841d32c4d678fd0f2594b7853f14d3df1 SHA1: c0a1b15baf5253604d8f0ed5b3581c717601b8d8 MD5sum: b7321ae4918c8d2d627a23b31590cc35 Description: Reliable Asynchronous Event Transport protocol Asynchronous transaction based protocol using Ioflo. http://ioflo.com Package: python-timelib Source: timelib Version: 0.2.4-1 Architecture: amd64 Maintainer: Ralf Schmitt Installed-Size: 577 Depends: python (<< 2.8), python (>= 2.7~), python:any (<< 2.8), python:any (>= 2.7~), libc6 (>= 2.14) Homepage: https://github.com/pediapress/timelib/ Priority: optional Section: python Filename: pool/main/t/timelib/python-timelib_0.2.4-1_amd64.deb Size: 131824 SHA256: c66fc2ac45548935bc62df82586a07e06e8d5da26e1745d36ca3d65a5b3e4423 SHA1: ed547d5f86a3b019c7701f963505703a4d4fd320 MD5sum: c37ca7881c9c9faac4ee28440d5bbda9 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: salt-api Source: salt Version: 2018.3.2+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 53 Depends: salt-master, python:any (>= 2.7~) Recommends: python-cherrypy3 Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-api_2018.3.2+ds-1_all.deb Size: 12996 SHA256: fd06088516f62ca4fd4046341e7a547b99d97edd0de3f2b21cdece3ab4fef1b8 SHA1: 55d041832ee9c05d94c9e21f0f08f33406a8bc4f MD5sum: 28a27720b4305cb317bc64d8b677bc62 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: 2018.3.2+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 50 Depends: python-libcloud (>= 0.14.1-1), salt-common (= 2018.3.2+ds-1), python:any (>= 2.7~) Recommends: python-netaddr Suggests: python-botocore Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-cloud_2018.3.2+ds-1_all.deb Size: 14476 SHA256: 9df66dd22d4f77b2f7effe4bde6bd0ebe89fd1a0a80da2c1d51eacc506b0302d SHA1: 43277d270184d4aa26b893d179493261a0ae3344 MD5sum: ee321bd288b492d6132bd78d9f689de0 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: 2018.3.2+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 25640 Depends: python-apt, python-dateutil, python-jinja2, python-msgpack (>= 0.4), python-pkg-resources, python-requests (>= 1.0.0), python-tornado (>= 4.2.1), python-yaml, python-systemd, python-psutil, python-gnupg, python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: lsb-release, python-mako Breaks: python-mako (<< 0.7.0) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-common_2018.3.2+ds-1_all.deb Size: 5566072 SHA256: 9413c6262f9bee172e9d7aad70849aed95a2979e1e9ddc1a4627221cdf4caa4b SHA1: aff4011c58e97e48268f8fbb4812d6972e76857d MD5sum: 09106625e13381ec6e2d78a8bc776fd7 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: 2018.3.2+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 126 Depends: python-crypto (>= 2.6.1), python-zmq (>= 14.4.0), salt-common (= 2018.3.2+ds-1), python:any (>= 2.7~) Recommends: python-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_2018.3.2+ds-1_all.deb Size: 41220 SHA256: e1f9a3d607387cf912dfa2d5409492e42bf02a4855bf6e8659884ae1d58a9c01 SHA1: b1c34d703c14e281ebc7204d492e64366b337678 MD5sum: 06b9ebe2de6a43b0ef0d627ea22d47e7 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: 2018.3.2+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 125 Depends: bsdmainutils, dctrl-tools, python-crypto (>= 2.6.1), python-zmq (>= 14.4.0), salt-common (= 2018.3.2+ds-1), python:any (>= 2.7~) Recommends: dmidecode, debconf-utils Suggests: python-augeas Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-minion_2018.3.2+ds-1_all.deb Size: 27472 SHA256: 350c86756b530c6a00924321cf9d81da82513252fb7bf0dc4179a1184462a6e0 SHA1: 87fc0e86c4388b687990535ab934a1956e612e33 MD5sum: 05b1f04c298d3869650b4255609cd66c 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: 2018.3.2+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 45 Depends: salt-common (= 2018.3.2+ds-1), python:any (>= 2.7~) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2018.3.2+ds-1_all.deb Size: 13912 SHA256: 56e37cff8a79b7844fa79af404318c425593d491859c1588e49d8d79f0f4f138 SHA1: a23500ec9dfedc4062a8026c4139f9daea6fd33a MD5sum: 42953f443d6462e8e0650756f67cf71b 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 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: 2018.3.2+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 53 Depends: salt-master (= 2018.3.2+ds-1), python:any (>= 2.7~) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_2018.3.2+ds-1_all.deb Size: 13220 SHA256: 20447fabdb8695273f8e55db5db66d1e8f86d3c4f2542db7ffbbf76864ac482a SHA1: b6d6d27ade4d4fe642b3de22d16b89440f4c7686 MD5sum: f3dbaa20908111362427eb0d83b150f7 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.