Haybale Core Library
This is a core library providing essential types, nodes, widgets, and renderers for the haywire node system.
Features
- Types: Core data types with serialization support
- Nodes: Nodes for data processing and display
- Widgets: UI widgets for node configuration
- Renderers: Node rendering customization
- Adapters: Integration with external systems
Installation
Development (Editable Install)
For development with hot-reload support:
cd libraries/haybale-core
uv pip install -e .
Production
uv pip install haybale-core
Usage
Once installed, the library is automatically discovered by Haywire through entry points.
The library provides:
- Display nodes for visualization
- Dynamic nodes for runtime node creation
- Core data types
- Core UI widgets and renderers
Structure
📁 haybale-core/ # Git repo name / unique pip package name
├── pyproject.toml
│ [project]
│ name = "haybale-core" # pip install haybale-core
│
│ [project.entry-points."haywire.libraries"]
│ core = "haybale_core:Library" # ID matches module
│
└── 📁 haybale_core/ # import haybale_core
├── __init__.py
│ @library(
│ id='CORE', # Matches entry point
│ label='Core Library',
│ )
│ class Library(BaseLibrary): ...
├── nodes/ # Core nodes
├── types/ # Core data types (if any)
├── widgets/ # Core UI widgets
├── renderers/ # Core node renderers
└── adapters/ # Core system adapters
Dependencies
- None
Release files for haybale-core 0.0.30
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| haybale_core-0.0.30.tar.gz | 14.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| haybale_core-0.0.30-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 36.0 kB
Release files / haybale_core-0.0.30.tar.gz
| Download URL | haybale_core-0.0.30.tar.gz |
|---|---|
| Size | 14.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c2897f47c9da9f46d6e33b8fae02ecebb1291aae8a27748e843d033568159c1a
|
|
BLAKE2b-256 checksum How to use checksums |
dd8c4faf0ba7394f23ef36eaf19803dd1947ad34663a387a2a12ce617e976b62
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","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}
|
Release files / haybale_core-0.0.30-py3-none-any.whl
| Download URL | haybale_core-0.0.30-py3-none-any.whl |
|---|---|
| Size | 21.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7df8851d133c2cac61ffc03d449225988179f8aacc0c9b6b213c3e391dfe6b73
|
|
BLAKE2b-256 checksum How to use checksums |
b26dc9faf12fe57649195605fbab7bcc048684cbb0ea5bf93e72d4fda1ac7a21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","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}
|