Core contracts and executor for without: the sans-IO stream-processor substrate.
Project description
without
The narrow waist of the project: the contracts every plugin speaks, plus the
stream connectors and a with-scoped background task helper.
Three types carry the whole model (without.contracts):
- A
Stream[T]is an asynchronous sequence of values: the one shape every connection takes, whoever does the I/O. - A
Processor[In, Out]transforms a stream of inputs into a stream of outputs: the only node type, and the only thing a user writes. - A
Context[T]is a stream viewed as its latest sampled value:current()reads the latest and never blocks.
Processors are built, not subclassed, from a 2×2 of builders (from_map,
from_scan, from_sink, from_fold) and connected with a small wiring
vocabulary (compose, sample, and the source/terminal adapters).
See PHILOSOPHY.md for why the model is shaped this way,
and the without guide
(with the API reference)
for the full surface.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file without_core-0.0.1.tar.gz.
File metadata
- Download URL: without_core-0.0.1.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2397c511dc74ec93221e4607a7fe311382d644dc81eb87a85cc91e50820f3de7
|
|
| MD5 |
9d8b01537a1efed2bafd3a2e02665f5e
|
|
| BLAKE2b-256 |
d5acbd8613848ff5aefd0868f64f6a345fb95f57f17c31d7a4068a0bb1015a97
|
File details
Details for the file without_core-0.0.1-py3-none-any.whl.
File metadata
- Download URL: without_core-0.0.1-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1e8593ff4d79bd3d3c9d655729998cd33b08e582045f0f60583748e433c6e25
|
|
| MD5 |
29ef6e1dda438edddb1543fd206cf2ea
|
|
| BLAKE2b-256 |
99f4bd9bb8e61dab8e9fc99eb8849858c0ca739081d53423662503eda0e9dccf
|