python-engineio 3.0.0+dfsg-1 source package in Ubuntu

Changelog

python-engineio (3.0.0+dfsg-1) unstable; urgency=medium

  * New upstream release (Closes: #904383).
  * debian/compat: deleted.
  * debian/control:
      - Added dependencies to allow tests and man page creation.
      - Bumped Standards-Version to 4.2.1.
      - New format to debhelper-compat and updated level to 11.
      - Updated Paulo's email.
  * debian/copyright:
      - Updated Paulo's email.
      - Updated long description.
      - Updated packaging copyright years.
  * debian/manpages: created.
  * debian/README.source: created to explain about source missing in examples.
  * debian/rules:
      - Added override_dh_auto_build to create man page.
      - Removed override_dh_auto_test to allow tests.
  * debian/tests/*: added to perform tests.
  * debian/upstream/metadata: created.

 -- Paulo Henrique de Lima Santana (phls) <email address hidden>  Mon, 26 Nov 2018 16:14:30 -0200

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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-engineio_3.0.0+dfsg-1.dsc 2.0 KiB 641120a59d59008e2dfce39d0aec9674b4a6476fde32a2d458ecc40e39d2ffe7
python-engineio_3.0.0+dfsg.orig.tar.gz 44.9 KiB 4f8f2f8743530e42a397f9322df4ef014a5ec6735f6e2afe9b51c1591c376dfe
python-engineio_3.0.0+dfsg-1.debian.tar.xz 2.9 KiB d00dac113c93be9325fc39e08188a04627807d966534604758ecf9c094501d0e

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.