Skip to content

Dependencyless WSGI compliant micro framework implemented with python using only the standard library.

Notifications You must be signed in to change notification settings

franciscosucre/Py-SuGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySuGo

Dependencyless WSGI compliant server implemented with python using only the standard library. It's interface is inspired by ExpressJS.

It includes:

  • Type Hints
  • Middleware
  • Router
  • Request Body parsing (Json and multiform)
  • Json Response
  • Request Logging
  • Response Logging
  • Error Handling
  • Http Client (Including Files and Multiform)

In main.py we can see an example of a complete Rest API.

TODO

  • Router Middleware
  • Automatic string parsing in multiform

About

Dependencyless WSGI compliant micro framework implemented with python using only the standard library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages