https://github.com/rurumimic/fastpace
화스트 페이스
https://github.com/rurumimic/fastpace
fastapi kubernetes machine-learning
Last synced: about 1 month ago
JSON representation
화스트 페이스
- Host: GitHub
- URL: https://github.com/rurumimic/fastpace
- Owner: rurumimic
- License: mit
- Created: 2024-08-07T13:05:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T14:27:28.000Z (over 1 year ago)
- Last Synced: 2025-02-22T12:47:16.035Z (over 1 year ago)
- Topics: fastapi, kubernetes, machine-learning
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```