python-futurist 2.4.1-2 source package in Ubuntu
Changelog
python-futurist (2.4.1-2) unstable; urgency=medium * Uploading to unstable. -- Thomas Goirand <email address hidden> Fri, 23 Sep 2022 11:55:17 +0200
Upload details
- Uploaded by:
- Debian OpenStack
- Uploaded to:
- Sid
- Original maintainer:
- Debian OpenStack
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-futurist_2.4.1-2.dsc | 2.4 KiB | a1d2bb61918fc14a3e9c70422eb4f8b8e19efab30a324409360ec42111851d35 |
python-futurist_2.4.1.orig.tar.xz | 31.3 KiB | a3682d110c723d97f31c42658b77ae9fc1e1efa9fae1a67ceee77bdfc74c5d5b |
python-futurist_2.4.1-2.debian.tar.xz | 3.6 KiB | 1d4fcc08904a582c45a774d127a26e00a855e1828d17b91c49606d076bfc4f8d |
Available diffs
- diff from 2.4.0-2 to 2.4.1-2 (4.2 KiB)
No changes file available.
Binary packages built by this source
- python-futurist-doc: useful additions to futures, from the future - doc
Code from the future, delivered to you in the now. For example:
* A futurist.GreenThreadPool Executor using eventlet green thread pools. It
provides a standard executor API/interface and it also gathers execution
statistics.
* A futurist.ProcessPoolExec utor derivative that gathers execution
statistics.
* A futurist.SynchronousExec utor that doesn’t run concurrently. It has the
same executor API/interface and it also gathers execution statistics.
* A futurist.ThreadPoolExecu tor 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 documentation.
- 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.GreenThreadPool Executor using eventlet green thread pools. It
provides a standard executor API/interface and it also gathers execution
statistics.
* A futurist.ProcessPoolExec utor derivative that gathers execution
statistics.
* A futurist.SynchronousExec utor that doesn’t run concurrently. It has the
same executor API/interface and it also gathers execution statistics.
* A futurist.ThreadPoolExecu tor 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.