Hello all, I've recently discovered Flask and I mud say I'm already charmed by it. I found Flask a very straightforward and powerful enough web framework. After monkey patching Django it is what I needed. My last project is around Facebook so some Facebook api has been developed. I've recently separated it from the application into a separate project. It would be fantastic if somebody experiences with Flask extensions development could take a look at it. It's released under BSD license. I've tried hard to make it as Flask as possible but it's my first extension... I haven't yet had time to make formal documentation but readme shall be a good quick start. Regarding tests I'm in doubts. To test it thoroughly I would need to use selenium and it's not a 5 minutes of work. Anyway: any feedback, api change recommendation, suggestions are more than welcome. Regards, Mateusz Łapsa-Malawski http://gogaart.pl/ http://cr3studio.com/ http://about.me/munhitsu
Did you forget to post the link or do I seriously need sleep? -Mal 2011/8/30 Mateusz Łapsa-Malawski <mateusz@munhitsu.com>: > Hello all, > I've recently discovered Flask and I mud say I'm already charmed by it. I > found Flask a very straightforward and powerful enough web framework. > After monkey patching Django it is what I needed. > My last project is around Facebook so some Facebook api has been developed. > I've recently separated it from the application into a separate project. > It would be fantastic if somebody experiences with Flask extensions > development could take a look at it. > It's released under BSD license. > I've tried hard to make it as Flask as possible but it's my first > extension... > I haven't yet had time to make formal documentation but readme shall be a > good quick start. > Regarding tests I'm in doubts. To test it thoroughly I would need to use > selenium and it's not a 5 minutes of work. > Anyway: any feedback, api change recommendation, suggestions are more than > welcome. > Regards, > Mateusz Łapsa-Malawski > http://gogaart.pl/ > http://cr3studio.com/ > http://about.me/munhitsu > > >
Ha, it seems that I seriously needed sleep. https://github.com/munhitsu/flask-fbapi Thanks, Mateusz On Tue, Aug 30, 2011 at 3:54 AM, M Wanstall < malcolm.wanstall.lists@gmail.com> wrote: > Did you forget to post the link or do I seriously need sleep? > > -Mal > > 2011/8/30 Mateusz Łapsa-Malawski <mateusz@munhitsu.com>: > > Hello all, > > I've recently discovered Flask and I mud say I'm already charmed by it. I > > found Flask a very straightforward and powerful enough web framework. > > After monkey patching Django it is what I needed. > > My last project is around Facebook so some Facebook api has been > developed. > > I've recently separated it from the application into a separate project. > > It would be fantastic if somebody experiences with Flask extensions > > development could take a look at it. > > It's released under BSD license. > > I've tried hard to make it as Flask as possible but it's my first > > extension... > > I haven't yet had time to make formal documentation but readme shall be a > > good quick start. > > Regarding tests I'm in doubts. To test it thoroughly I would need to use > > selenium and it's not a 5 minutes of work. > > Anyway: any feedback, api change recommendation, suggestions are more > than > > welcome. > > Regards, > > Mateusz Łapsa-Malawski > > http://gogaart.pl/ > > http://cr3studio.com/ > > http://about.me/munhitsu > > > > > > >