Clients for FATE, including flow_client and pipeline
Project description
FATE Client
Tools for interacting with FATE.
quick start
(optional) create virtual env
python -m venv venv source venv/bin/activate
install FATE Client
pip install fate-client
Pipeline
A high-level python API that allows user to design, start, and query FATE jobs in a sequential manner. For more information, please refer to this guide
Initial Configuration
Configure server information
# configure values in pipeline/config.yaml # use real ip address to configure pipeline pipeline init --ip 127.0.0.1 --port 9380 --log-directory ./logs
FATE Flow Command Line Interface (CLI) v2
A command line interface providing series of commands for user to design, start, and query FATE jobs. For more information, please refer to this guide
Initial Configuration
Configure server information
# configure values in conf/service_conf.yaml flow init -c /data/projects/fate/conf/service_conf.yaml # use real ip address to initialize cli flow init --ip 127.0.0.1 --port 9380
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
fate_client-0.2.tar.gz
(108.5 kB
view hashes)
Built Distribution
fate_client-0.2-py3-none-any.whl
(216.5 kB
view hashes)
Close
Hashes for fate_client-0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f420c99188aa769102fcfd8d148fe2f0b9b20c239671d54252f02034c3072f08 |
|
MD5 | b312dce4231497af57feefef411c7717 |
|
BLAKE2b-256 | f1febfa5882ddb2c1e0e2a4847308fef6636c7bbaa4e47a897bf29578a1fbef4 |