klein icon indicating copy to clipboard operation
klein copied to clipboard

werkzeug + twisted.web

Results 167 klein issues
Sort by recently updated
recently updated
newest added

Hi, I see to run into an error trying to create a Klein process. When using python 3.5.1, twisted 16.2.0 and Klein 0.2.3 (or 0.2.1) I receive a `TypeError: Class...

bug

Use-case: we have a list of things which have a display name, an interesting attribute, and an internal ID. We want to render something like `display nameinteresting attribute` for each...

feature

[Flask](http://flask.pocoo.org/docs/tutorial/) or [Django](https://docs.djangoproject.com/en/1.10/intro/tutorial01/) have nice tutorials that guide users through building some simple web application. It should be rather simple to write something like this for Twisted Klein. It should...

documentation

Here are some things that should be added to klein.Plating to make it really complete, which were left out of the initial implementation (#118) to keep it compact: - [...

feature
documentation

In https://github.com/twisted/klein/pull/139#pullrequestreview-15010666, glyph noted that it may be preferable to reuse code from `KleinResource`, possible the entire class when handling errors so that we have full consistency in how return...

improvement

When we write this is documentation: ``` app = Klein() ``` This suggests that an instance of `Klein` is an "application", which is confusing because we sometimes also write something...

documentation

Hi , I need a help. Is there any way to get url end point documentation, in django and flask we could use swagger for the same. Kindly suggest the...

feature

One problem is that Klein.run() can't pass 'installSignalHandlers' to reactor.run() thus reactor will complain like `exceptions.ValueError: signal only works in main thread`. Can we add parameter to keep reactor quiet...

improvement

There are two parts to this, although this is one ticket because I don't think they can be handled separately: 1. JSON serialization for attr.s-ified objects 2. slot-filling for attr.s-ified...

feature

It should be possible to render a supported type (such as a number) in a different way (such as a roman numeral).

feature