hestia-earth-config


Namehestia-earth-config JSON
Version 0.65.6.post1 PyPI version JSON
download
home_pagehttps://gitlab.com/hestia-earth/hestia-engine-config
SummaryHESTIA's default engine configuration files.
upload_time2025-01-21 13:08:34
maintainerNone
docs_urlNone
authorHESTIA Team
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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_engine` version `0.65.0`, you can use configuration version `0.65.0.postN`, where N refers to an increment fix of the configuration.

## Usage

### JavaScript / Typescript

1. Install the library:
```bash
npm install @hestia-earth/engine-config
```
2. Import the function to load the configuration:
```typescript
import { loadConfig } from '@hestia-earth/engine-config';

const config = loadConfig('Cycle');
```

### Python

1. Install the library:
```bash
pip install hestia_earth_config
```
2. Import the function to load the configuration:
```python
from hestia_earth.config import load_config

config = load_config('Cycle')
```

If you are using the orchestrator:
```bash
pip install hestia_earth_orchestrator
```
then use in your code:
```python
from hestia_earth.orchestrator import run
from hestia_earth.config import load_config

node = {'@type': 'Cycle'}
config = load_config(node['@type'])
run(node, config)
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/hestia-earth/hestia-engine-config",
    "name": "hestia-earth-config",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "HESTIA Team",
    "author_email": "guillaume@hestia.earth",
    "download_url": "https://files.pythonhosted.org/packages/66/be/5263c57ca9ccd4850735cf416e2fa279ef003a3c9de7d0b2b0eb1a1052d5/hestia_earth_config-0.65.6.post1.tar.gz",
    "platform": null,
    "description": "# Hestia Engine Config\n\n> HESTIA default configuration files for the engine library.\n\nThe version of the config follows the version of the models. Example:\n- to use with `hestia_earth_engine` version `0.65.0`, you can use configuration version `0.65.0.postN`, where N refers to an increment fix of the configuration.\n\n## Usage\n\n### JavaScript / Typescript\n\n1. Install the library:\n```bash\nnpm install @hestia-earth/engine-config\n```\n2. Import the function to load the configuration:\n```typescript\nimport { loadConfig } from '@hestia-earth/engine-config';\n\nconst config = loadConfig('Cycle');\n```\n\n### Python\n\n1. Install the library:\n```bash\npip install hestia_earth_config\n```\n2. Import the function to load the configuration:\n```python\nfrom hestia_earth.config import load_config\n\nconfig = load_config('Cycle')\n```\n\nIf you are using the orchestrator:\n```bash\npip install hestia_earth_orchestrator\n```\nthen use in your code:\n```python\nfrom hestia_earth.orchestrator import run\nfrom hestia_earth.config import load_config\n\nnode = {'@type': 'Cycle'}\nconfig = load_config(node['@type'])\nrun(node, config)\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "HESTIA's default engine configuration files.",
    "version": "0.65.6.post1",
    "project_urls": {
        "Homepage": "https://gitlab.com/hestia-earth/hestia-engine-config"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41400e14e7ec187b073e4d850c8b8c3f712795336a2767319f646d5ff985921d",
                "md5": "e1126a4268f24e4e81426cef7ff9555e",
                "sha256": "5e9b87bef59d9f3636cfd8c8dd850a0095470ddf87c8c8767ae1d24e05f53254"
            },
            "downloads": -1,
            "filename": "hestia_earth_config-0.65.6.post1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e1126a4268f24e4e81426cef7ff9555e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13419,
            "upload_time": "2025-01-21T13:08:33",
            "upload_time_iso_8601": "2025-01-21T13:08:33.366878Z",
            "url": "https://files.pythonhosted.org/packages/41/40/0e14e7ec187b073e4d850c8b8c3f712795336a2767319f646d5ff985921d/hestia_earth_config-0.65.6.post1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66be5263c57ca9ccd4850735cf416e2fa279ef003a3c9de7d0b2b0eb1a1052d5",
                "md5": "ebd141b6677ab45bc48eade38997813e",
                "sha256": "c2d63bbf5b2d89e378442898979d9557885b0b2700170d8bb5302093811d9737"
            },
            "downloads": -1,
            "filename": "hestia_earth_config-0.65.6.post1.tar.gz",
            "has_sig": false,
            "md5_digest": "ebd141b6677ab45bc48eade38997813e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11460,
            "upload_time": "2025-01-21T13:08:34",
            "upload_time_iso_8601": "2025-01-21T13:08:34.350486Z",
            "url": "https://files.pythonhosted.org/packages/66/be/5263c57ca9ccd4850735cf416e2fa279ef003a3c9de7d0b2b0eb1a1052d5/hestia_earth_config-0.65.6.post1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-21 13:08:34",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "hestia-earth",
    "gitlab_project": "hestia-engine-config",
    "lcname": "hestia-earth-config"
}
        
Elapsed time: 1.00059s