goFrendiAsgard / kokoropy

A 心から educational MVC python web framework
MIT License
13 stars 4 forks source link

NOTE: I'm now focusing on Chimera-Framework. It will be a more modern replacement of Kokoropy

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

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):

Documentation & Demo

http://kokoropy.herokuapp.com

Who Kokoropy is for?

Kokoropy is for you if you:

Change Log:

TODO:

Credits: