Lightweight Python execution layer for managing isolated workers as named tasks
Project description
Procyl
Procyl is a lightweight Python execution layer for managing isolated workers as named tasks. It allows defining and running Python code snippets as independent units using a simple API, with output captured through subprocess execution.
Example
import procyl
procyl.create("hello", """
print("Hello World")
""")
print(procyl.run("hello"))
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 procyl-0.1.0.tar.gz.
File metadata
- Download URL: procyl-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"26.04","id":"resolute","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af96704644d0c0be50691c3a5785571782764ca88654462e7a58248289ebc3fd
|
|
| MD5 |
5cc36ce319077a9f8f69dae30929f32b
|
|
| BLAKE2b-256 |
c675e7b4cf160f7d5d72d88b5efb790fd18f6aa2ec93ec536233dd3bc53113e1
|
File details
Details for the file procyl-0.1.0-py3-none-any.whl.
File metadata
- Download URL: procyl-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"26.04","id":"resolute","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3347ef60157734518e920e66da3426aba05c523e96f355dd222fe638f3f64a24
|
|
| MD5 |
44dc798018a50e93cfbff644caa61ba6
|
|
| BLAKE2b-256 |
81273eb569f293c8734fce3702a16a5e3c48001be3a69bf304d9b72318df0e5f
|