From 617222e213b0aff62752000df5c98eed93a3edcc Mon Sep 17 00:00:00 2001 From: preactive Date: Mon, 5 Dec 2016 13:20:38 -0800 Subject: [PATCH 1/3] Added Web2py to Web Frameworks --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 68e10fa..9866eb1 100644 --- a/README.md +++ b/README.md @@ -1169,6 +1169,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [awesome-pyramid](https://github.com/uralbash/awesome-pyramid) * [Tornado](http://www.tornadoweb.org/en/latest/) - A Web framework and asynchronous networking library. * [TurboGears](http://www.turbogears.org/) - A microframework that can scale up to a full stack solution. +* [Web2py](http://http://www.web2py.com/) - Full-stack enterprise framework for secure database-driven web-based applications. + * [GitHub Web2py](https://github.com/web2py) ## WebSocket From 8439a7dd695eb59a516e7442fb6c9df8497bb4c2 Mon Sep 17 00:00:00 2001 From: preactive Date: Mon, 5 Dec 2016 13:39:55 -0800 Subject: [PATCH 2/3] Added Web2py's pyDAL database ORM Added pyDAL to ## ORM * Relational Databases section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9866eb1..9a1d289 100644 --- a/README.md +++ b/README.md @@ -816,6 +816,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy) * [Peewee](https://github.com/coleifer/peewee) - A small, expressive ORM. * [PonyORM](https://ponyorm.com/) - ORM that provides a generator-oriented interface to SQL. + * [pyDAL](https://github.com/web2py/pydal/) - A pure Python Database Abstraction Layer. * [python-sql](https://pypi.python.org/pypi/python-sql) - Write SQL queries pythonically. * NoSQL Databases * [django-mongodb-engine](https://github.com/django-nonrel/mongodb-engine) - Django MongoDB Backend. From 8af855ddd664ee858cdea91d0645ad0eb674ccde Mon Sep 17 00:00:00 2001 From: Michael Messmer Date: Fri, 27 Jan 2017 13:21:03 -0800 Subject: [PATCH 3/3] Fixed dup http:// fixed as @Dith3r pointed out --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a1d289..107d8c6 100644 --- a/README.md +++ b/README.md @@ -1170,7 +1170,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [awesome-pyramid](https://github.com/uralbash/awesome-pyramid) * [Tornado](http://www.tornadoweb.org/en/latest/) - A Web framework and asynchronous networking library. * [TurboGears](http://www.turbogears.org/) - A microframework that can scale up to a full stack solution. -* [Web2py](http://http://www.web2py.com/) - Full-stack enterprise framework for secure database-driven web-based applications. +* [Web2py](http://www.web2py.com/) - Full-stack enterprise framework for secure database-driven web-based applications. * [GitHub Web2py](https://github.com/web2py) ## WebSocket