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.29
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.29.tar.gz | 14.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| haybale_core-0.0.29-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 36.0 kB
Release files / haybale_core-0.0.29.tar.gz
| Download URL | haybale_core-0.0.29.tar.gz |
|---|---|
| Size | 14.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
50bba14c8c87334d887510736d67b1f0418f6957899b9062724d20f52535cece
|
|
BLAKE2b-256 checksum How to use checksums |
d656a36764f152fdd63c511510641d6b601e2a253db6139eca2b263871b78c05
|
| 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.29-py3-none-any.whl
| Download URL | haybale_core-0.0.29-py3-none-any.whl |
|---|---|
| Size | 21.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
502b25ecdd3368ed2b06b27ab19cb487367eb74d6a5d6e027bcfdec3c71a59e3
|
|
BLAKE2b-256 checksum How to use checksums |
4afbb4464659b5e6c89aa2f7214081972379e05cf028b52c0f09020c5c9fc67e
|
| 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}
|