Package: icu-doc Source: icu Version: 70.1-2~nerve10+2 Architecture: all Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 38061 Multi-Arch: foreign Homepage: https://icu.unicode.org/ Priority: optional Section: doc Filename: pool/main/i/icu/icu-doc_70.1-2~nerve10+2_all.deb Size: 2715620 SHA256: 29b6119029a66bcc7fa76ce6f64ff9409c1a6d8c12ac84a668cf3e4a18868a01 SHA1: fe797ce5eaa3427f46c5c608dbf0a23f79551ef0 MD5sum: f183cebc8b21e5742c65d70ac873a703 Description: API documentation for ICU classes and functions ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains HTML files documenting the ICU APIs. Package: pkg-js-autopkgtest Source: pkg-js-tools Version: 0.9.78+nerve1+10u2 Architecture: all Maintainer: Debian Javascript Maintainers Installed-Size: 29 Depends: libjson-perl, pkg-js-tools Multi-Arch: foreign Homepage: https://salsa.debian.org/js-team/pkg-js-tools Priority: optional Section: devel Filename: pool/main/p/pkg-js-tools/pkg-js-autopkgtest_0.9.78+nerve1+10u2_all.deb Size: 12944 SHA256: bd3793aa4ee336562e903e78ccb6673feffb975e7a68dad649e08502a2d215f5 SHA1: 4abc12c06a49eec9f009dc236fc2cf73d9ab9260 MD5sum: e0f8206859dbcd1866bd0f0630678dcf Description: collection of autopkgtest scripts for Nodejs packages This package contains test runners to be used with the autopkgtest infrastructure for Nodejs packages. . Packages using the tests with autopkgtests in this package can simply set "Testsuite: autopkgtest-pkg-nodejs" in debian/control. . Cf. /usr/share/doc/pkg-js-autopkgtest/README.md for information on the tests and how to tweak them. Package: pkg-js-tools Version: 0.9.78+nerve1+10u2 Architecture: all Maintainer: Debian Javascript Maintainers Installed-Size: 163 Depends: perl:any, debhelper, libdebian-copyright-perl, libipc-run-perl, libjson-perl, nodejs:any | nodejs (<< 12.22.5~dfsg-4~) Recommends: devscripts, libdpkg-perl Suggests: autodep8, autopkgtest, git-buildpackage, libconfig-inifiles-perl, libconfig-model-dpkg-perl, libconfig-model-perl, lintian (>= 2.58.0~), node-semver Breaks: nodejs-dev (<< 10.15.0~dfsg-10) Provides: dh-sequence-nodejs (= 0.9.78+nerve1+10u2) Multi-Arch: foreign Homepage: https://salsa.debian.org/js-team/pkg-js-tools Priority: optional Section: devel Filename: pool/main/p/pkg-js-tools/pkg-js-tools_0.9.78+nerve1+10u2_all.deb Size: 43468 SHA256: dd40a78129f23584b9a7b9ecde2617bcba5caf0a577da0d2f0ec5b3c6fc9b10c SHA1: 8aaec48ee9234162ac38b6abfb42bfad9fefc548 MD5sum: 89e25376d39475d137c705421e9e31db Description: collection of tools to aid packaging Node modules in Debian The Debian Javascript Group works on packaging JavaScript libraries for Debian. This collection contains the tools which help the group with day-to-day work. . It provides github-debian-upstream, dh-make-node, a salsa configuration file and files to add "--with nodejs" to dh. Package: python-atlassian-python-api-doc Source: atlassian-python-api Version: 3.19.0-1+nerve1 Architecture: all Maintainer: Nerve Development Team Installed-Size: 580 Depends: libjs-sphinxdoc (>= 1.0) Homepage: https://github.com/atlassian-api/atlassian-python-api Priority: optional Section: doc Filename: pool/main/a/atlassian-python-api/python-atlassian-python-api-doc_3.19.0-1+nerve1_all.deb Size: 91944 SHA256: bba9be560f0bb8328b749511d7ba331174242d5bd43132f80b6f6dd4fb1015e7 SHA1: 00767f5ebea8c29468c9f3e8110440ee7bbf8ddb MD5sum: 2239fd5d88914f4e7b5f3b530dc328ac Description: Atlassian Python API Library Documentation This package provides documentation for python3-atlassian-python-api Package: python-jinja2-doc Source: jinja2 Version: 2.11.3-1+nerve10u3 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 919 Depends: libjs-sphinxdoc (>= 1.0) Recommends: python3-jinja2 Multi-Arch: foreign Homepage: http://jinja.pocoo.org/ Priority: optional Section: doc Filename: pool/main/j/jinja2/python-jinja2-doc_2.11.3-1+nerve10u3_all.deb Size: 172092 SHA256: 63942c32e03b0e5acde096c9f5cd4380d1431bfe0ea7cb770b258ba587c21a20 SHA1: e918b5993aecd9d038434cd6fb7d6f81e49a2de5 MD5sum: 8e19befa5362029724da69154db770d3 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: python3-aiozipstream Source: python-aiozipstream Version: 0.5-2~nerve10u3 Architecture: all Maintainer: Nerve Development Team Installed-Size: 42 Depends: python3:any Conflicts: python3-zipstream Replaces: python3-zipstream Provides: python3-zipstream Homepage: https://github.com/kbbdy/zipstream Priority: optional Section: python Filename: pool/main/p/python-aiozipstream/python3-aiozipstream_0.5-2~nerve10u3_all.deb Size: 9488 SHA256: 242941f531c6dd6b15ed6672795efe51e3f1ffb14db69599cafbdcb7a3a7e3c1 SHA1: 4ac0dfff85574935f2343f6f9fe70ebc95eda633 MD5sum: 71df3db28211604f28ccef0f5689423f Description: Creating zip files on the fly # AioZipStream . This is a fork of [ZipStream](https://github.com/kbbdy/zipstream). Simple python library for streaming ZIP files which are created dynamically, without using any temporary files. . - No temporary files, data is streamed directly - Supported `deflate` compression method - Small memory usage, straming is realised using yield statement - Archive structure is created on the fly, and all data can be created during stream - Files included into archive can be generated on the fly using Python generators - Asynchronous AioZipStream and classic ZipStream are available - Zip32 format compatible files - Independent from python's standard ZipFile implementation - Almost no dependencies: only `aiofiles` in some circumstances (see AioZipStream section for details) - Zip64 support is also planned in future (far future, because I never hitted 4GB file size limit ;-) ) . ### Required Python version: . `ZipStream` is compatible with **Python 2.7**. . `AioZipStream` require **Python 3.6**. For earlier versions `AioZipStream` is not available for import. Package: python3-atlassian-python-api Source: atlassian-python-api Version: 3.19.0-1+nerve1 Architecture: all Maintainer: Nerve Development Team Installed-Size: 671 Depends: python3-deprecated, python3-oauthlib, python3-requests, python3-requests-oauthlib, python3-six, python3:any Suggests: python-atlassian-python-api-doc Homepage: https://github.com/atlassian-api/atlassian-python-api Priority: optional Section: python Filename: pool/main/a/atlassian-python-api/python3-atlassian-python-api_3.19.0-1+nerve1_all.deb Size: 87924 SHA256: 9aa7ffae5284982640872ef7ed7dd71cc5a7851b3276c480d93934da34c0ec5f SHA1: a5595597dfbe61d6e18855a832b946f707d6042d MD5sum: ce1de6e20f104ba38fda2000710f3767 Description: Atlassian Python API Library This package is used to provide a simple python interface for interacting with Atlassian products (Server, Data Center and Cloud) and apps from ecosystem (Portfolio, XRay). It is based on the official public Rest API documentation and private methods (+ xml+rpc, raw http request). Package: python3-bidict Source: bidict Version: 0.21.3-1+nerve1+10u1 Architecture: all Maintainer: Debian Python Team Installed-Size: 2305 Depends: python3:any, libjs-sphinxdoc (>= 1.0) Homepage: https://bidict.readthedocs.io Priority: optional Section: python Filename: pool/main/b/bidict/python3-bidict_0.21.3-1+nerve1+10u1_all.deb Size: 348192 SHA256: bfb93c8753074311d1ec3894f21d8c64d0b2bf3b3460b62bca3690488c722adb SHA1: e45f53405644a10db045bee954a2650407d00e16 MD5sum: 56571bab889ed6998419e174c02d0054 Description: Bidirectional map data structures and related functionality Features: - has carefully designed APIs for safety, simplicity, flexibility, and ergonomics - has extensive test coverage (including property-based tests and benchmarks) run continuously on all supported Python versions and OSes - integrates natively with Python’s collections interfaces - is implemented in concise, well-factored, well-documented pure Python that leverages a number of advanced language features Package: python3-engineio Source: python-engineio Version: 3.13.2-2~nerve1+10u3 Architecture: all Maintainer: Paulo Henrique de Lima Santana (phls) Installed-Size: 230 Depends: python3-six (>= 1.9.0), python3:any (>= 3.7~) Homepage: https://pypi.python.org/pypi/python-engineio Priority: optional Section: python Filename: pool/main/p/python-engineio/python3-engineio_3.13.2-2~nerve1+10u3_all.deb Size: 56336 SHA256: 921bac9fb1d1084c5b2af4ff4db0ba1dfeb84c88f1bf7533edf8fc009ccfa137 SHA1: ff33797332596575b01f9277a62eb9831dee98f5 MD5sum: 3579c312738a51780ee4ca286b248124 Description: python3 implementation of the Engine.IO realtime server This project implements an Engine.IO server that can run standalone or integrated with a python3 WSGI application. The following are some of its features: . Fully compatible with the Javascript engine.io-client library. Compatible with python3. Supports large number of clients even on modest hardware when used with an asynchronous server based on asyncio (sanic, aiohttp or tornado), eventlet or gevent. For development and testing, any WSGI compliant multi-threaded server can also be used. Includes a WSGI middleware that integrates Engine.IO traffic with standard WSGI applications. Uses an event-based architecture implemented with decorators that hides the details of the protocol. Implements HTTP long-polling and WebSocket transports. Supports XHR2 and XHR browsers as clients. Supports text and binary messages. Supports gzip and deflate HTTP compression. Configurable CORS responses to avoid cross-origin problems with browsers. Package: python3-jinja2 Source: jinja2 Version: 2.11.3-1+nerve10u3 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 500 Depends: python3-markupsafe, python3:any Recommends: python3-pkg-resources Suggests: python-jinja2-doc Breaks: python-jinja2 (<< 2.11.1-1) Replaces: python-jinja2 (<< 2.11.1-1) Homepage: http://jinja.pocoo.org/ Priority: optional Section: python Filename: pool/main/j/jinja2/python3-jinja2_2.11.3-1+nerve10u3_all.deb Size: 113756 SHA256: e927950049574b386574f681c17cb87a2fa02c8b03fd204e4e4390fbc9f9213a SHA1: aea368b109036df652dad5ca88a182c22ced77ad MD5sum: 7473b742c1ad65ca7f9d99851856eb52 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-redis-lock Source: python-redis-lock Version: 4.0.0-1+gfd5eab7 Architecture: all Maintainer: Nerve Development Team Installed-Size: 54 Depends: python3-redis, python3:any Homepage: https://github.com/ionelmc/python-redis-lock Priority: optional Section: python Filename: pool/main/p/python-redis-lock/python3-redis-lock_4.0.0-1+gfd5eab7_all.deb Size: 13900 SHA256: dd856e1a6bb69c3d33c69e0aa9e001f882bf34ca3eadb0d17b4871c595a8aba5 SHA1: 429420918d592e97a17b2ffe0c709fbfb02848ba MD5sum: e7205fb107131a3533a9f3a2763f717c Description: Lock context manager implemented via redis SETNX/BLPOP. This package provides a lock context manager based on the standard SETNX recipe. Additional features are: - optional expiry - optional timeout - optional lock renewal (use a low expire but keep the lock active) - no spinloops at acquire See detailed documentation at https://python-redis-lock.readthedocs.io/. Package: python3-socketio Source: python-socketio Version: 5.7.2-2+nerve10u4 Architecture: all Maintainer: Paulo Henrique de Lima Santana (phls) Installed-Size: 282 Depends: python3-bidict, python3-engineio (>= 4.3.0), python3:any (>= 3.7~), python3-aiohttp (>= 3.4), python3-websockets (>= 7.0), python3-requests (>= 2.21.0), python3-websocket (>= 0.54.0) Homepage: https://github.com/miguelgrinberg/python-socketio Priority: optional Section: python Filename: pool/main/p/python-socketio/python3-socketio_5.7.2-2+nerve10u4_all.deb Size: 63052 SHA256: b43ac71afaadc61e9eee968f582a64bf395c23e85ad218eacdd9bf954c6e1040 SHA1: c6d29a102042dcd318100d1aa6b67cd033ff3f20 MD5sum: 15082580598a0956c4a79b1fb74382e2 Description: python3 implementation of the Socket.IO realtime client and server Socket.IO is a transport protocol that enables real-time bidirectional event-based communication between clients (typically, though not always, web browsers) and a server. The official implementations of the client and server components are written in JavaScript. This package provides Python implementations of both, each with standard and asyncio variants. . Client Features: . Can connect to other Socket.IO compliant servers besides the one in this package. Compatible with Python 3.5+. Two versions of the client, one for standard Python and another for asyncio. Uses an event-based architecture implemented with decorators that hides the details of the protocol. Implements HTTP long-polling and WebSocket transports. Automatically reconnects to the server if the connection is dropped. . Server Features: . Can connect to servers running other compliant Socket.IO clients besides the one in this package. Compatible with Python 3.5+. Two versions of the server, one for standard Python and another for asyncio. Supports large number of clients even on modest hardware due to being asynchronous. Can be hosted on any WSGI and ASGI web servers includind Gunicorn, Uvicorn, eventlet and gevent. Can be integrated with WSGI applications written in frameworks such as Flask, Django, etc. Can be integrated with aiohttp, sanic and tornado asyncio applications. Broadcasting of messages to all connected clients, or to subsets of them assigned to rooms. Optional support for multiple servers, connected through a messaging queue such as Redis or RabbitMQ. Send messages to clients from external processes, such as Celery workers or auxiliary scripts. Event-based architecture implemented with decorators that hides the details of the protocol. Support for HTTP long-polling and WebSocket transports. Support for XHR2 and XHR browsers. Support for text and binary messages. Support for gzip and deflate HTTP compression. Configurable CORS responses, to avoid cross-origin problems with browsers. Package: python3-websocket Source: websocket-client Version: 0.57.0-2+nerve10u2 Architecture: all Maintainer: Debian Python Team Installed-Size: 167 Depends: python3-six, python3:any Homepage: https://github.com/liris/websocket-client Priority: optional Section: python Filename: pool/main/w/websocket-client/python3-websocket_0.57.0-2+nerve10u2_all.deb Size: 34540 SHA256: 3b16809bd6caf248fe63f21f231e8f6a26973544a8ac0cbee8f697b4c7b5b82a SHA1: 26c9f4529d95117358e6d37a91d87bef633920c6 MD5sum: 641ea4def940b6e4cd43685ff95b46db 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.