Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 269 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 269 Bytes

python-api

Simple async API Client (httpx) and Server (litestar)

Installing

poetry install

Server

poetry run uvicorn src.server:app

Client

Windows

poetry run src\client.py

Linux

poetry run src/client.py