- Notifications
You must be signed in to change notification settings - Fork120
twisted/klein
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Klein is a micro-framework for developing production-ready web services with Python.It is 'micro' in that it has an incredibly small API similar toBottle andFlask.It is not 'micro' in that it depends on things outside the standard library.This is primarily because it is built on widely used and well tested components likeWerkzeug andTwisted.
AKlein bottle is an example of a non-orientable surface, and a glass Klein bottle looks like a twisted bottle or twisted flask.This, of course, made it too good of a pun to pass up.
Klein's documentation can be found atRead The Docs.
This is a sample Klein application that returns 'Hello, world!', running on port8080.
fromkleinimportrun,route@route('/')defhome(request):return'Hello, world!'run("localhost",8080)
klein is hosted onGitHub and is an open source project that welcomes contributions of all kinds from the community, including:
- code patches,
- documentation improvements,
- bug reports,
- reviews forcontributed patches.
For more information about contributing, seethe contributor guidelines.
About
werkzeug + twisted.web
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.