Metadata-Version: 2.1
Name: junoplatform
Version: 0.0.81
Summary: juno AI platform lib
Author-email: "Bruce.Lu" <lzbgt@icloud.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: flit_core >=3.9.0
Requires-Dist: requests
Requires-Dist: pulsar-client
Requires-Dist: numpy
Requires-Dist: python-decouple
Requires-Dist: pyyaml
Requires-Dist: clickhouse-connect
Requires-Dist: pymongo
Requires-Dist: questdb
Requires-Dist: postgres
Requires-Dist: cryptography
Requires-Dist: bcrypt
Requires-Dist: redis
Requires-Dist: pylint
Requires-Dist: elasticsearch
Requires-Dist: dateparser
Requires-Dist: pydantic>=1.10.12
Requires-Dist: oss2
Requires-Dist: click
Project-URL: Bug Tracker, https://github.com/lzbgt/sampleproject/issues
Project-URL: Homepage, https://github.com/lzbgt/sampleproject

# Juno Platform

## Description

This is a library providing AI algo runtime and package management cli

## Quick Start

### install

```bash
pip install junoplatform
```

#### junocli 
##### login first before every other subcommands
```bash
junocli login <-u your_op_user> <-p your_op_password> <api>
```

##### create a project
```bash
junocli create <my_algo_project> <PLANT> <MODULE>
```

##### test run
```bash
junocli run
```

##### package

```
junocli package <plant_name> <ALGO_MODULE_NAME>
```

#### upload, deploy, list & status
