Skip to content

thisjulio/koffie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koffie

Lightweight and minimalist framework for python web app

koffie Logo

Requirements

  • libevent
  • python 3.7
  • c/c++ compiler

Installation

Install using pip:

$ pip install koffie

TIPS

cd development

CFLAGS="-I /usr/local/include -I /usr/local/opt/openssl/include/ -L /usr/local/lib -L /usr/local/opt/
openssl/lib/" pipenv install

pipenv run python

Python 3.7.3
>>> import koffie
>>> koffie.run_server()

About

Lightweight and minimalist framework for python web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages