python-futurist 2.4.0-2 source package in Ubuntu
Changelog
python-futurist (2.4.0-2) unstable; urgency=medium * Uploading to unstable. -- Thomas Goirand <email address hidden> Wed, 29 Sep 2021 10:20:09 +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 | |
---|---|---|---|---|
Jammy | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-futurist_2.4.0-2.dsc | 2.3 KiB | 21263c086dab0349873dea7ec4b2d288e253a84026eccb9d62ec1a76826aba85 |
python-futurist_2.4.0.orig.tar.xz | 31.5 KiB | ded290211ad010a3ab6ec0d0ad104099f3efa4caff3b761083759215d8431daf |
python-futurist_2.4.0-2.debian.tar.xz | 3.4 KiB | 767110fbdb71551f38138f465c187f1a149655416e35efea34695ada96616abd |
Available diffs
- diff from 2.3.0-2 to 2.4.0-2 (3.5 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.