Skip to content

arthurazs/python-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages