Package: mypy Version: 1.5.1-2~bpo12+1 Architecture: all Maintainer: Debian Python Team Installed-Size: 51 Depends: python3:any, python3-mypy (>= 1.5.1-2~bpo12+1) Recommends: python3-typeshed Suggests: mypy-doc Filename: pool/bookworm-bobcat-backports-nochange/main/m/mypy/mypy_1.5.1-2~bpo12+1_all.deb Size: 26972 MD5sum: a89216bb861f6a853f5791fe88cb75f2 SHA1: f68ebc406560387816dc79a047716abfaa5541ba SHA256: b0cac4c17e8c0bc419e3455165afb515ac7956962734cd94a6bbe35191ab9cbf Section: utils Priority: optional Homepage: https://www.mypy-lang.org/ Description: optional static typing for Python Add type annotations to your Python programs, and use mypy to type check them. Mypy is essentially a Python linter on steroids, and it can catch many programming errors by analyzing your program, without actually having to run it. Mypy has a powerful type system with features such as type inference, gradual typing, generics and union types. . This package provides the command-line interface. Package: mypy-doc Source: mypy Version: 1.5.1-2~bpo12+1 Architecture: all Maintainer: Debian Python Team Installed-Size: 2876 Depends: libjs-sphinxdoc (>= 5.2) Suggests: python3-doc, cython-doc, python-six-doc, python-setuptools-doc, python-attr-doc Built-Using: sphinx (= 5.3.0-4) Filename: pool/bookworm-bobcat-backports-nochange/main/m/mypy/mypy-doc_1.5.1-2~bpo12+1_all.deb Size: 287288 MD5sum: c56deef1f24622d09dd15622fb0bb654 SHA1: 2ee2983c4d36d8e7321258043c653303e8995075 SHA256: b25348775c93a3051242229153a3e15282e523a0459eca1435d3f69e4e26ef83 Section: doc Priority: optional Multi-Arch: foreign Homepage: https://www.mypy-lang.org/ Description: documentation for mypy Add type annotations to your Python programs, and use mypy to type check them. Mypy is essentially a Python linter on steroids, and it can catch many programming errors by analyzing your program, without actually having to run it. Mypy has a powerful type system with features such as type inference, gradual typing, generics and union types. . This package provides the documentation. Package: openstack-backports-archive-keyring Version: 0.1 Architecture: all Maintainer: Debian OpenStack Installed-Size: 12 Filename: pool/bookworm-bobcat-backports-nochange/main/o/openstack-backports-archive-keyring/openstack-backports-archive-keyring_0.1_all.deb Size: 3284 MD5sum: c49c0e5e767af7a6c2b3b585985a535a SHA1: c0d72693234de995edbc2d8154a08d687370c722 SHA256: ef86620891cdfe635f52da28a54b1ba13a79bf63884b7165f681614fe93bbb6a Section: net Priority: extra Description: OpenStack bookworm-backports archive keyring for bobcat This package installs the OpenStack unofficial bookworm-backports Debian repository apt key for the bobcat OpenStack release. Package: puppet-module-puppetlabs-mysql Version: 8.1.0-7~bpo12+1 Architecture: all Maintainer: Puppet Package Maintainers Installed-Size: 219 Depends: puppet (>= 4) | puppet-common (>= 3), puppet-module-nanliu-staging, puppet-module-puppetlabs-stdlib, puppet-module-puppetlabs-translate Filename: pool/bookworm-bobcat-backports-nochange/main/p/puppet-module-puppetlabs-mysql/puppet-module-puppetlabs-mysql_8.1.0-7~bpo12+1_all.deb Size: 51020 MD5sum: 39ab2cc0bf2ea0f8900867c7c952e469 SHA1: 23a949a103284de81004558b07d22a58941cb2d4 SHA256: 36849ec9bb8f44d7d6d8478b67f52c20018e36deba65daa7d09072cc7ce0c16f Section: admin Priority: optional Homepage: https://forge.puppet.com/puppetlabs/mysql Description: Puppet module for MySQL Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . This module manages both the installation and configuration of MySQL as well as extends Pupppet to allow management of MySQL resources, such as databases, users and grants. Package: python-flask-doc Source: flask Version: 2.2.5-1~bpo12+1 Architecture: all Maintainer: Debian Python Team Installed-Size: 4088 Depends: libjs-sphinxdoc (>= 5.2) Recommends: python3-flask Filename: pool/bookworm-bobcat-backports-nochange/main/f/flask/python-flask-doc_2.2.5-1~bpo12+1_all.deb Size: 718728 MD5sum: 5f252261d0e56b6e1818e4791336f946 SHA1: 31dd82a744173342052790fa486958101a94f1ff SHA256: 008428e9c44dfcf368b393658cbf1535c8b5878e3093b6b08d1321ac9ec7d694 Section: doc Priority: optional Multi-Arch: foreign Homepage: http://flask.pocoo.org/ Description: micro web framework based on Werkzeug and Jinja2 - documentation Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good intentions. A minimal Flask application looks like that: . from flask import Flask app = Flask(__name__) . @app.route("/") def hello(): return "Hello World!" . if __name__ == '__main__': app.run() . This package contains the documentation for Flask. Package: python-psycopg2-doc Source: psycopg2 Version: 2.9.6-3~bpo12+1 Architecture: all Maintainer: Debian Python Team Installed-Size: 1996 Depends: libjs-sphinxdoc (>= 5.2) Suggests: python3-psycopg2 Filename: pool/bookworm-bobcat-backports-nochange/main/p/psycopg2/python-psycopg2-doc_2.9.6-3~bpo12+1_all.deb Size: 314252 MD5sum: 9b30d55cacb20ab4cd09c7aa35fb306b SHA1: c272e7bc9ec416b7b898e95c675bc0050d7e96b3 SHA256: fef1ca51123a29ea3473e3274b75a095a2f7d1bd97a4b028425225e20f03e9ab Section: doc Priority: optional Multi-Arch: foreign Homepage: http://initd.org/projects/psycopg Description: Python module for PostgreSQL (documentation package) psycopg is a PostgreSQL database adapter for the Python programming language (just like pygresql and popy.) This is version 2, a complete rewrite of the original code to provide new-style classes for connection and cursor objects and other sweet candies. Like the original, psycopg 2 was written with the aim of being very small and fast, and stable as a rock. . psycopg is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. psycopg 2 also provides full asynchronous operations for the really brave programmer. . The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0 and being thread safe at level 2. It also includes some extensions to the standard DBAPI-2.0 to allow for better thread performance. . This package contains the psycopg2 documentation Package: python-pyroute2-doc Source: pyroute2 Version: 0.7.7-1~bpo12+1 Architecture: all Maintainer: Debian OpenStack Installed-Size: 1486 Depends: libjs-sphinxdoc (>= 5.2) Filename: pool/bookworm-bobcat-backports-nochange/main/p/pyroute2/python-pyroute2-doc_0.7.7-1~bpo12+1_all.deb Size: 160116 MD5sum: 0f469e808fa1483b752850302bfc9f4e SHA1: 98a269b8f3e2144d6d4dd9b6f849f157a341b016 SHA256: 9dd2facb6d45225a322aed7ab5c84cae4a10a0c8faefa4ab2f5e95d2e7b758cb Section: doc Priority: optional Homepage: https://github.com/svinota/pyroute2 Description: netlink and Linux network configuration library (documentation) Pyroute2 is a pure Python netlink and Linux network configuration library. It requires only Python stdlib, no 3rd party libraries. . This package contains the Python module documentation. Package: python-requests-doc Source: requests Version: 2.31.0+dfsg-1~bpo12+1 Architecture: all Maintainer: Debian Python Team Installed-Size: 1533 Depends: libjs-sphinxdoc (>= 5.2) Filename: pool/bookworm-bobcat-backports-nochange/main/r/requests/python-requests-doc_2.31.0+dfsg-1~bpo12+1_all.deb Size: 190372 MD5sum: d74b700c4034f6b57c5f8e28577b5851 SHA1: 3fb5f96e8ffe183002e15e5e29906020cd83d79d SHA256: 6c3c6726cb44586ecde18aac9932f6c657555a48b284be92c3cf04c0d7c6a4f1 Section: doc Priority: optional Multi-Arch: foreign Homepage: https://requests.readthedocs.io/ Description: elegant and simple HTTP library for Python (Documentation) Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . Features . - International Domains and URLs - Keep-Alive & Connection Pooling - Sessions with Cookie Persistence - Browser-style SSL Verification - Basic/Digest Authentication - Elegant Key/Value Cookies - Automatic Decompression - Unicode Response Bodies - Multipart File Uploads - Connection Timeouts . This package contains the documentation. Package: python3-docker Source: python-docker Version: 6.1.3-0.1~bpo12+1 Architecture: all Maintainer: Docker Compose Team Installed-Size: 545 Depends: python3-distutils, python3-packaging, python3-requests (>= 2.28.1~), python3-urllib3, python3-websocket (>= 1.3.3~), python3:any Filename: pool/bookworm-bobcat-backports-nochange/main/p/python-docker/python3-docker_6.1.3-0.1~bpo12+1_all.deb Size: 89200 MD5sum: b5808c9575c9c07765ff30c1701600dd SHA1: ac95a6b19ce24b9b7bf13314cbe8fa9ab6215899 SHA256: 2916719bdde51de95fa2ac0494d0c4ec0377068e5c1dfe796171178f95d3f2b4 Section: python Priority: optional Homepage: https://github.com/docker/docker-py Description: Python 3 wrapper to access docker.io's control socket This package contains oodles of routines that aid in controlling docker.io over it's socket control, the same way the docker.io client controls the daemon. . This package provides Python 3 module bindings only. Package: python3-flask Source: flask Version: 2.2.5-1~bpo12+1 Architecture: all Maintainer: Debian Python Team Installed-Size: 447 Depends: python3-click (>= 8.0), python3-importlib-metadata | python3 (>> 3.10), python3-itsdangerous (>= 2.0), python3-jinja2 (>= 3.0), python3-werkzeug (>= 2.2.2), python3:any Recommends: python3-asgiref, python3-blinker, python3-dotenv, python3-pkg-resources Suggests: python-flask-doc Filename: pool/bookworm-bobcat-backports-nochange/main/f/flask/python3-flask_2.2.5-1~bpo12+1_all.deb Size: 105576 MD5sum: c330eb3af00c988d260d74898ed86822 SHA1: 43edcaf7a2363e4775dc6959c3a84a924a5651e2 SHA256: 6a6b760a2d4b2b06ca19c16f3f251ba3fbdcb21b89362c0940018b961667f06d Section: python Priority: optional Homepage: http://flask.pocoo.org/ Description: micro web framework based on Werkzeug and Jinja2 - Python 3.x Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good intentions. A minimal Flask application looks like that: . from flask import Flask app = Flask(__name__) . @app.route("/") def hello(): return "Hello World!" . if __name__ == '__main__': app.run() . This package contains the Python 3.x module. Package: python3-podman Source: python-podman Version: 4.7.0-2~bpo12+1 Architecture: all Maintainer: Debian Python Team Installed-Size: 520 Depends: python3-xdg, python3-requests, python3-urllib3, python3-tomli, python3:any Filename: pool/bookworm-bobcat-backports-nochange/main/p/python-podman/python3-podman_4.7.0-2~bpo12+1_all.deb Size: 80888 MD5sum: b1363761453dc340169f96b79d7185a2 SHA1: 4e3724ce9846ddb5994e09dfb884b76bb513f1b4 SHA256: 7ac2ead7072484a8ff2f7b87adb81c0155b6617adea82e77c2355fcae59b9235 Section: python Priority: optional Homepage: https://github.com/containers/podman-py Description: Python 3 wrapper to access podman's interface This package contains oodles of routines that aid in controlling podman over it's RESTful API. . This package provides Python 3 module bindings. Package: python3-pyroute2 Source: pyroute2 Version: 0.7.7-1~bpo12+1 Architecture: all Maintainer: Debian OpenStack Installed-Size: 1752 Depends: python3-psutil, python3-importlib-metadata | python3 (>> 3.8), python3:any Breaks: python3-pyroute2-minimal, python3-pyroute2.core, python3-pyroute2.ethtool, python3-pyroute2.ipdb, python3-pyroute2.ipset, python3-pyroute2.ndb, python3-pyroute2.nftables, python3-pyroute2.nslink, python3-pyroute2.protocols Replaces: python3-pyroute2-minimal, python3-pyroute2.core, python3-pyroute2.ethtool, python3-pyroute2.ipdb, python3-pyroute2.ipset, python3-pyroute2.ndb, python3-pyroute2.nftables, python3-pyroute2.nslink, python3-pyroute2.protocols Provides: python3-pyroute2-minimal, python3-pyroute2.core, python3-pyroute2.ethtool, python3-pyroute2.ipdb, python3-pyroute2.ipset, python3-pyroute2.ndb, python3-pyroute2.nftables, python3-pyroute2.nslink, python3-pyroute2.protocols Filename: pool/bookworm-bobcat-backports-nochange/main/p/pyroute2/python3-pyroute2_0.7.7-1~bpo12+1_all.deb Size: 310500 MD5sum: 1dd2f83205e0f5d713fedffbfecccf60 SHA1: ebd5f6f35c57c85e229d17eaf5aa4ccc18ba2893 SHA256: 1f85dca401c4b3fc6a77228865f657008b0f67cfb728c4f50ad0b9a073d579e2 Section: python Priority: optional Homepage: https://github.com/svinota/pyroute2 Description: Python3 Netlink library - full package Pyroute2 is a pure Python netlink and Linux network configuration library. It requires only Python stdlib, no 3rd party libraries. Later it can change, but the deps tree will remain as simple, as it is possible. . This package depends on all packages making Pyroute 2. install this if you want the full distribution of Pyroute 2. Package: python3-requests Source: requests Version: 2.31.0+dfsg-1~bpo12+1 Architecture: all Maintainer: Debian Python Team Installed-Size: 233 Depends: python3-certifi, python3-charset-normalizer, python3-idna, python3-urllib3 (>= 1.21.1), python3:any, ca-certificates, python3-chardet (>= 3.0.2) Suggests: python3-cryptography, python3-idna (>= 2.5), python3-openssl, python3-socks, python-requests-doc Breaks: awscli (<< 1.11.139) Filename: pool/bookworm-bobcat-backports-nochange/main/r/requests/python3-requests_2.31.0+dfsg-1~bpo12+1_all.deb Size: 68684 MD5sum: 57a8b6efc188ae961edd9d04b7687590 SHA1: 1ee5722c070f558b877aabbeddb5a6e70644fc99 SHA256: fe5990e6febfb8f35d2fd1cf5fdf74347a70f2c0922ace778d0ac25d19c166a5 Section: python Priority: optional Multi-Arch: foreign Homepage: https://requests.readthedocs.io/ Description: elegant and simple HTTP library for Python3, built for human beings Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . Features . - International Domains and URLs - Keep-Alive & Connection Pooling - Sessions with Cookie Persistence - Browser-style SSL Verification - Basic/Digest Authentication - Elegant Key/Value Cookies - Automatic Decompression - Unicode Response Bodies - Multipart File Uploads - Connection Timeouts . This package contains the Python 3 version of the library. Package: python3-urllib3 Source: python-urllib3 Version: 1.26.16-1~bpo12+1 Architecture: all Maintainer: Debian Python Team Installed-Size: 460 Depends: python3:any, python3-six Recommends: ca-certificates Suggests: python3-brotli, python3-cryptography, python3-idna, python3-openssl, python3-socks Filename: pool/bookworm-bobcat-backports-nochange/main/p/python-urllib3/python3-urllib3_1.26.16-1~bpo12+1_all.deb Size: 115392 MD5sum: 6de346abc07192231f26218557c0f095 SHA1: 683c8a0679eb8e0eb0b071ce380d2a4c2c630da5 SHA256: 6150bdd22c94f748eb869ff7cd4de8c040096322b41a67b5f31c91101ac2c325 Section: python Priority: optional Homepage: https://urllib3.readthedocs.org Description: HTTP library with thread-safe connection pooling for Python3 urllib3 supports features left out of urllib and urllib2 libraries. . - Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). - File posting (encode_multipart_formdata). - Built-in redirection and retries (optional). - Supports gzip and deflate decoding. - Thread-safe and sanity-safe. - Small and easy to understand codebase perfect for extending and building upon. . This package contains the Python 3 version of the library. Package: python3-websocket Source: websocket-client Version: 1.7.0-1~bpo12+1 Architecture: all Maintainer: Debian Python Team Installed-Size: 236 Depends: python3:any Filename: pool/bookworm-bobcat-backports-nochange/main/w/websocket-client/python3-websocket_1.7.0-1~bpo12+1_all.deb Size: 45108 MD5sum: 9502f6086fc90ef59dc4604a5f6c038d SHA1: abd1711904c5113c263c7b7a00347af9c440272c SHA256: 87775f28eb43a8abc1d4a748bc5a71c6150d4e4369224c33c8d84bbee776ef05 Section: python Priority: optional Homepage: https://github.com/liris/websocket-client Description: WebSocket client library - Python 3.x websocket-client provides a low-level, synchronous API providing WebSocket client functionality to Python programs. It conforms to the WebSocket specification as standardized by the IETF in RFC 6455. . WebSocket is a protocol providing full-duplex communication channels over TCP, mostly used in Web browsers. . This package provides the Python 3.x version. Package: python3-zeroconf Source: python-zeroconf Version: 0.147.0-1~bpo12+1 Architecture: all Maintainer: Debian Python Team Installed-Size: 407 Depends: python3-ifaddr, python3:any Breaks: calibre (<< 6.24.0-2~) Filename: pool/bookworm-bobcat-backports-nochange/main/p/python-zeroconf/python3-zeroconf_0.147.0-1~bpo12+1_all.deb Size: 84672 MD5sum: 0af67a00c16fccc5fb1f351e51135505 SHA1: 284f1d95d9b9d96fb26a86e337d0372199cea5c8 SHA256: 93a47bf6016983e924a79c540d79b87fadc87f156135ff2448a3f1bb478bb452 Section: python Priority: optional Homepage: https://github.com/python-zeroconf/python-zeroconf Description: Pure Python implementation of multicast DNS service discovery (Python3) This is an implementation of the multicast DNS Service Discover Library zeroconf in pure Python. . Compared to some other Zeroconf/Bonjour/Avahi Python packages: . - isn't tied to Bonjour or Avahi - doesn't use D-Bus - doesn't force you to use particular event loop or Twisted . This is the Python3 version of the library.