Skip to main content

streamtasks

Read the Documentation.

Demos

Overview

Streamtasks aims to simplify software integration for data pipelines.

How it works

Streamtasks is built on an internal network that distributes messages. The network is host agnostic. It uses the same network to communicate with services running in the same process as it does to communicate with services on a remote machine.

Getting started

Installation

Simple

Windows (with an MSI)

Go to the latest Release on Github and Download the .msi file. Once downloaded, run it.

Or watch the demo.

Linux (with flatpak)

Go to the latest Release on Github and Download the .flatpak file. If you have a GUI to manage flatpak packages installed, you can just double click the file. Otherwise run flatpak install <the downloaded filename>.

Or watch the demo.

With pip

pip install streamtasks[media,inference] # see pyproject.toml for more optional packages

Hardware encoders and decoders

To use hardware encoders and decoders you must have ffmpeg installed on your system. Verify that you system installation of ffmpeg has the hardware encoders/decoder with:

# list decoders
ffmpeg -decoders
# list encoders
ffmpeg -encoders

Install streamtasks without av binaries.

pip install streamtasks[media,inference] --no-binary av

If you have already installed streamtasks (and av), you can reinstall av with:

pip install av --no-binary av --ignore-installed

See the pyav documentation for more information.

llama.cpp with GPU

To install llama.cpp with GPU support you can either install streamtasks with:

CMAKE_ARGS="-DLLAMA_CUBLAS=on" FORCE_CMAKE=1 pip install streamtasks[media,inference]

or you can reinstall llama-cpp-python with:

CMAKE_ARGS="-DLLAMA_CUBLAS=on" FORCE_CMAKE=1 pip install llama-cpp-python --ignore-installed

See the llama-cpp-python documentation for more information.

Running an instance

You can run an instance of the streamtasks system with streamtasks -C or python -m streamtasks -C.

The flag -C indicates that the core components should be started as well.

Use streamtasks --help for more options.

Connecting two instances

When connecting two instances you need to have one main instance running the core components (using -C).

To create a connection endpoint (server), you can use the Connection Manager in the UI or you can specify a url to host a server on as a command line flag.

For example:

streamtasks -C --serve tcp://127.0.0.1:9002

You may specify multiple serve urls.

To connect the second system to the main system, you need to start your second system without the core components, specifying a connect url.

For example:

streamtasks --connect tcp://127.0.0.1:9002

See connection for more information.

Release files for streamtasks 0.1.13

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for streamtasks 0.1.13
File Size Uploaded
streamtasks-0.1.13.tar.gz 5.4 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for streamtasks 0.1.13
File
streamtasks-0.1.13-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
streamtasks-0.1.13-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
streamtasks-0.1.13-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
streamtasks-0.1.13-cp312-cp312-musllinux_1_2_i686.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-32 Details
streamtasks-0.1.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
streamtasks-0.1.13-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-32 Details
streamtasks-0.1.13-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
streamtasks-0.1.13-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
streamtasks-0.1.13-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
streamtasks-0.1.13-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
streamtasks-0.1.13-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
streamtasks-0.1.13-cp311-cp311-musllinux_1_2_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-32 Details
streamtasks-0.1.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
streamtasks-0.1.13-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-32 Details
streamtasks-0.1.13-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
streamtasks-0.1.13-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
streamtasks-0.1.13-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
streamtasks-0.1.13-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
streamtasks-0.1.13-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
streamtasks-0.1.13-cp310-cp310-musllinux_1_2_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-32 Details
streamtasks-0.1.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
streamtasks-0.1.13-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-32 Details
streamtasks-0.1.13-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
streamtasks-0.1.13-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
streamtasks-0.1.13-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
streamtasks-0.1.13-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
streamtasks-0.1.13-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
streamtasks-0.1.13-cp39-cp39-musllinux_1_2_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-32 Details
streamtasks-0.1.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
streamtasks-0.1.13-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-32 Details
streamtasks-0.1.13-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
streamtasks-0.1.13-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
streamtasks-0.1.13-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
streamtasks-0.1.13-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
streamtasks-0.1.13-cp38-cp38-musllinux_1_2_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-64 Details
streamtasks-0.1.13-cp38-cp38-musllinux_1_2_i686.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-32 Details
streamtasks-0.1.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
streamtasks-0.1.13-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-32 Details
streamtasks-0.1.13-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
streamtasks-0.1.13-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
streamtasks-0.1.13-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
streamtasks-0.1.13-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
streamtasks-0.1.13-cp37-cp37m-musllinux_1_2_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ x86-64 Details
streamtasks-0.1.13-cp37-cp37m-musllinux_1_2_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ x86-32 Details
streamtasks-0.1.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
streamtasks-0.1.13-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32 Details
streamtasks-0.1.13-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details

Total release size:277.6 MB

Release files / streamtasks-0.1.13.tar.gz

Download URL streamtasks-0.1.13.tar.gz
Size 5.4 MB
Tags Source
SHA-256 checksum
How to use checksums
d87828f2d74892c3762c0d50db7afa2e9693bb553120767d9dcf005464c1a5b0
BLAKE2b-256 checksum
How to use checksums
51a979ada362d1f3e3b1ab772bcd2388a5244658bb9b8447df21c7f2e2025d3b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp312-cp312-win_amd64.whl

Download URL streamtasks-0.1.13-cp312-cp312-win_amd64.whl
Size 5.5 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
2b31870e34d32455cbbdb85c5090564dd7053807772dd213742acdcfa1561890
BLAKE2b-256 checksum
How to use checksums
035abe4ae908ef532d95e4012185a56b233a421d0def9ea63ce430fae2f9e36e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp312-cp312-win32.whl

Download URL streamtasks-0.1.13-cp312-cp312-win32.whl
Size 5.5 MB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
c7a89dc76f172a37d6fd30101296551ad73cfdd48b564f305e450955eee31914
BLAKE2b-256 checksum
How to use checksums
b80aa7725ffe4e4aa0f78141a0037fa9e93492c52719a61cf70a0555c8b6a8c1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL streamtasks-0.1.13-cp312-cp312-musllinux_1_2_x86_64.whl
Size 6.5 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
b952ee6e9567e3c048efb724a3bda10dc870b30450ac8635745565cfbc14ae8c
BLAKE2b-256 checksum
How to use checksums
80e54054fc4633f22d6e9146e4a22e340091ad6d5709cf25cd7d62a425f08546
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp312-cp312-musllinux_1_2_i686.whl

Download URL streamtasks-0.1.13-cp312-cp312-musllinux_1_2_i686.whl
Size 6.6 MB
Tags CPython 3.12 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
e7fb768358bd542709079376df036a95fd0a9ac6b7c441080627dd31b50bc474
BLAKE2b-256 checksum
How to use checksums
00ef9f2cf94338c117a0ae286c1abfc1c109c0d6718cb3d154cfbdc74871d04a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL streamtasks-0.1.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 5.6 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
b671c5d01b700c263e3de457cca47389f1d1edace80bd3b6195999509545767b
BLAKE2b-256 checksum
How to use checksums
3ddcfe754926d302000bf1a043cd74d758d92a1ae3f7092cb8f4e3f4f5550561
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL streamtasks-0.1.13-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Size 5.6 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
2802dd1367521148b0265e154e679183023286d205084d3244d751bcff75e9ca
BLAKE2b-256 checksum
How to use checksums
c20d683e785b4b8b8fba251c730068e41f57f8f89b814469c8a79b2f1bd5578e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp312-cp312-macosx_11_0_arm64.whl

Download URL streamtasks-0.1.13-cp312-cp312-macosx_11_0_arm64.whl
Size 5.5 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
c1db267696158f4a239ce0eba2ed085a9ae23cb25c87939444d58d2e917c06b1
BLAKE2b-256 checksum
How to use checksums
d9b4cb1c83f3054ca4a9cb7f915bfffd8aeb16fc6d1f3ff52f996b54a45ef015
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp312-cp312-macosx_10_9_x86_64.whl

Download URL streamtasks-0.1.13-cp312-cp312-macosx_10_9_x86_64.whl
Size 5.5 MB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
a81189d2795603980ba1ffa241badbb61da037c3f44ecd841325cec08eb5ee47
BLAKE2b-256 checksum
How to use checksums
a092da374bde5263c5e0eadadefafcf702f9fded14cc5223cec6d2e322394072
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp311-cp311-win_amd64.whl

Download URL streamtasks-0.1.13-cp311-cp311-win_amd64.whl
Size 5.5 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
f105ad17e44077371ccb83155895158e6e04721f130eac3e2465bb88429ceb08
BLAKE2b-256 checksum
How to use checksums
fdceb4aaf14bb4b823f96d11174e4ab5aa57c9b2ce6f6a37c3dc7211b6c6c890
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp311-cp311-win32.whl

Download URL streamtasks-0.1.13-cp311-cp311-win32.whl
Size 5.5 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
6023a898d2f510af8678ecf7d2e172623936dfe876c97e873971625759e76ae2
BLAKE2b-256 checksum
How to use checksums
21602a59a539c402c5638014ad5b85636633551a5d2f21e336bc056075e47db0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL streamtasks-0.1.13-cp311-cp311-musllinux_1_2_x86_64.whl
Size 6.5 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
2013ee1e3331c693537d93fbc81066fa5e11abf08603656971ff82af22c78727
BLAKE2b-256 checksum
How to use checksums
adb8a0e64f1f4738b58efc594c69b4faf0b22b77d1f98a2e5ccfa7497d049e33
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp311-cp311-musllinux_1_2_i686.whl

Download URL streamtasks-0.1.13-cp311-cp311-musllinux_1_2_i686.whl
Size 6.6 MB
Tags CPython 3.11 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
beebbfb22142c87455da06ebf73bdd325a398fcc0cce59f7e74f617a4fb7694a
BLAKE2b-256 checksum
How to use checksums
511aa8acd167667e3f7050c6060bbd708841310e0a35ea11f7c6c615d931603a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL streamtasks-0.1.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 5.6 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
b339eb77be8b317eb5810edb428952290853a5a4edf0505bf1ab743265f29e6b
BLAKE2b-256 checksum
How to use checksums
e9c0e2de1fceb59ab09da2ef24f231cec9c69fa61bba8ab75d56940e33ad25c0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL streamtasks-0.1.13-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Size 5.6 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
4b2a10e3d7040e195992120ccb8773dfd452fef9e75dd015f66ed41134355452
BLAKE2b-256 checksum
How to use checksums
8245f2ecf7a9d3e906d4580b8d0ffebb8b1583d2803cb7f78a9ab1140bbcede9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp311-cp311-macosx_11_0_arm64.whl

Download URL streamtasks-0.1.13-cp311-cp311-macosx_11_0_arm64.whl
Size 5.5 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
05b395450b38ac3174ed1ac09e21fe01b5bcedbb208823fb88c4cb41ff5f526b
BLAKE2b-256 checksum
How to use checksums
a917f00492253de8e0cb77083d82a391a4664d5d37370a16d3db9475bb29173b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp311-cp311-macosx_10_9_x86_64.whl

Download URL streamtasks-0.1.13-cp311-cp311-macosx_10_9_x86_64.whl
Size 5.5 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
4b68458a4a688a0a710a7625bb63b5d04a7727495a26dee703f614c48e78a39c
BLAKE2b-256 checksum
How to use checksums
09e4c61f0fbf27aa8dd0e68422cb54c9cfe2d0f061213613e0b49da250ff6a19
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp310-cp310-win_amd64.whl

Download URL streamtasks-0.1.13-cp310-cp310-win_amd64.whl
Size 5.5 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
e8cd00c2dd6ab3064979715a8c2e95f3cc33732e2ff47e7ff7a5dbb87307335d
BLAKE2b-256 checksum
How to use checksums
5c7f1cdd9f4541c8d661c967ce3dadbffbc55eb0f3ee34ab8f15010e5eef3346
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp310-cp310-win32.whl

Download URL streamtasks-0.1.13-cp310-cp310-win32.whl
Size 5.5 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
72ab356ef6b7204b90aae0d91455b142cc53fba04a50986307476ef0986dc90b
BLAKE2b-256 checksum
How to use checksums
8855754ded9dca50fc8ab3fd70ebf004d8b46962be728714b36a30ed09ba09c0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL streamtasks-0.1.13-cp310-cp310-musllinux_1_2_x86_64.whl
Size 6.5 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
845adeec85851b673f46feb4f226192cbff32d81e4ee88747ff2bee04700bdb8
BLAKE2b-256 checksum
How to use checksums
ea15a875742c8d6f259cf0308684aef242c06136c120a4e9cac1439fb0153d8a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp310-cp310-musllinux_1_2_i686.whl

Download URL streamtasks-0.1.13-cp310-cp310-musllinux_1_2_i686.whl
Size 6.6 MB
Tags CPython 3.10 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
750d51dd440093a5063f5832bbeef45bcfb706a357edb0009d1eafa8736de44a
BLAKE2b-256 checksum
How to use checksums
1fb6083fd41e3a9b1c594fae4190c2111330f41eb94b7156b37bf68a89f088b1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL streamtasks-0.1.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 5.5 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
65b81aded036f383f24ab357cafcedaf00e572855f9a7518d78df78b549e51fe
BLAKE2b-256 checksum
How to use checksums
c9dd205ca5a6523e72e1e95148fba5c8db3aea562c9e2d6f734fac2b43c1755c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL streamtasks-0.1.13-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Size 5.6 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
64cd700abc0d5dc7c95320193e3b9e2d5bf0796dc3702a6bdc065a13bea6c185
BLAKE2b-256 checksum
How to use checksums
c7ade24c06151a344d3dab86d347803b336bb800229883283a8623ec190233b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp310-cp310-macosx_11_0_arm64.whl

Download URL streamtasks-0.1.13-cp310-cp310-macosx_11_0_arm64.whl
Size 5.5 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ec43e2d03e09f4e74806aad731a079a31d0a9d011412d8c7f46f902f47f406ae
BLAKE2b-256 checksum
How to use checksums
204ce4771d598aab4ac16e19f98ef634d4172a648b3b888bc475fd69ec8bec4f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp310-cp310-macosx_10_9_x86_64.whl

Download URL streamtasks-0.1.13-cp310-cp310-macosx_10_9_x86_64.whl
Size 5.5 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
a8d5c1ccff89e7d7a5d9b6b4ac9b67b4aec27405268f41d2b4526a062e8f8577
BLAKE2b-256 checksum
How to use checksums
a88e1761808a6c759b8b210d8e7ed7862bf349a357ec320eabb07c3e375e7e2f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp39-cp39-win_amd64.whl

Download URL streamtasks-0.1.13-cp39-cp39-win_amd64.whl
Size 5.5 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
10af9c391df2a6f752e1074140dd4104480501591116f7d14e5b4f2c18642341
BLAKE2b-256 checksum
How to use checksums
be36124eea63ce50a24aca8f5277feaab9bb4b0f54bc286ca5a0fcfbd581ca08
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp39-cp39-win32.whl

Download URL streamtasks-0.1.13-cp39-cp39-win32.whl
Size 5.5 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
c4070b61704f1e3b3a1830218e79ba36e486bf4ae8476dee077e019ab14c9ab6
BLAKE2b-256 checksum
How to use checksums
27a5abeb22b31369816fba066309ab4b0e6216dc4f10eb21870446e3230d4c58
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL streamtasks-0.1.13-cp39-cp39-musllinux_1_2_x86_64.whl
Size 6.5 MB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
6ccc8bdfcd4ddd9e38cac86cdbaa2559f33dc156db2b493e5b347aaeb1cc9036
BLAKE2b-256 checksum
How to use checksums
239f6d66dd1bc524bd635d4cd9f206fe46292ae4113c3b0d74f65ef3d5cbd856
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp39-cp39-musllinux_1_2_i686.whl

Download URL streamtasks-0.1.13-cp39-cp39-musllinux_1_2_i686.whl
Size 6.6 MB
Tags CPython 3.9 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
f5c76558feca2536aa27eebd61701a2dfabb1554af501598f1429fe8f151abc4
BLAKE2b-256 checksum
How to use checksums
862a5467edb6886f7f0c64dcb0dd5e0db835473d8222e790bc642373c92f6f4b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL streamtasks-0.1.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 5.5 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
c6a74d612493949b9965b97c47549dc56e40b5de34cdefc18310369f6f2e92fe
BLAKE2b-256 checksum
How to use checksums
d12e0d31a0c0a6c644c3eec25b12a841b2aa4d19d8c7f5cd19d26c23878d0a3c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL streamtasks-0.1.13-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Size 5.6 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
2c15dadc31996388c7187f77730eb53182f530e3cec4ade1ee329b78de7c0caa
BLAKE2b-256 checksum
How to use checksums
bf873204de4a0c07d2579422963718bc8b74e07f04985fe6a9835c6fa818022c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp39-cp39-macosx_11_0_arm64.whl

Download URL streamtasks-0.1.13-cp39-cp39-macosx_11_0_arm64.whl
Size 5.5 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8be51797f5dfb76c8d5fd1d821d68f9e4234c5517aab0302f4246c502d7fd61c
BLAKE2b-256 checksum
How to use checksums
4b1878468ce3eba9d6b0d9dd876f43acf9231edde2bda4fbd2cabbc88a3d1ae9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp39-cp39-macosx_10_9_x86_64.whl

Download URL streamtasks-0.1.13-cp39-cp39-macosx_10_9_x86_64.whl
Size 5.5 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
69d557aa74b2d5096941eafd1cf92c0166ce22cf68520b77bd9371559766fd19
BLAKE2b-256 checksum
How to use checksums
f00a2e192c03301e0da4b7bd019f30fef64570185beaaca7e5ec1ee33242fce1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp38-cp38-win_amd64.whl

Download URL streamtasks-0.1.13-cp38-cp38-win_amd64.whl
Size 5.5 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
505ec6be17a81986142085e425c551c53a2fd46c907b9d825367c8d5cd93f118
BLAKE2b-256 checksum
How to use checksums
2fd23293209f51901c8c59320404993b101f935279a71190da8ad735eb3ace6d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp38-cp38-win32.whl

Download URL streamtasks-0.1.13-cp38-cp38-win32.whl
Size 5.5 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
28feb55b253ce34ced2838c380519001f0d0d2caa8807d3cdde37c0ae61ec399
BLAKE2b-256 checksum
How to use checksums
38b6bded37c05fdd44d9f28cd57f60f138afe1f94ece2767f4f3f8c9b48e7f45
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp38-cp38-musllinux_1_2_x86_64.whl

Download URL streamtasks-0.1.13-cp38-cp38-musllinux_1_2_x86_64.whl
Size 6.5 MB
Tags CPython 3.8 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
ff41de1d9fae0c289fcbd80b9b05f69ddcb15d0014f0fc6b1375bd608e350a59
BLAKE2b-256 checksum
How to use checksums
4675aa80ae3b506a018ade7b793da48f458d3eb24ebfcbdaa2cde5b730701e99
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp38-cp38-musllinux_1_2_i686.whl

Download URL streamtasks-0.1.13-cp38-cp38-musllinux_1_2_i686.whl
Size 6.6 MB
Tags CPython 3.8 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
1ae816d2f4aa4686a0251f19bacac7191f47a1b1a3c20092d46f191574772b7e
BLAKE2b-256 checksum
How to use checksums
1a27d92b86c0e47a683aa2cb9087eed6bc185ab48685c8398f7ee74e73d1e119
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL streamtasks-0.1.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 5.5 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
eab19bc44b9c1e6b24486620ba3b3781a24d256b160ad9715df594b399a8547b
BLAKE2b-256 checksum
How to use checksums
379d3436c00e55f9c4a7a36bb978b055b3b74983c38e3f76bb94e0e0479d1e22
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL streamtasks-0.1.13-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Size 5.6 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
44cfbb0ca9ae7349a7204c6d8f50dca3e41f9f9456b16a683fb622a33004ab74
BLAKE2b-256 checksum
How to use checksums
14823bd3f8bed3dd2fa4fe0dfbfec267218910e79dbe98c6fc6ebcc20de3d873
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp38-cp38-macosx_11_0_arm64.whl

Download URL streamtasks-0.1.13-cp38-cp38-macosx_11_0_arm64.whl
Size 5.5 MB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
7abf9eb250418695b12cb04220b30fe7632d27d1082842e8f774b94da2bbc869
BLAKE2b-256 checksum
How to use checksums
09571d4f6110229935ebbabc235d9e86acad707eccef16b325d6d0df4445fbac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp38-cp38-macosx_10_9_x86_64.whl

Download URL streamtasks-0.1.13-cp38-cp38-macosx_10_9_x86_64.whl
Size 5.5 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
fbc148ef46a51b1d9c5e9a1bf68978fda16beda302c56226a6022da56dc3e2d2
BLAKE2b-256 checksum
How to use checksums
71c4df51c4010b871816d5f183ba06d2fe8269bbc2b72776d466ab800ac8e675
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp37-cp37m-win_amd64.whl

Download URL streamtasks-0.1.13-cp37-cp37m-win_amd64.whl
Size 5.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
41c883e1ab6fcb5dd2eabfedad3d092cd0b798ab794221eef0babca7efac6d84
BLAKE2b-256 checksum
How to use checksums
20309ea7d48eed1af0036c2bce949e126d8eed41f795d617d7078848c82bac23
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp37-cp37m-win32.whl

Download URL streamtasks-0.1.13-cp37-cp37m-win32.whl
Size 5.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
94edeb081ce1bec8ff72382c0229daa97d37b4c003bdca3317400ae3ec871226
BLAKE2b-256 checksum
How to use checksums
d1222e226689ee462025f5bfd929401f2ba75b1e459942a421111b76a8e50e84
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp37-cp37m-musllinux_1_2_x86_64.whl

Download URL streamtasks-0.1.13-cp37-cp37m-musllinux_1_2_x86_64.whl
Size 6.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
e2ef6bb4ae8384272cdca8d8361f8d296176f047db8bafd220f6c47b2e6233b0
BLAKE2b-256 checksum
How to use checksums
d0fabd50895f2c02e5a3bf32f057d57f7233b07bfc1ca453ff98680be5d71838
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp37-cp37m-musllinux_1_2_i686.whl

Download URL streamtasks-0.1.13-cp37-cp37m-musllinux_1_2_i686.whl
Size 6.6 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
f17ca40b6a91eb01abcce8131e8b697f96062471b7dfc7d1a334b210d3b320f5
BLAKE2b-256 checksum
How to use checksums
f203afc3c1bbbe2c76359e0a205bf895d0cbf3990714c6a3b3a20a30e84b4171
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL streamtasks-0.1.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 5.6 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
31494a8ad210bf7a1fa488904ab960bc613c523ec57c878d1f1279f77133a29e
BLAKE2b-256 checksum
How to use checksums
6968675cef74a9cdcc3e7ea1d50b4bb47700774cb672a4c3b79499f4f0d71b22
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL streamtasks-0.1.13-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Size 5.6 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
bb49b162107282c4c018987be6676548e9eb7917fbab0275ec9598578f0b438b
BLAKE2b-256 checksum
How to use checksums
eac3d67c99fc53ccb187f3cf3bd2bf53eceab9a8607517ac5dd3804c2415271e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / streamtasks-0.1.13-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL streamtasks-0.1.13-cp37-cp37m-macosx_10_9_x86_64.whl
Size 5.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
53dc0de5ab2f733c5964134d1cd1094b7aaec6b0d91444c05b4a44ff8532ee2a
BLAKE2b-256 checksum
How to use checksums
5ec148539aeba79c74b8e3c0e09b051e699a11ab28a573ebf855b9f50c030901
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release history Release notifications | RSS feed

This release

0.1.13 This release

48 release files

0.1.9

67 release files

0.1.8

67 release files

0.1.7

1 release file

0.1.6

1 release file

0.1.5

1 release file

0.1.4

1 release file

0.1.3

1 release file

0.1.2

1 release file

0.1.1

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page