Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.24 KB

index.rst

File metadata and controls

51 lines (33 loc) · 1.24 KB

Klein, a Web Micro-Framework

image

Klein is a micro-framework for developing production-ready web services with Python. It's built on widely used and well tested components like Werkzeug and Twisted, and has near-complete test coverage.

Klein is developed by a team of contributors on GitHub. We're also commonly in #twisted.web on Freenode.

Introduction to Klein

This is an introduction to Klein, going through from creating a simple web site to something supporting AJAX and more.

introduction/1-gettingstarted introduction/2-twistdtap

Klein Examples

These are examples that show how to use different parts of Klein, or use things with Klein.

examples/staticfiles examples/templates examples/deferreds examples/twistd examples/handlingpost examples/subroutes examples/nonglobalstate examples/handlingerrors

Contributing

If you'd like to help out, here's some material to help you get started!

contributing release