NoKriK / hello-world-python

A simple hello world function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Koyeb Python Hello World

This repository contains a simple example on how to deploy a Python function with Koyeb. You can simply clone this repository to quickly get started and to experiment with Koyeb.

Also refer to our Python Get Started documentation.

The Koyeb.yaml file

Deploying a Python function simply requires a koyeb.yaml file at the root of your repository with the instruction about the runtime to use and how to access your function with the handler instruction.

Support of Python dependency engines

Koyeb supports poetry, setup.py, and requirements.txt as tools to manage your dependencies.

This repository contains pyproject.toml file used by poetry but setup.py adn requirements.txt also picked up automatically.

About

A simple hello world function.

License:Apache License 2.0


Languages

Language:Python 100.0%