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.27
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.27.tar.gz | 14.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| haybale_core-0.0.27-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 35.9 kB
Release files / haybale_core-0.0.27.tar.gz
| Download URL | haybale_core-0.0.27.tar.gz |
|---|---|
| Size | 14.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
486f6354d75436cf15efb5570dd23022ab6bdb447fa5812d51a62b92fcafaea1
|
|
BLAKE2b-256 checksum How to use checksums |
69d3606c177eceec7112a0bfc1e0b2664efee24014308f06543da8ee49cb9285
|
| 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.27-py3-none-any.whl
| Download URL | haybale_core-0.0.27-py3-none-any.whl |
|---|---|
| Size | 21.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
75f7f9c5262cc457145e8fcc17bd1ac13f3001a47c015e09b87ecbe3ac8f95a1
|
|
BLAKE2b-256 checksum How to use checksums |
18f94d35c698594c92f94f33eaf22bc6f8a443c850d4d6be9a15084182c4cbeb
|
| 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}
|