heliokit
Heliokit CLI host package.
This package provides:
heliokitconsole entrypoint- component discovery via
entry_points - 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
Install Heliokit from PyPI:
python -m pip install heliokit
This installs the standard first-party components except model packages, the MCCHD CNN workflow, and the geomagnetic pipeline. Use the explicit no-model spelling when you want that intent visible in scripts:
python -m pip install "heliokit[no-model]"
Install the optional model stack only when needed:
python -m pip install "heliokit[models]"
Then list discovered components:
heliokit components list
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.
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.7-py3-none-any.whl.
File metadata
- Download URL: heliokit-0.1.7-py3-none-any.whl
- Upload date:
- Size: 131.2 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 |
5c0795c8435f113838d7ffd80ec81c68b4d7cd69aa68113e9cd385e2b49f2c77
|
|
| MD5 |
ac50d6899038e7bee65de9518dad7811
|
|
| BLAKE2b-256 |
550e5a700dd316dfaa14ed035c05b308d973efb0b565abc0fedda485404840ba
|