pyee 9.0.4-1 source package in Ubuntu

Changelog

pyee (9.0.4-1) unstable; urgency=medium

  [ upstream ]
  * new release

 -- Jonas Smedegaard <email address hidden>  Mon, 21 Feb 2022 22:04:37 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyee_9.0.4-1.dsc 2.1 KiB 0c9398c29289f9022ffd67badbc7186f670d49d44c69bcdc47f41b770f65dcd4
pyee_9.0.4.orig.tar.gz 25.5 KiB b3086fd97f75b6c4c4b787202f7ccffa2ec7c123a0704178b1ed3e2f64715241
pyee_9.0.4-1.debian.tar.xz 3.7 KiB 62ceb6c9109277b8ccd73d13c247d046a92e4d7ba7b9c4f7f8602491a91994f7

Available diffs

No changes file available.

Binary packages built by this source

python3-pyee: Python 3 port of node.js's EventEmitter to Python

 This package contains the pyee module for Python 3. pyee supplies an
 EventEmitter object similar to the EventEmitter from node.js. This allows
 developers to register a function to an event, which means that when the event
 is emitted, the function will be called.