An open API service indexing awesome lists of open source software.

https://github.com/rurumimic/fastpace

화스트 페이스
https://github.com/rurumimic/fastpace

fastapi kubernetes machine-learning

Last synced: about 1 month ago
JSON representation

화스트 페이스

Awesome Lists containing this project

README

          

# Fast Pace

## Usage

### Build

```bash
pip install -U pip build
python -m build
```

### Install

```bash
pip install -e .
pip install -e '.[dev]'
pip install dist/fastpace-0.0.1-py3-none-any.whl
```

### Run

#### Run a executable

```bash
fastpace
```

#### Run a module

```bash
>>> import fastpace
>>> fastpace.start_app()
```

#### Run FastAPI Dev

```bash
fastapi dev
```