Skip to content

primate-run/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

About

Primate Python package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published