Package: python-distro Version: 1.0.1-2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 57 Depends: lsb-release, python:any (<< 2.8), python:any (>= 2.7.5-5~) Homepage: https://github.com/nir0s/distro Priority: extra Section: python Filename: pool/main/p/python-distro/python-distro_1.0.1-2_all.deb Size: 11088 SHA256: 27c004a3a3c5c62fb26691a0baf1be6b1cfe8a6a045f27959cb585d4ef08e877 SHA1: 91cb2060bad1f9d17ff9a5b39379a3cd5ea57288 MD5sum: baef66847909414b67d5ac608a43a3fb Description: Linux OS platform information API distro (for: Linux Distribution) provides information about the Linux distribution it runs on, such as a reliable machine-readable ID, or version information. . It is a renewed alternative implementation for Python's original platform.linux_distribution function, but it also provides much more functionality which isn't necessarily Python bound like a command-line interface. . This is the Python 2 version of the library. Package: python-msgpack Source: msgpack-python Version: 0.6.2-1 Architecture: amd64 Maintainer: PKG OpenStack Installed-Size: 218 Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14) Provides: msgpack-python Homepage: http://pypi.python.org/pypi/msgpack-python/ Priority: optional Section: python Filename: pool/main/m/msgpack-python/python-msgpack_0.6.2-1_amd64.deb Size: 65456 SHA256: 9a4f08ac45605668c1819a4283b1464acb1f6d87f314e869624484cb7108aeb8 SHA1: d09bc72df57ec8ea0787bad2cee539669796cd33 MD5sum: e3bba65b6612746a8f29d81b379b86bf Description: Python implementation of MessagePack format MessagePack is a binary-based efficient object serialization format. It enables the exchange of structured objects between many languages like JSON. But unlike JSON, it is very fast and small. . This package contains a Python extension module implementing the MessagePack format. Package: python-pycryptodome Source: pycryptodome Version: 3.4.7-2+ds Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 14964 Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14) Homepage: http://www.pycryptodome.org Priority: optional Section: python Filename: pool/main/p/pycryptodome/python-pycryptodome_3.4.7-2+ds_amd64.deb Size: 4757690 SHA256: d777451622f9a52349cfdd76b8884f31c063c569dd8d8e3e9cbbe8ed8458baa5 SHA1: 86c199655760dc93a304f2c1b2aa138d0eeeec1d MD5sum: 1345f91c2f16a53e54175c75edccdc68 Description: cryptographic Python library (Python 2) PyCryptodome is a self-contained Python package of low-level cryptographic primitives. . PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1), for instance: . * Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB) * Accelerated AES on Intel platforms via AES-NI * First class support for PyPy * Elliptic curves cryptography (NIST P-256 curve only) * Better and more compact API (`nonce` and `iv` attributes for ciphers, automatic generation of random nonces and IVs, simplified CTR cipher mode, and more) * SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms * Salsa20 and ChaCha20 stream ciphers * scrypt and HKDF * Deterministic (EC)DSA * Password-protected PKCS#8 key containers * Shamir's Secret Sharing scheme * Random numbers get sourced directly from the OS (and not from a CSPRNG in userspace) * Simplified install process, including better support for Windows * Cleaner RSA and DSA key generation (largely based on FIPS 186-4) * Major clean ups and simplification of the code base . PyCryptodome is not a wrapper to a separate C library like *OpenSSL*. To the largest possible extent, algorithms are implemented in pure Python. Only the pieces that are extremely critical to performance (e.g. block ciphers) are implemented as C extensions. . This is the Python 2 version of the package. Original-Maintainer: Debian Python Modules Team Package: python-zmq Source: pyzmq Version: 17.1.2-3ubuntu2+ds Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 1138 Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14), libzmq5 (>= 4.1.2) Homepage: http://www.zeromq.org/bindings:python Priority: optional Section: python Filename: pool/main/p/pyzmq/python-zmq_17.1.2-3ubuntu2+ds_amd64.deb Size: 229432 SHA256: 4c48247590223078bec288f1f4c4f4178122af4b40441a04e76a83b4c471a8a1 SHA1: bc68fabbba7d144384475f6655440d04378d5596 MD5sum: 1896140bab61eafe95aeb5d39c23c175 Description: Python bindings for 0MQ library Python bindings for 0MQ. 0MQ is a small, fast, and free software library that gives you message-passing concurrency for applications in most common languages. . The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. Original-Maintainer: Debian Python Modules Team Package: python-zmq-dbg Source: pyzmq Version: 17.1.2-3ubuntu2+ds Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 641 Depends: python-zmq (= 17.1.2-3ubuntu2+ds), python-dbg (<< 2.8), python-dbg (>= 2.7~), libc6 (>= 2.14), libzmq5 (>= 4.1.2) Homepage: http://www.zeromq.org/bindings:python Priority: optional Section: debug Filename: pool/main/p/pyzmq/python-zmq-dbg_17.1.2-3ubuntu2+ds_amd64.deb Size: 160530 SHA256: 87c7ea23c74ad8f3ebc8d167787f245778519f0b3f937ae66eb9c0a4b8983661 SHA1: 1be0a23810447270524a78f3b3688f7a5e5b770c MD5sum: 9c6317d56f3c448129aa3bd6187a2cd9 Description: Python bindings for 0MQ library - debugging files Python bindings for 0MQ. 0MQ is a small, fast, and free software library that gives you message-passing concurrency for applications in most common languages. . The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. . This package contains the extension built for the Python debug interpreter. Original-Maintainer: Debian Python Modules Team Package: python3-distro Source: python-distro Version: 1.0.1-2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 57 Depends: lsb-release, python3:any (>= 3.3.2-2~) Homepage: https://github.com/nir0s/distro Priority: extra Section: python Filename: pool/main/p/python-distro/python3-distro_1.0.1-2_all.deb Size: 11174 SHA256: c16cb131f3425e3c1079ffa074aab93761bcfaec7d771469ffdb239f8b8e8a83 SHA1: 42ea74f0101244c02320b4182d197a752be57a47 MD5sum: d30fbfecdca7c5f2b47358e57992ebdb Description: Linux OS platform information API distro (for: Linux Distribution) provides information about the Linux distribution it runs on, such as a reliable machine-readable ID, or version information. . It is a renewed alternative implementation for Python's original platform.linux_distribution function, but it also provides much more functionality which isn't necessarily Python bound like a command-line interface. . This is the Python 2 version of the library. Package: python3-msgpack Source: msgpack-python Version: 0.6.2-1 Architecture: amd64 Maintainer: PKG OpenStack Installed-Size: 219 Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14) Homepage: http://pypi.python.org/pypi/msgpack-python/ Priority: optional Section: python Filename: pool/main/m/msgpack-python/python3-msgpack_0.6.2-1_amd64.deb Size: 62566 SHA256: 8d560f5307079f3042189eb6f381cb08764cfe37ba9cc3e85dd440c1d69b738a SHA1: ffdf9568db78541bf6f1d89f9885a4bae0070e74 MD5sum: 7b5f629110088c73b13ca56ce2aec75b Description: Python 3 implementation of MessagePack format MessagePack is a binary-based efficient object serialization format. It enables the exchange of structured objects between many languages like JSON. But unlike JSON, it is very fast and small. . This package contains a Python 3 extension module implementing the MessagePack format. Package: python3-pycryptodome Source: pycryptodome Version: 3.4.7-2+ds Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 14964 Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14) Homepage: http://www.pycryptodome.org Priority: optional Section: python Filename: pool/main/p/pycryptodome/python3-pycryptodome_3.4.7-2+ds_amd64.deb Size: 4746336 SHA256: a4f2934a7bdc9abd454d116bb710f5637518e573dddb255fefd5dbda90c8433a SHA1: 61b7cd8d3892e61ecea19ddccb19f6c63f5bb5e6 MD5sum: 9e1cd2d90efd5890b3eaca75047f4fe6 Description: cryptographic Python library (Python 3) PyCryptodome is a self-contained Python package of low-level cryptographic primitives. . PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1), for instance: . * Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB) * Accelerated AES on Intel platforms via AES-NI * First class support for PyPy * Elliptic curves cryptography (NIST P-256 curve only) * Better and more compact API (`nonce` and `iv` attributes for ciphers, automatic generation of random nonces and IVs, simplified CTR cipher mode, and more) * SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms * Salsa20 and ChaCha20 stream ciphers * scrypt and HKDF * Deterministic (EC)DSA * Password-protected PKCS#8 key containers * Shamir's Secret Sharing scheme * Random numbers get sourced directly from the OS (and not from a CSPRNG in userspace) * Simplified install process, including better support for Windows * Cleaner RSA and DSA key generation (largely based on FIPS 186-4) * Major clean ups and simplification of the code base . PyCryptodome is not a wrapper to a separate C library like *OpenSSL*. To the largest possible extent, algorithms are implemented in pure Python. Only the pieces that are extremely critical to performance (e.g. block ciphers) are implemented as C extensions. . This is the Python 3 version of the package. Original-Maintainer: Debian Python Modules Team Package: python3-zmq Source: pyzmq Version: 17.1.2-3ubuntu2+ds Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 1158 Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libzmq5 (>= 4.1.2) Homepage: http://www.zeromq.org/bindings:python Priority: optional Section: python Filename: pool/main/p/pyzmq/python3-zmq_17.1.2-3ubuntu2+ds_amd64.deb Size: 230468 SHA256: 10bd9d670189c045b2fd43795a58f42f60a68599760f60efa82d5a9480ca1657 SHA1: fd8a0038f3efb7b6fd252e3a10c9fe0fea266d5b MD5sum: 71d28cf3f7010cb332f422efd0a50a65 Description: Python3 bindings for 0MQ library Python bindings for 0MQ. 0MQ is a small, fast, and free software library that gives you message-passing concurrency for applications in most common languages. . The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. . This package contains the extension built for the Python3 interpreter. Original-Maintainer: Debian Python Modules Team Package: python3-zmq-dbg Source: pyzmq Version: 17.1.2-3ubuntu2+ds Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 643 Depends: python3-zmq (= 17.1.2-3ubuntu2+ds), python3-dbg (<< 3.6), python3-dbg (>= 3.5~), libc6 (>= 2.14), libzmq5 (>= 4.1.2) Homepage: http://www.zeromq.org/bindings:python Priority: optional Section: debug Filename: pool/main/p/pyzmq/python3-zmq-dbg_17.1.2-3ubuntu2+ds_amd64.deb Size: 160720 SHA256: db7dd3a7662b88f19582f259be75bd6cd85b4eb93cd3b9e70d16828c2ab5903c SHA1: ca37aa8c73b7b400ae7964f0289d58a76973bf3b MD5sum: 10685637353c3540e49888a724517bc8 Description: Python3 bindings for 0MQ library - debugging files Python bindings for 0MQ. 0MQ is a small, fast, and free software library that gives you message-passing concurrency for applications in most common languages. . The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. . This package contains the extension built for the Python3 debug interpreter. Original-Maintainer: Debian Python Modules Team Package: salt-api Source: salt Version: 3001.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 55 Depends: salt-master, init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), python3:any Recommends: python3-cherrypy3 Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-api_3001.3+ds-1_all.deb Size: 13104 SHA256: ee8b5a0c6b0ea989b02cab2941ed1ec49949d15e8891ed21092bf43cd346fed3 SHA1: ee0cb40c59f20321c5e4fd5ebab19a3c46e59da1 MD5sum: 75a8be6a3b15bcb428fe6290933421cd 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: 3001.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 50 Depends: python3-libcloud, salt-common (= 3001.3+ds-1), python3:any Recommends: python3-netaddr Suggests: python3-botocore Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-cloud_3001.3+ds-1_all.deb Size: 14222 SHA256: 31b48cb844404fda28791db0ed7acf9be7a2a5532380228efe430259efff43f4 SHA1: 12a6186e5f9318eea8a6563fcfb91c112a8e91a3 MD5sum: 898141cad2b2c819efb9b569a7823f06 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: 3001.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 29136 Depends: python3-apt, python3-dateutil, python3-distro, python3-jinja2, python3-msgpack (>= 0.5.6), python3-pkg-resources, python3-requests, python3-yaml, python3-systemd, python3-psutil, python3-pycryptodome, python3-gnupg, python3-zmq (>= 17.0.0), python3-markupsafe, python3:any (>= 3.3.2-2~) Recommends: lsb-release, python3-croniter Suggests: python3-pycurl, python3-twisted Breaks: python3-mako (<< 0.7.0) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-common_3001.3+ds-1_all.deb Size: 5872544 SHA256: 5d64ceed8df2c84a4633b474f44d8c8ec1edb07ffa03b3b509ac44382d8652aa SHA1: d39202b46fc450c06dddd63b770f83ebce124254 MD5sum: d935dd8c4b9f1b884e2825027907e58d 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: 3001.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 127 Depends: salt-common (= 3001.3+ds-1), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), python3:any Recommends: python3-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_3001.3+ds-1_all.deb Size: 40720 SHA256: e9d291ea3abce6c3eb4a13860049838b6d3079d7fa6224ee7552e8612fdc1ad4 SHA1: c663ade2305cef432c6368db7d9332542efa2ca7 MD5sum: 59aa37961f2b0522ba839d56ef1e9600 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: 3001.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 129 Depends: bsdmainutils, dctrl-tools, salt-common (= 3001.3+ds-1), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), python3:any Recommends: debconf-utils, dmidecode Suggests: python3-augeas Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-minion_3001.3+ds-1_all.deb Size: 28520 SHA256: b2ec19f34beb957ce51cc4b759ef16308663b19b6f5b4d8054c1b287a111602a SHA1: b00fde5d8e64e7b7c41def429e2f35602295d871 MD5sum: eba58ffa8eeb1490ae2b715420c19a5b 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: 3001.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 45 Depends: salt-common (= 3001.3+ds-1), python3:any Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_3001.3+ds-1_all.deb Size: 13982 SHA256: 196324daa09b3c84c98f26d9b450484a017c453a0cd243844da40ec0ca715c22 SHA1: 98280e9eda31510054e2edea571cafc655b7736f MD5sum: e47465fc7a6f5d7ff2aae5aeb99b742f 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: 3001.3+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 55 Depends: salt-master (= 3001.3+ds-1), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), python3:any Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_3001.3+ds-1_all.deb Size: 13402 SHA256: ee8e1c59ae77d1db4b5d44904db23ae68525a9a22aa7297c1e14ecf836d1f9a8 SHA1: fb247a4812d71f61492397cdfba627823e56a693 MD5sum: 74df457e115b9f47cac6f3785d3b6402 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.