CLI shell for Algomancy to exercise backend functionality without the GUI.
Project description
Algomancy CLI
Interactive terminal shell to exercise Algomancy backend functionality without the GUI. Useful for rapid development of ETL, algorithms, and scenarios.
Install / Run
uv run algomancy-cli --example
Or point to your own configuration factory:
uv run algomancy-cli --config-callback myproject.config:make_config
Where make_config returns an AppConfiguration instance.
Commands
help— show helplist-data/ld— list datasetsload-data <name>— load example data into dataset<name>etl-data <name>— run ETL to create dataset<name>list-scenarios/ls— list scenarioscreate-scenario <tag> <dataset_key> <algo_name> [json_params]— create scenariorun <scenario_id_or_tag>— run scenario and wait for completionstatus— show processing statusquit/exit— exit shell
Parameters for create-scenario can be provided as a JSON object, e.g.:
create-scenario test1 "Master data" Fast "{\"duration\": 0.5}"
How it works
The CLI wraps ScenarioManager created via AppConfiguration just like the GUI launcher. See src/algomancy/cli_launcher.py for details.
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 algomancy_cli-0.4.1-py3-none-any.whl.
File metadata
- Download URL: algomancy_cli-0.4.1-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a4f587c1c97a76805a8279559c9aec4f0fcf43ce885e9633c13685d5031026e
|
|
| MD5 |
b10e000d23059de44aa3bf68022518f8
|
|
| BLAKE2b-256 |
242b723428cb99c436107d66bc15ca20b445a94b03f9856f19766a838b5cbaf9
|