Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 709 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 709 Bytes

konko


konko is a pythonic server and framework that provides the following features :

  1. A fully fledged server
  2. A fully fledged framework with a few batteries included, kind of between something like django and something like flask
  3. The framework however is not limited to web apps but also includes desktop apps that could run with or without a server
  4. In the spirit of the above point, it comes with a modified gui tool kit that allows the use of web frontends without the need for starting a whole new browser.
  5. Finally, it comes with command line utilities that provide a lot of features like compiling your python app right away such that it can run anywhere with or without python ...