Metadata-Version: 2.1
Name: openbayes-cli
Version: 0.4.11
Summary: A Python CLI for OpenBayes
Home-page: https://openbayes.com
License: OpenBayes Public Source License
Keywords: openbayes,cli,machine learning
Author: OpenBayes
Author-email: dev@openbayes.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.10.2,<4.0.0)
Requires-Dist: archiver (>=0.2.2,<0.3.0)
Requires-Dist: gql (>=3.5.0,<4.0.0)
Requires-Dist: pathspec (>=0.12.1,<0.13.0)
Requires-Dist: pytz (>=2024.1,<2025.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: requests-mock (>=1.12.1,<2.0.0)
Requires-Dist: tabulate (==0.9.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: tqdm (>=4.66.5,<5.0.0)
Requires-Dist: tuspy (>=1.0.3,<2.0.0)
Requires-Dist: typer[all] (>=0.12.3,<0.13.0)
Requires-Dist: validators (>=0.29.0,<0.30.0)
Requires-Dist: wcwidth (>=0.2.13,<0.3.0)
Requires-Dist: websocket-client (>=1.8.0,<2.0.0)
Project-URL: Repository, https://github.com/signcl/openbayes-python-cli
Description-Content-Type: text/markdown

# openbayes python cli

## 环境依赖

1. python >= 3.8
2. [poetry](https://python-poetry.org/)

安装好 poetry 后，可以使用以下命令安装依赖：

```bash
poetry install
```

## 使用

通过命令：

```sh
python main.py --help
```

使用命令行。


