HESTIA's default engine configuration files.
Project description
Hestia Engine Config
HESTIA default configuration files for the engine library.
The version of the config follows the version of the models. Example:
- to use with
hestia_earth_engineversion0.65.0, you can use configuration version0.65.0.postN, where N refers to an increment fix of the configuration.
Usage
JavaScript / Typescript
- Install the library:
npm install @hestia-earth/config
- Import the function to load the configuration:
import { loadConfig } from '@hestia-earth/config';
const config = loadConfig('Cycle');
Python
- Install the library:
pip install hestia_earth_config
- Import the function to load the configuration:
from hestia_earth.config import load_config
config = load_config('Cycle')
If you are using the orchestrator:
pip install hestia_earth_orchestrator
then use in your code:
from hestia_earth.orchestrator import run
from hestia_earth.config import load_config
node = {'@type': 'Cycle'}
config = load_config(node['@type'])
run(node, configuration=config)
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 Distribution
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 hestia_earth_config-0.65.0.post2.tar.gz.
File metadata
- Download URL: hestia_earth_config-0.65.0.post2.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e537f4d72c37c7683f451f5615ab9c5c4bca69a1a95e3e3234a87cff6baf293
|
|
| MD5 |
f92dba538d5acf260096d3c6ce5a44c8
|
|
| BLAKE2b-256 |
e66e1f16e8e6235e14f9dd52c44b17144661141a7fc1c9e556b0317abd5b237b
|
File details
Details for the file hestia_earth_config-0.65.0.post2-py3-none-any.whl.
File metadata
- Download URL: hestia_earth_config-0.65.0.post2-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b3ea0583d3cb0710d45ab2abfa263e268fd14b8ef7c1746812361f4c1ff2afe
|
|
| MD5 |
9d03a243239cc61ad32fc1435668afc7
|
|
| BLAKE2b-256 |
00088a9fbd97a2a6ea6fc6102ae1f681a32f57f81ccf1ef2ad0d9064e1775033
|