Heliokit CLI host package with component discovery and Python API.
Project description
heliokit
Heliokit CLI host package.
This package provides:
heliokitconsole entrypoint- component discovery via
entry_points - component installation via
heliokit components install - local development fallback that scans sibling component
pyproject.tomlfiles - a small Python API (
Heliokit)
Current package metadata is pinned to Python 3.10.
Inside this repository, the CLI acts as a bridge layer over the existing desktop-side algorithm modules under the repository root.
Quick Start
From the repository root:
pip install ./cli/heliokit
python .\cli\install.py heliokit-data-swv
Then list discovered components:
heliokit components list
heliokit components install --dry-run heliokit-data-swv
For PyPI-only installation:
heliokit components install --online heliokit-data-swv
Python API
from heliokit import Heliokit
kit = Heliokit()
components = kit.list_components("data")
summary = kit.read_data("swv", input="D:/data/sample.swv", include_values=True)
For a fuller monorepo guide, command examples, and component parameter conventions, see
cli/README.md.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file heliokit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: heliokit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 24.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00844025a90014bb28c5a4e752f0eb872cf811d56e1b13d95da152943c0decd5
|
|
| MD5 |
c0bc3e3d64f6ad67a7fa9f070dd16a6f
|
|
| BLAKE2b-256 |
eb6cc35a68c6c9877f92cc4ef7ce1ed6ec88f5e510b099fbb2285018a0ea2a4b
|