NOTE: I'm now focusing on Chimera-Framework. It will be a more modern replacement of Kokoropy
A 心から Educational MVC Python Web Framework.
In japanese, kokoro means heart. I make Kokoropy because I can not find any python web-framework which I really comfort with. Some are too verbose, while some others have too many "magic". Most of them force me to learn about the framework, and do not allow me to directly focus on my job. Basically I expect an easy-to-use framework like CodeIgniter (with more features) in python.
If you are in the same boat with me, then kokoropy is also for you.
Kokoropy is built in top of Bottle.py (http://bottlepy.org/docs/dev/), a very great python micro-web-framework. While bottle.py focus on how to make things as simple as possible, kokoropy focus on how to make things as easy as possible.
Kokoropy is built based on my experiences with some framework. Here are some comparison between kokoropy and other framework
bottle.py
(http://bottlepy.org), since bottle.py is the core of kokoropy.PS: This is my pet-project, and might be not stable. It is not ready for production purpose (yet)
Kokoropy stands in the shoulder of the giants. Here are projects that make kokoropy possible:
Also, kokoropy come with several third-party css & javascript framework (so you do not need to download them anymore):
Kokoropy is for you if you:
automatic migration
for development.base_url
setting (done, tested, 2013/08/08)python start.py
), auto reload server when something changed (done, tested, 2013/08/08)