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.1.post1.tar.gz
(107.5 kB
view hashes)
Built Distribution
Close
Hashes for fate_client-0.2.1.post1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cfce4044fc7912a6b2b5dd5df2e84edea40b3367767479447ecffae4e17fd5d |
|
MD5 | 98af86eb4a77a4be672c868319f50e8d |
|
BLAKE2b-256 | db1c67b6ca7bfe0b5a85daefbbf977760d5bc9f0d2ca8011b8dae6f9bb757a3b |