Metadata-Version: 2.1
Name: syntho-cli
Version: 0.1.1
Summary: Syntho Stack Deployment CLI
Home-page: https://github.com/syntho-ai/syntho-cli
Download-URL: https://github.com/syntho-ai/syntho-cli/tarball/0.1.1
Author: Baran Bartu Demirci
Author-email: bbartu.demirci@gmail.com
License: MIT
Keywords: ray,syntho,synthetic data
License-File: LICENSE
Requires-Dist: click==8.1.7
Requires-Dist: pyyaml==6.0.1
Requires-Dist: ipdb

# syntho-cli

For detailed information on this topic, please refer to the [relevant section in the documentation](./docs/getting-started.md).

## For Developers

After cloning the repo, it can be installed via below command.

> A virtual env is recommended.

```
pip install . --no-cache
```
