X-Git-Url: https://code.kerkeslager.com/?p=fwx;a=blobdiff_plain;f=README.md;fp=README.md;h=aa94ddcef8d251bb2a23906b50c4fb3b250babb1;hp=5e97c1e8c67e4df1b60370b250c3447e3d708bc2;hb=6e58ee6eb35b9a9ad9bd56de5e14eadb61f7ac52;hpb=81ae8ed6d2dfe04ef2df5545495535496f4a2fe5 diff --git a/README.md b/README.md index 5e97c1e..aa94ddc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # fwx fwx isn't a framework, it's a library. + +fwx is used for the same kinds of applications as frameworks like Django or +Flask, but it works differently. Frameworks make you write code that the +framework then calls: the tool is using your code, not the other way +around. fxw is primarily a collection of functions, which you call from your +code. This way you're using the tool: the correct order of things. + +## Installation + + pip install fwx