Skip to content

primate-run/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!"

Releases

Packages

Contributors

Languages