Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

mod_wsgi

Compare

  Analyzed about 2 hours ago

The mod_wsgi adapter is an Apache module that provides a WSGI compliant interface for hosting Python based web applications in conjunction with Apache.

26.1K lines of code

1 current contributors

4 months since last commit

175 users on Open Hub

Low Activity
4.61404
   
I Use This

Pylons

Compare

  Analyzed 1 day ago

Pylons combines the very best ideas from the worlds of Ruby, Python and Perl, providing a structured but extremely flexible Python web framework. It's also one of the first projects to leverage the emerging WSGI standard, which allows extensive re-use and flexibility but only if you need it. Out of ... [More] the box, Pylons aims to make web development fast, flexible and easy. [Less]

271K lines of code

34 current contributors

25 days since last commit

133 users on Open Hub

Moderate Activity
4.47059
   
I Use This

Flask

Compare

  Analyzed 1 day ago

Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed!

16.6K lines of code

87 current contributors

about 2 months since last commit

118 users on Open Hub

Moderate Activity
4.83333
   
I Use This

Python Paste

Compare

  No analysis available

Python Paste helps Python web development and web application installation by providing tools for both developers and system administrators. Among other things, Python Paste includes a variety of middleware components to develop, test, configure, and run WSGI applications.

0 lines of code

0 current contributors

0 since last commit

77 users on Open Hub

Activity Not Available
4.68421
   
I Use This
Mostly written in language not available
Licenses: mit

Gunicorn

Compare

  Analyzed about 5 hours ago

Gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy.

10K lines of code

34 current contributors

3 months since last commit

37 users on Open Hub

Moderate Activity
4.5
   
I Use This

Werkzeug

Compare

  Analyzed about 13 hours ago

Werkzeug The Python WSGI Utility Library Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full-featured request and response objects, HTTP utilities to handle entity ... [More] tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community-contributed addon modules. [Less]

24.7K lines of code

60 current contributors

24 days since last commit

34 users on Open Hub

Moderate Activity
4.57143
   
I Use This

Repoze

Compare

  Analyzed 3 months ago

Repoze is a collection of technologies which bridges WSGI and Zope. Repoze make it possible for non-Zope Python developers to selectively use Zope features in a WSGI environment and helps Zope developers integrate their applications into a WSGI environment.

9.29K lines of code

0 current contributors

about 8 years since last commit

28 users on Open Hub

Activity Not Available
4.77778
   
I Use This

uWSGI

Compare

  Analyzed 1 day ago

The uWSGI project aims at developing a full stack for building (and hosting) clustered/distributed network applications. Mainly targeted at the web and its standards, it has been successfully used in a lot of different contexts. Thanks to its pluggable architecture it can be extended without ... [More] limits to support more platforms and languages. Currently, you can write plugins in C, C++ and Objective-C. The “WSGI” part in the name is a tribute to the namesake Python standard, as it has been the first developed plugin for the project. Versatility, performance, low-resource usage and reliability are the strengths of the project (and the only rules followed). [Less]

207K lines of code

16 current contributors

about 1 month since last commit

27 users on Open Hub

Moderate Activity
5.0
 
I Use This

bottle

Compare

  Analyzed about 6 hours ago

Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.

7.92K lines of code

5 current contributors

8 months since last commit

16 users on Open Hub

Very Low Activity
5.0
 
I Use This

PyAMF

Compare

  Analyzed about 4 hours ago

PyAMF provides Action Message Format (AMF) support for Python that is compatible with the Adobe Flash Player. It includes integration with Python web frameworks like Django, Pylons, Twisted, SQLAlchemy, web2py and more. The Adobe Integrated Runtime and Adobe Flash Player use AMF to communicate ... [More] between an application and a remote server. AMF encodes remote procedure calls (RPC) into a compact binary representation that can be transferred over HTTP/HTTPS or the RTMP/RTMPS protocol. Objects and data values are serialized into this binary format, which increases performance, allowing applications to load data up to 10 times faster than with text-based formats such as XML or SOAP. [Less]

28.5K lines of code

0 current contributors

over 8 years since last commit

11 users on Open Hub

Inactive
4.625
   
I Use This