Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.13 KB

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