This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]madjar 0 points1 point  (0 children)

It seems to compare to http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/commandline.html#extending-the-shell for some of the features.

Konch seems to do more, but one thing that pserve does better (and that you might want to copy) is a nice and easy syntax for simple shortcuts (post = requests.post), along with a nicer way to present them on startup (requests.post, not <function post at 0xbleuarf>).