python-engineio 4.3.4-2 source package in Ubuntu

Changelog

python-engineio (4.3.4-2) unstable; urgency=medium

  * debian/clean: updated dir.
  * debian/control: bumped Standards-Version to 4.6.2.
  * debian/copyright: changed upstream e-mail address.
  * debian/gbp.conf: file created.

 -- Paulo Henrique de Lima Santana (phls) <email address hidden>  Wed, 18 Jan 2023 19:47:19 -0300

Upload details

Uploaded by:
Paulo Henrique de Lima Santana
Uploaded to:
Sid
Original maintainer:
Paulo Henrique de Lima Santana
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-engineio_4.3.4-2.dsc 2.1 KiB 683f39ef14eeebea28d744551842811f094764165bdd06161af6ea14f8535366
python-engineio_4.3.4.orig.tar.gz 41.1 KiB d8d8b072799c36cadcdcc2b40d2a560ce09797ab3d2d596b2ad519a5e4df19ae
python-engineio_4.3.4-2.debian.tar.xz 49.0 KiB 436cdccb8545b82e70166d35f310bc6c3364e715d72f5c8635a6b659304a0984

Available diffs

No changes file available.

Binary packages built by this source

python3-engineio: 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.