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.15.tar.gz (16.6 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.15-py3-none-any.whl (24.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: haybale_core-0.0.15.tar.gz
  • Upload date:
  • Size: 16.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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.15.tar.gz
Algorithm Hash digest
SHA256 b2b33f72ab6d363a8b4f1e93eb6217943dbaf55fa3dc0220674b6bc0ba6913d2
MD5 fc2b8e65aab4d8765605bcb3e212d403
BLAKE2b-256 de5cd659fab4e65b269f525635604bcb344e3e635dcb71c97fca3543bd05829b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: haybale_core-0.0.15-py3-none-any.whl
  • Upload date:
  • Size: 24.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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.15-py3-none-any.whl
Algorithm Hash digest
SHA256 2964e385bd7a5b8ea4f0d44cf2d4b64512ccc1d9fb5016f9112aaadb21691d99
MD5 e2e16cd9d9f34201e013c350398a308c
BLAKE2b-256 17b60a05212b6f6fc641edc832575fb01e200d30d0b6f11a683a11a34e0f21ab

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