diff --git a/README.md b/README.md index fcc54a9878..6142c688d4 100644 --- a/README.md +++ b/README.md @@ -128,9 +128,16 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for fighting spam.* +* [warehouse](https://github.com/pypa/warehouse) - Next generation Python Package Repository (PyPI). +* [Warehouse](https://warehouse.python.org/) +* [bandersnatch](https://bitbucket.org/pypa/bandersnatch) - PyPI mirroring tool provided by Python Packaging Authority (PyPA). +* [devpi](http://doc.devpi.net/) - PyPI server and packaging/testing/release tool. +* [localshop](https://github.com/mvantellingen/localshop) - Local PyPI server (custom packages and auto-mirroring of pypi). +* [Laboratory for Fluorescence Dynamics](http://www.lfd.uci.edu/~gohlke/pythonlibs/) - Unofficial Windows Binaries for Python Extension Packages * [django-simple-captcha](https://github.com/mbi/django-simple-captcha) - A simple and highly customizable Django app to add captcha images to any Django form. * [django-simple-spam-blocker](https://github.com/moqada/django-simple-spam-blocker) - Simple spam blocker for Django. + ## Asset Management *Tools for managing, compressing and minifying website assets.* @@ -621,6 +628,20 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Functional Programming with Python.* + +* [Django](https://www.djangoproject.com/) - The most popular web framework in Python. + * [awesome-django](https://github.com/rosarior/awesome-django) +* [Flask](http://flask.pocoo.org/) - A microframework for Python. + * [awesome-flask](https://github.com/humiaozuzu/awesome-flask) +* [Pyramid](http://www.pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework. + * [awesome-pyramid](https://github.com/ITCase/awesome-pyramid) +* [Bottle](http://bottlepy.org/) - A fast, simple and lightweight WSGI micro web-framework. +* [CherryPy](http://www.cherrypy.org/) - A minimalist Python web framework, HTTP/1.1-compliant and WSGI thread-pooled. +* [TurboGears](http://www.turbogears.org/) - A microframework that can scale up to a full stack solution. +* [web.py](http://webpy.org/) - A web framework for Python that is as simple as it is powerful. +* [web2py](http://www.web2py.com) - A full stack web framework and platform focused in the ease of use. +* [Tornado](http://www.tornadoweb.org/) - A Web framework and asynchronous networking library. +* [Muffin] (https://github.com/klen/muffin) - Muffin is a fast, simple and asyncronous web-framework for Python 3. * [Coconut](http://coconut-lang.org/) - Coconut is a variant of Python built for simple, elegant, Pythonic functional programming. * [CyToolz](https://github.com/pytoolz/cytoolz/) - Cython implementation of Toolz: High performance functional utilities. * [fn.py](https://github.com/kachayev/fn.py) - Functional programming in Python: implementation of missing features to enjoy FP.