Primate Python Package Python integration for the Primate web framework. Installation pip install primate-run Quickstart from primate import Route @Route.get def hello(request): return "Hello World!"