python-futurist 0.13.0-2 source package in Ubuntu

Changelog

python-futurist (0.13.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Mon, 04 Apr 2016 09:25:07 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-futurist_0.13.0-2.dsc 2.7 KiB 4a4e2671e962f1361d714d53a6e8bbb13adc78ea0f091e3a37e968933f956905
python-futurist_0.13.0.orig.tar.xz 24.8 KiB 0a83a1daf74ee795eb29bfd381d6184d8f8a7282cc431c7889619b2034701e38
python-futurist_0.13.0-2.debian.tar.xz 3.4 KiB 3b92d8ed966021914e81e4205fece2ca6619b9377bf342bddb856db92d6bdb36

No changes file available.

Binary packages built by this source

python-futurist: useful additions to futures, from the future - Python 2.x

 Code from the future, delivered to you in the now. For example:
  * A futurist.GreenThreadPoolExecutor using eventlet green thread pools. It
    provides a standard executor API/interface and it also gathers execution
    statistics.
  * A futurist.ProcessPoolExecutor derivative that gathers execution
    statistics.
  * A futurist.SynchronousExecutor that doesn’t run concurrently. It has the
    same executor API/interface and it also gathers execution statistics.
  * A futurist.ThreadPoolExecutor derivative that gathers execution statistics.
  * A futurist.periodics.PeriodicWorker that can use the previously mentioned
    executors to run asynchronous work periodically in parallel or
    synchronously.
  * etc.
 .
 This package contains the Python 2.x module.

python-futurist-doc: No summary available for python-futurist-doc in ubuntu yakkety.

No description available for python-futurist-doc in ubuntu yakkety.

python3-futurist: useful additions to futures, from the future - Python 3.x

 Code from the future, delivered to you in the now. For example:
  * A futurist.GreenThreadPoolExecutor using eventlet green thread pools. It
    provides a standard executor API/interface and it also gathers execution
    statistics.
  * A futurist.ProcessPoolExecutor derivative that gathers execution
    statistics.
  * A futurist.SynchronousExecutor that doesn’t run concurrently. It has the
    same executor API/interface and it also gathers execution statistics.
  * A futurist.ThreadPoolExecutor derivative that gathers execution statistics.
  * A futurist.periodics.PeriodicWorker that can use the previously mentioned
    executors to run asynchronous work periodically in parallel or
    synchronously.
  * etc.
 .
 This package contains the Python 3.x module.