Skip to content

This project does not aim to be used in production. It’s just a study of PEP 333(3) and how I can create my own web framework to understand how things work under the hood.

Notifications You must be signed in to change notification settings

lucasbalieiro/slothapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦥 SlothAPI - My Python Web Framework Study Project

This project is a study of PEP 3333 and an attempt to create my own WSGI-compliant web framework to understand how things work under the hood. IT IS NOT INTENDED FOR PRODUCTION USE.

Overview

Why do this thing?!

I know that reinventing the wheel is something that I should avoid in the enterprise environment. But, in this case I want to know how this wheel works, so i can understand better the tools that i use

Documentation

You can find the docs page here

Goals

  • Understand the Python Web Server Gateway Interface v1.0.1 - PEP 3333
  • Learn the internal workings of web frameworks
  • Experiment with different design patterns and architectures
  • Improve my Python programming skills

Contributing

Contributions are welcome! If you have suggestions for improvements or want to add new features, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.


Feel free to customize it further as needed!

About

This project does not aim to be used in production. It’s just a study of PEP 333(3) and how I can create my own web framework to understand how things work under the hood.

Topics

Resources

Stars

Watchers

Forks

Languages