Metadata-Version: 2.1
Name: syntho-cli
Version: 1.6.1a2
Summary: Syntho Stack Deployment CLI
Home-page: https://github.com/syntho-ai/syntho-cli
Download-URL: https://github.com/syntho-ai/syntho-cli/tarball/1.6.1.alpha2
Author: Syntho B.V.
Author-email: info@syntho.ai
License: MIT
Keywords: syntho,synthetic data,deployment
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click==8.1.7
Requires-Dist: pyyaml==6.0.1
Requires-Dist: ipdb
Requires-Dist: watchdog==4.0.0

# syntho-cli

For detailed information on this topic, please refer to the [relevant section in the documentation](https://github.com/syntho-ai/syntho-cli/blob/main/docs/getting-started.md).

## For Developers

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

> A virtual env is recommended.

```
make pip-local-install
```
