Skip to main content

Haywire's core library with types, nodes, widgets, and renderers

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

haybale_core-0.0.24.tar.gz (19.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

haybale_core-0.0.24-py3-none-any.whl (27.7 kB view details)

Uploaded Python 3

File details

Details for the file haybale_core-0.0.24.tar.gz.

File metadata

  • Download URL: haybale_core-0.0.24.tar.gz
  • Upload date:
  • Size: 19.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.24 {"installer":{"name":"uv","version":"0.11.24","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}

File hashes

Hashes for haybale_core-0.0.24.tar.gz
Algorithm Hash digest
SHA256 cae9691db85d59c9a6f5bbf41dd0d9ebdd1db0b236eef81e438266265b181e03
MD5 f13ad8d0f0b86cf795a65da4f8fe7e05
BLAKE2b-256 ed9e79042fc8d05d9d5c186815ac3c316abec8107a578fa4206bdc7c3f4837df

See more details on using hashes here.

File details

Details for the file haybale_core-0.0.24-py3-none-any.whl.

File metadata

  • Download URL: haybale_core-0.0.24-py3-none-any.whl
  • Upload date:
  • Size: 27.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.24 {"installer":{"name":"uv","version":"0.11.24","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}

File hashes

Hashes for haybale_core-0.0.24-py3-none-any.whl
Algorithm Hash digest
SHA256 a3f135c1daa491b558b6cbf0b5eb2860af97f7f66a638e08728a1525433bb230
MD5 38fa54cef0032b54741814f78d6a05e8
BLAKE2b-256 4e6ee4ab715f62207189a45d0065dba61380e01b4eb43ac5a4f4dac9286d7f49

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page