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.28
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.28.tar.gz | 14.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| haybale_core-0.0.28-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 36.0 kB
Release files / haybale_core-0.0.28.tar.gz
| Download URL | haybale_core-0.0.28.tar.gz |
|---|---|
| Size | 14.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7a59621d4a5260af91a01ab85fdd821ed01356047392225e65ec8e81cd05130c
|
|
BLAKE2b-256 checksum How to use checksums |
d0dc2c88686c18a59ebbdb20258109669cf8fdc923c8a2335eb5da8c58f494f9
|
| 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.28-py3-none-any.whl
| Download URL | haybale_core-0.0.28-py3-none-any.whl |
|---|---|
| Size | 21.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
825e181bb05474dd218f9f09cf340a8eff80a619b4d484686aba793590a5117d
|
|
BLAKE2b-256 checksum How to use checksums |
818e1694dff0b0e6201e335afef37caed6b9f9d0ae5d1e9e92614550a7d66686
|
| 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}
|