Skip to main content

A python task orchestrator to simplify real-time, static data pipelines.

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

streamtasks-0.1.13.tar.gz (5.4 MB view details)

Uploaded Source

Built Distributions

streamtasks-0.1.13-cp312-cp312-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.12 Windows x86-64

streamtasks-0.1.13-cp312-cp312-win32.whl (5.5 MB view details)

Uploaded CPython 3.12 Windows x86

streamtasks-0.1.13-cp312-cp312-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

streamtasks-0.1.13-cp312-cp312-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

streamtasks-0.1.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

streamtasks-0.1.13-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

streamtasks-0.1.13-cp312-cp312-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

streamtasks-0.1.13-cp312-cp312-macosx_10_9_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

streamtasks-0.1.13-cp311-cp311-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.11 Windows x86-64

streamtasks-0.1.13-cp311-cp311-win32.whl (5.5 MB view details)

Uploaded CPython 3.11 Windows x86

streamtasks-0.1.13-cp311-cp311-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

streamtasks-0.1.13-cp311-cp311-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

streamtasks-0.1.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

streamtasks-0.1.13-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

streamtasks-0.1.13-cp311-cp311-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

streamtasks-0.1.13-cp311-cp311-macosx_10_9_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

streamtasks-0.1.13-cp310-cp310-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

streamtasks-0.1.13-cp310-cp310-win32.whl (5.5 MB view details)

Uploaded CPython 3.10 Windows x86

streamtasks-0.1.13-cp310-cp310-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

streamtasks-0.1.13-cp310-cp310-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

streamtasks-0.1.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

streamtasks-0.1.13-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

streamtasks-0.1.13-cp310-cp310-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

streamtasks-0.1.13-cp310-cp310-macosx_10_9_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

streamtasks-0.1.13-cp39-cp39-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

streamtasks-0.1.13-cp39-cp39-win32.whl (5.5 MB view details)

Uploaded CPython 3.9 Windows x86

streamtasks-0.1.13-cp39-cp39-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

streamtasks-0.1.13-cp39-cp39-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

streamtasks-0.1.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

streamtasks-0.1.13-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

streamtasks-0.1.13-cp39-cp39-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

streamtasks-0.1.13-cp39-cp39-macosx_10_9_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

streamtasks-0.1.13-cp38-cp38-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

streamtasks-0.1.13-cp38-cp38-win32.whl (5.5 MB view details)

Uploaded CPython 3.8 Windows x86

streamtasks-0.1.13-cp38-cp38-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

streamtasks-0.1.13-cp38-cp38-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

streamtasks-0.1.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

streamtasks-0.1.13-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

streamtasks-0.1.13-cp38-cp38-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

streamtasks-0.1.13-cp38-cp38-macosx_10_9_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

streamtasks-0.1.13-cp37-cp37m-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

streamtasks-0.1.13-cp37-cp37m-win32.whl (5.5 MB view details)

Uploaded CPython 3.7m Windows x86

streamtasks-0.1.13-cp37-cp37m-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

streamtasks-0.1.13-cp37-cp37m-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

streamtasks-0.1.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

streamtasks-0.1.13-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

streamtasks-0.1.13-cp37-cp37m-macosx_10_9_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file streamtasks-0.1.13.tar.gz.

File metadata

  • Download URL: streamtasks-0.1.13.tar.gz
  • Upload date:
  • Size: 5.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for streamtasks-0.1.13.tar.gz
Algorithm Hash digest
SHA256 d87828f2d74892c3762c0d50db7afa2e9693bb553120767d9dcf005464c1a5b0
MD5 049f0e9ddbe86dd43bd356b027b8aea2
BLAKE2b-256 51a979ada362d1f3e3b1ab772bcd2388a5244658bb9b8447df21c7f2e2025d3b

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2b31870e34d32455cbbdb85c5090564dd7053807772dd213742acdcfa1561890
MD5 15f82697756230c11386137d4e8b371a
BLAKE2b-256 035abe4ae908ef532d95e4012185a56b233a421d0def9ea63ce430fae2f9e36e

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c7a89dc76f172a37d6fd30101296551ad73cfdd48b564f305e450955eee31914
MD5 6cb9ab4092bc9b8535d2ccc99516b51f
BLAKE2b-256 b80aa7725ffe4e4aa0f78141a0037fa9e93492c52719a61cf70a0555c8b6a8c1

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b952ee6e9567e3c048efb724a3bda10dc870b30450ac8635745565cfbc14ae8c
MD5 577c61a0f90949cda5e85990640c1203
BLAKE2b-256 80e54054fc4633f22d6e9146e4a22e340091ad6d5709cf25cd7d62a425f08546

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e7fb768358bd542709079376df036a95fd0a9ac6b7c441080627dd31b50bc474
MD5 e74964dbf2c5fc65fae76c38168a0108
BLAKE2b-256 00ef9f2cf94338c117a0ae286c1abfc1c109c0d6718cb3d154cfbdc74871d04a

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b671c5d01b700c263e3de457cca47389f1d1edace80bd3b6195999509545767b
MD5 a4159d75cb7eb890e74e3c3f5d9537f6
BLAKE2b-256 3ddcfe754926d302000bf1a043cd74d758d92a1ae3f7092cb8f4e3f4f5550561

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2802dd1367521148b0265e154e679183023286d205084d3244d751bcff75e9ca
MD5 dc7bd79266ce6997bd96388715500095
BLAKE2b-256 c20d683e785b4b8b8fba251c730068e41f57f8f89b814469c8a79b2f1bd5578e

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1db267696158f4a239ce0eba2ed085a9ae23cb25c87939444d58d2e917c06b1
MD5 a7956d1005ae1e299ac518dcc494c1d6
BLAKE2b-256 d9b4cb1c83f3054ca4a9cb7f915bfffd8aeb16fc6d1f3ff52f996b54a45ef015

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a81189d2795603980ba1ffa241badbb61da037c3f44ecd841325cec08eb5ee47
MD5 ab4ec37fc15b5fe0459392202a109bbc
BLAKE2b-256 a092da374bde5263c5e0eadadefafcf702f9fded14cc5223cec6d2e322394072

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f105ad17e44077371ccb83155895158e6e04721f130eac3e2465bb88429ceb08
MD5 1911a92c34b281b26290e1cada291c18
BLAKE2b-256 fdceb4aaf14bb4b823f96d11174e4ab5aa57c9b2ce6f6a37c3dc7211b6c6c890

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6023a898d2f510af8678ecf7d2e172623936dfe876c97e873971625759e76ae2
MD5 22da5de7798762713849437ec66e57d1
BLAKE2b-256 21602a59a539c402c5638014ad5b85636633551a5d2f21e336bc056075e47db0

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2013ee1e3331c693537d93fbc81066fa5e11abf08603656971ff82af22c78727
MD5 c103a0f7538a27e7d846e81a1caf1a59
BLAKE2b-256 adb8a0e64f1f4738b58efc594c69b4faf0b22b77d1f98a2e5ccfa7497d049e33

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 beebbfb22142c87455da06ebf73bdd325a398fcc0cce59f7e74f617a4fb7694a
MD5 cb896c35ad675d8e4f98fa5edf450d78
BLAKE2b-256 511aa8acd167667e3f7050c6060bbd708841310e0a35ea11f7c6c615d931603a

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b339eb77be8b317eb5810edb428952290853a5a4edf0505bf1ab743265f29e6b
MD5 bd54ae639a2a2bd8427e99f5727f32c4
BLAKE2b-256 e9c0e2de1fceb59ab09da2ef24f231cec9c69fa61bba8ab75d56940e33ad25c0

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4b2a10e3d7040e195992120ccb8773dfd452fef9e75dd015f66ed41134355452
MD5 92cc24de03b3b439f0ba9e8de6ab2861
BLAKE2b-256 8245f2ecf7a9d3e906d4580b8d0ffebb8b1583d2803cb7f78a9ab1140bbcede9

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 05b395450b38ac3174ed1ac09e21fe01b5bcedbb208823fb88c4cb41ff5f526b
MD5 fb4e7fdde151ad6a23601d9f34b51533
BLAKE2b-256 a917f00492253de8e0cb77083d82a391a4664d5d37370a16d3db9475bb29173b

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4b68458a4a688a0a710a7625bb63b5d04a7727495a26dee703f614c48e78a39c
MD5 26ae2ad8e8e6f56dd66f504babfb62e2
BLAKE2b-256 09e4c61f0fbf27aa8dd0e68422cb54c9cfe2d0f061213613e0b49da250ff6a19

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e8cd00c2dd6ab3064979715a8c2e95f3cc33732e2ff47e7ff7a5dbb87307335d
MD5 b3631ef58259032df083bd8be4d0eef1
BLAKE2b-256 5c7f1cdd9f4541c8d661c967ce3dadbffbc55eb0f3ee34ab8f15010e5eef3346

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 72ab356ef6b7204b90aae0d91455b142cc53fba04a50986307476ef0986dc90b
MD5 1c1f92cb85863aa88b73c5f711c12a59
BLAKE2b-256 8855754ded9dca50fc8ab3fd70ebf004d8b46962be728714b36a30ed09ba09c0

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 845adeec85851b673f46feb4f226192cbff32d81e4ee88747ff2bee04700bdb8
MD5 6209522fcba8519610f3bc1e8b8768be
BLAKE2b-256 ea15a875742c8d6f259cf0308684aef242c06136c120a4e9cac1439fb0153d8a

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 750d51dd440093a5063f5832bbeef45bcfb706a357edb0009d1eafa8736de44a
MD5 06fa9942b4d01405cc337a46c37178a0
BLAKE2b-256 1fb6083fd41e3a9b1c594fae4190c2111330f41eb94b7156b37bf68a89f088b1

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65b81aded036f383f24ab357cafcedaf00e572855f9a7518d78df78b549e51fe
MD5 44b9ace307513358981235a306018c58
BLAKE2b-256 c9dd205ca5a6523e72e1e95148fba5c8db3aea562c9e2d6f734fac2b43c1755c

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 64cd700abc0d5dc7c95320193e3b9e2d5bf0796dc3702a6bdc065a13bea6c185
MD5 f25a4c75c7a35aa08048724e51b44c28
BLAKE2b-256 c7ade24c06151a344d3dab86d347803b336bb800229883283a8623ec190233b8

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec43e2d03e09f4e74806aad731a079a31d0a9d011412d8c7f46f902f47f406ae
MD5 f1a807e86454afd3fd7d860b9f92a99a
BLAKE2b-256 204ce4771d598aab4ac16e19f98ef634d4172a648b3b888bc475fd69ec8bec4f

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a8d5c1ccff89e7d7a5d9b6b4ac9b67b4aec27405268f41d2b4526a062e8f8577
MD5 acfae4a3b9e558d4014273987e2d40fb
BLAKE2b-256 a88e1761808a6c759b8b210d8e7ed7862bf349a357ec320eabb07c3e375e7e2f

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 10af9c391df2a6f752e1074140dd4104480501591116f7d14e5b4f2c18642341
MD5 1edae8f9a5975de503f0a9207d3a988b
BLAKE2b-256 be36124eea63ce50a24aca8f5277feaab9bb4b0f54bc286ca5a0fcfbd581ca08

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp39-cp39-win32.whl.

File metadata

  • Download URL: streamtasks-0.1.13-cp39-cp39-win32.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for streamtasks-0.1.13-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c4070b61704f1e3b3a1830218e79ba36e486bf4ae8476dee077e019ab14c9ab6
MD5 ff1b53ff1ed683293112a234396f8ea4
BLAKE2b-256 27a5abeb22b31369816fba066309ab4b0e6216dc4f10eb21870446e3230d4c58

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ccc8bdfcd4ddd9e38cac86cdbaa2559f33dc156db2b493e5b347aaeb1cc9036
MD5 a62cb506372b62ce9859e5bb76b03ec0
BLAKE2b-256 239f6d66dd1bc524bd635d4cd9f206fe46292ae4113c3b0d74f65ef3d5cbd856

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f5c76558feca2536aa27eebd61701a2dfabb1554af501598f1429fe8f151abc4
MD5 168b11e865c8a86b57e22cf199b43be4
BLAKE2b-256 862a5467edb6886f7f0c64dcb0dd5e0db835473d8222e790bc642373c92f6f4b

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6a74d612493949b9965b97c47549dc56e40b5de34cdefc18310369f6f2e92fe
MD5 939e086274bbc7f704f2c2e9902f84dc
BLAKE2b-256 d12e0d31a0c0a6c644c3eec25b12a841b2aa4d19d8c7f5cd19d26c23878d0a3c

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c15dadc31996388c7187f77730eb53182f530e3cec4ade1ee329b78de7c0caa
MD5 41c94a193995cd2f34797e38bbde0600
BLAKE2b-256 bf873204de4a0c07d2579422963718bc8b74e07f04985fe6a9835c6fa818022c

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8be51797f5dfb76c8d5fd1d821d68f9e4234c5517aab0302f4246c502d7fd61c
MD5 08cbd61c86da280d269a290bae26e7d1
BLAKE2b-256 4b1878468ce3eba9d6b0d9dd876f43acf9231edde2bda4fbd2cabbc88a3d1ae9

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 69d557aa74b2d5096941eafd1cf92c0166ce22cf68520b77bd9371559766fd19
MD5 80c179b0c72d0e541fe46a112bb2e679
BLAKE2b-256 f00a2e192c03301e0da4b7bd019f30fef64570185beaaca7e5ec1ee33242fce1

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 505ec6be17a81986142085e425c551c53a2fd46c907b9d825367c8d5cd93f118
MD5 49ef7e064dba7c651e5c87f7069e0a97
BLAKE2b-256 2fd23293209f51901c8c59320404993b101f935279a71190da8ad735eb3ace6d

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp38-cp38-win32.whl.

File metadata

  • Download URL: streamtasks-0.1.13-cp38-cp38-win32.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for streamtasks-0.1.13-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 28feb55b253ce34ced2838c380519001f0d0d2caa8807d3cdde37c0ae61ec399
MD5 14f74329f774567ad79f1e6b183124f5
BLAKE2b-256 38b6bded37c05fdd44d9f28cd57f60f138afe1f94ece2767f4f3f8c9b48e7f45

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff41de1d9fae0c289fcbd80b9b05f69ddcb15d0014f0fc6b1375bd608e350a59
MD5 db1f272db2a60a9b68e9799cd6dee865
BLAKE2b-256 4675aa80ae3b506a018ade7b793da48f458d3eb24ebfcbdaa2cde5b730701e99

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1ae816d2f4aa4686a0251f19bacac7191f47a1b1a3c20092d46f191574772b7e
MD5 2dfa504b0333abb2eb5dc87f8549759a
BLAKE2b-256 1a27d92b86c0e47a683aa2cb9087eed6bc185ab48685c8398f7ee74e73d1e119

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eab19bc44b9c1e6b24486620ba3b3781a24d256b160ad9715df594b399a8547b
MD5 5f57ae37bd3ac5da5aaefac85af27a2d
BLAKE2b-256 379d3436c00e55f9c4a7a36bb978b055b3b74983c38e3f76bb94e0e0479d1e22

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 44cfbb0ca9ae7349a7204c6d8f50dca3e41f9f9456b16a683fb622a33004ab74
MD5 0bf070a82dd8a243679c2a6533c02a38
BLAKE2b-256 14823bd3f8bed3dd2fa4fe0dfbfec267218910e79dbe98c6fc6ebcc20de3d873

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7abf9eb250418695b12cb04220b30fe7632d27d1082842e8f774b94da2bbc869
MD5 06284d9b319d9105d71d34dff678e137
BLAKE2b-256 09571d4f6110229935ebbabc235d9e86acad707eccef16b325d6d0df4445fbac

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fbc148ef46a51b1d9c5e9a1bf68978fda16beda302c56226a6022da56dc3e2d2
MD5 8b8b3f477bc368c13e5a497426b47edf
BLAKE2b-256 71c4df51c4010b871816d5f183ba06d2fe8269bbc2b72776d466ab800ac8e675

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 41c883e1ab6fcb5dd2eabfedad3d092cd0b798ab794221eef0babca7efac6d84
MD5 63b713169c28a50ffd83c1b2eab8c783
BLAKE2b-256 20309ea7d48eed1af0036c2bce949e126d8eed41f795d617d7078848c82bac23

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp37-cp37m-win32.whl.

File metadata

  • Download URL: streamtasks-0.1.13-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for streamtasks-0.1.13-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 94edeb081ce1bec8ff72382c0229daa97d37b4c003bdca3317400ae3ec871226
MD5 c95caae09248a3aac2880cf94e8f94f7
BLAKE2b-256 d1222e226689ee462025f5bfd929401f2ba75b1e459942a421111b76a8e50e84

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e2ef6bb4ae8384272cdca8d8361f8d296176f047db8bafd220f6c47b2e6233b0
MD5 e220982e32124038407318cb253954cc
BLAKE2b-256 d0fabd50895f2c02e5a3bf32f057d57f7233b07bfc1ca453ff98680be5d71838

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f17ca40b6a91eb01abcce8131e8b697f96062471b7dfc7d1a334b210d3b320f5
MD5 8681f880bcb2645f8e50d2fea0b9247e
BLAKE2b-256 f203afc3c1bbbe2c76359e0a205bf895d0cbf3990714c6a3b3a20a30e84b4171

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31494a8ad210bf7a1fa488904ab960bc613c523ec57c878d1f1279f77133a29e
MD5 f482b601fa334804ec762e3936c8460d
BLAKE2b-256 6968675cef74a9cdcc3e7ea1d50b4bb47700774cb672a4c3b79499f4f0d71b22

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb49b162107282c4c018987be6676548e9eb7917fbab0275ec9598578f0b438b
MD5 9cb1140733a0690e7ac0133cc9f0a6d0
BLAKE2b-256 eac3d67c99fc53ccb187f3cf3bd2bf53eceab9a8607517ac5dd3804c2415271e

See more details on using hashes here.

File details

Details for the file streamtasks-0.1.13-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for streamtasks-0.1.13-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 53dc0de5ab2f733c5964134d1cd1094b7aaec6b0d91444c05b4a44ff8532ee2a
MD5 ad7a758d6db199f755bddb283e3f19d9
BLAKE2b-256 5ec148539aeba79c74b8e3c0e09b051e699a11ab28a573ebf855b9f50c030901

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page