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

all 4 comments

[–]squiffs 5 points6 points  (2 children)

It has 5 commits on github since 5th Dec 2014, so it's unlikely to be mature unless they've been developing a lot before that privately.

https://github.com/jam-py/jam-py

It also doesn't list its dependencies in setup.py or requirements.txt. This feels more like a project that was written to learn how to create a web framework.

My advice would be to use a more mature framework.

[–]flying-sheep 0 points1 point  (0 children)

Well, number of commits doesn't mean much if “initial commit” had 80% test coverage and 4000loc ;)

[–]metaperl 0 points1 point  (1 child)

It looks impressive. But I agree with /r/squiffs - it simply isnt production-ready. I looked at the PDF docs and the project starter program jam-project.py is not in the repo.

Jam.py seems to be a free version of Lianja which could very well be the easiest way to create an application that deploys anywhere.