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: 2017.7.6+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 55 Depends: salt-master, python:any (>= 2.6~) Recommends: python-cherrypy3 Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-api_2017.7.6+ds-1_all.deb Size: 13104 SHA256: d37b09a49cb0606093626b3e40281a7d94c5f2fe5e67d3353eb00e59569686cb SHA1: 25c1e74a8df1af012551dc53c0dd240ba60b0202 MD5sum: 4fb92a12642d3d522d724f168f294ab7 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: 2017.7.6+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 50 Depends: python-libcloud (>= 0.14.1-1), salt-common (= 2017.7.6+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_2017.7.6+ds-1_all.deb Size: 14360 SHA256: 8a77122e6c4e8cc8df55d4a52e2314633d8fcc373a8f2ae01556962419205847 SHA1: 9668192afda59c1b8121d5e504df3a97a8da0b03 MD5sum: 06a9a11036d95180b61b119edc3c65e0 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: 2017.7.6+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 22829 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: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_2017.7.6+ds-1_all.deb Size: 5039792 SHA256: 972430e66a1f5d8c73874c041d54f16a140413218a661db20d2aa1179592c7d8 SHA1: 3cb55bbf2bb3ae00b0d903407e5dd4346fd33182 MD5sum: 154398e30fc818175eb74504cc7841ff 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: 2017.7.6+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 126 Depends: python-crypto (>= 2.6.1), python-zmq (>= 14.4.0), salt-common (= 2017.7.6+ds-1), python:any (>= 2.6~) Recommends: python-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_2017.7.6+ds-1_all.deb Size: 40892 SHA256: 8611cb211e2bbac8911f5dd89bdbc85dd31cb7a166fff38144e0c21c0dcd127b SHA1: 93882d91042209709122b92ef8175f9d6c27a7da MD5sum: 3e6eee30c49d1473624d4da6f28d9c62 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: 2017.7.6+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 (= 2017.7.6+ds-1), python:any (>= 2.6~) Recommends: dmidecode, debconf-utils Suggests: python-augeas Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-minion_2017.7.6+ds-1_all.deb Size: 27528 SHA256: cf67dfa7b533eef2ed9f6b9ee954546595872fbb0746594e8d67c61dcf7bd791 SHA1: 73d9ffd1263ad20026a494fb9def608591b647e2 MD5sum: 02905ffd3ce97993186897846d8720aa 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: 2017.7.6+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 45 Depends: salt-common (= 2017.7.6+ds-1), python:any (>= 2.6~) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2017.7.6+ds-1_all.deb Size: 13908 SHA256: 35bf1a8f69bf5202dc4ae4a65c3eb9e6a1f3994c07e6474aec1f4fde032e159d SHA1: 0f0b36029ee686917458cb398808f85bc92daede MD5sum: eadfecce151df08bcd6d8e21c26a272e 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: 2017.7.6+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 55 Depends: salt-master (= 2017.7.6+ds-1), python:any (>= 2.6~) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_2017.7.6+ds-1_all.deb Size: 13404 SHA256: 31148009539c97bdf3ae1bebce2846925d8fbda785411452385d35f899439762 SHA1: f242382c8b844cde497db0c866a73becd91807d5 MD5sum: 5416ddd65c31af0e3067a4eb493d0b93 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.