This repository is part of xk6-python development by the Grafana Hackathon 10/Snake-Charmers team.
Example remote module library for xk6-python extension.
The content of the repository is deployed with GitHub Pages and is available at https://grafana.github.io/k6pylib/. For example, the welcome.py module can be used as follows:
load("https://grafana.github.io/k6pylib/welcome.py", "hello")
def default():
hello("Joe")