From 0478e7dbb7ab9d864f2cdd431e2f3d1ea12207d8 Mon Sep 17 00:00:00 2001 From: Adam Groszer Date: Tue, 1 Jul 2014 09:17:59 +0200 Subject: [PATCH 1/6] added Winpdb --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eae05ab..dc97fde 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes. * [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response. * [django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver. +* [winpdb](http://winpdb.org/) - Winpdb - A Platform Independent Python Debugger with GUI ## Science and Data Aanalysis From df57eff6a92dec12313dcfe24cf7ee85b7426cfc Mon Sep 17 00:00:00 2001 From: Adam Groszer Date: Tue, 1 Jul 2014 09:20:28 +0200 Subject: [PATCH 2/6] added buildout --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc97fde..168a4eb 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [pip](https://pip.pypa.io/en/latest/) / [Python Package Index](https://pypi.python.org/pypi) - The package and dependency manager. * [wheel](http://pythonwheels.com/) - The new standard of python distribution and are intended to replace eggs. +* [buildout](http://www.buildout.org/) - Python-based build system for creating, assembling and deploying applications from multiple parts, some of which may be non-Python-based. It lets you create a buildout configuration and reproduce the same software later. ## Files From dfbaacdacdd420f1c641f6ef28848f6f1d6408b6 Mon Sep 17 00:00:00 2001 From: Adam Groszer Date: Tue, 1 Jul 2014 09:26:14 +0200 Subject: [PATCH 3/6] added ZODB --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 168a4eb..7e1cc74 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,12 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [requests](http://docs.python-requests.org/) - HTTP Requests for Humans™. * [httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement. +## Databases + +*Databases* + +* [ZODB](http://www.zodb.org/) - a native object database for Python. A key-value and object graph database. Most transparent. + ## Database Drivers *Libraties for connecting and operating databases* From 027535e1217b48c023bb5b032896fe811eea60de Mon Sep 17 00:00:00 2001 From: Adam Groszer Date: Tue, 1 Jul 2014 09:31:32 +0200 Subject: [PATCH 4/6] added Zope Toolkit and Bluebream --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e1cc74..3fa965d 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,8 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [TurboGears](http://www.turbogears.org/) - The Web Framework that scales with you. Starts as a microframework and scales up to a fullstack solution. * [Grok](http://grok.zope.org/) - A framework built on the existing Zope 3 libraries, offers a lot of building blocks for web development. * [CherryPy](http://www.cherrypy.org/) - A Minimalist Python Web Framework, HTTP/1.1-compliant and WSGI thread-pooled. +* [Zope Toolkit](http://docs.zope.org/zopetoolkit/) - A set of libraries intended for reuse by projects to develop web applications or web frameworks. +* [Bluebream](http://bluebream.zope.org/) - An open-source web application server, framework and library, created by the Zope community and formerly known as Zope 3. ## CMS From 13908aa2758f25091e2e69a6d1741bfc924cf47b Mon Sep 17 00:00:00 2001 From: Adam Groszer Date: Tue, 1 Jul 2014 12:04:44 +0200 Subject: [PATCH 5/6] added ZPT and Chameleon --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3fa965d..e7c8d4c 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,8 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b *Libraries and tools for templating and lexing.* * [Jinja2](https://github.com/mitsuhiko/jinja2) - A modern and designer friendly templating language. +* [Zope Page Templates](http://docs.zope.org/zope2/zope2book/AppendixC.html) - HTML/XML generation tool - It is implemented as an XML namespace, and lives inside the attributes of a tag, making it possible to create templates that look like normal HTML/XML to editors. +* [Chameleon](https://chameleon.readthedocs.org/) - Chameleon is an HTML/XML template engine for Python. Modeled after ZPT, optimized for speed. ## Queue From 1eef1eb1d3ee3be2d208336a47a4d038bb2ad547 Mon Sep 17 00:00:00 2001 From: Adam Groszer Date: Tue, 1 Jul 2014 12:49:17 +0200 Subject: [PATCH 6/6] added Plone --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7c8d4c..edf52d2 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [django-oscar](http://oscarcommerce.com/) - An open-source ecommerce framework for Django. * [Quokka CMS](http://quokkaproject.org) - Flexible, extensible, small CMS powered by Flask and MongoDB. * [Opps CMS](http://oppsproject.org/) - A Django-based CMS for magazines, newspapers websites and portals with high-traffic. +* [Plone](http://plone.org/) - Content Management System built on top of the open source application server Zope and the accompanying Content Management Framework. ## RESTful API