Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 451 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 451 Bytes

CLIs with Typer and Hydra

Blog post

Usage

Typer CLI Example

cd typer

python main.py my_job_name my_job_id

Hydra App Example

cd hydra

pip install -e .

submit-job job_name=my_job_name job_id=my_job_id

Typer + Hydra App Example

cd typer_hydra_cli

pip install -e .

my_app submit-job job_name=my_job_name job_id=my_job_id