yakky / Python-Samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python sample

Python sample files for some less known Python 3.10+ features

Install

You need poetry to install dependencies.

Run:

poetry install

Included scripts

  • poetry run python asyncio_sample.py: sample full asyncio function
  • poetry run python asyncio_sync_sample.py: sample mixed sync / asyncio function
  • poetry run python typing_sample.py: sample typed code
  • poetry run uvicorn api_sample:app: sample FastAPI code

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%