*cssselect* parses `CSS3 Selectors`_ and translate them to `XPath 1.0`_
expressions. Such expressions can be used in lxml_ or another XPath engine
to find the matching elements in an XML or HTML document.
This module used to live inside of lxml as ``lxml.cssselect`` before it was
extracted as a stand-alone project.
Piwik is a downloadable, open source (GPL licensed) web analytics
software package. It provides detailed reports on your website and
its visitors, including the search engines and keywords they used,
the language they speak, which pages they like, the files they
download, and so much more.
Piwik aims to be an open source alternative to Google Analytics.
py-WebTest is a helper to test WSGI applications, it wraps any WSGI application
and makes it easy to send test requests to that application, without starting up
an HTTP server. It provides convenient full-stack testing of applications
written with any WSGI-compatible framework.
JSPWiki is a feature-rich and extensible WikiWiki engine built
around the standard J2EE components (Java, servlets, JSP).
It's features include: WikiMarkup/Structured Text, File attachments,
Templates support, Data storage, Security, Easy plugin interface for
writing your own additions,UTF-8 support, JavaServer Pages-based,
Easy-ish installation, Page locking to prevent editing conflicts,
Support for Multiple Wikis, etc.
Using dotCloud, you can assemble your stack from pre-configured and heavily
tested components. dotCloud supports major application servers, databases and
message buses. The dotCloud CLI allows you to manage your software deployments
on the dotCloud platform. To use this tool, you will need a dotCloud account.
Register at http://www.dotcloud.com/ to get one!
Extension for Flask that adds support for quickly building REST APIs.
Flask-RESTPlus encourages best practices with minimal setup.
If you are familiar with Flask, Flask-RESTPlus should be easy to pick up.
It provides a coherent collection of decorators and tools to describe your
API and expose its documentation properly using Swagger.
Extension for Flask that adds support for quickly building REST APIs.
Flask-RESTPlus encourages best practices with minimal setup.
If you are familiar with Flask, Flask-RESTPlus should be easy to pick up.
It provides a coherent collection of decorators and tools to describe your
API and expose its documentation properly using Swagger.
NGINX is a high performance edge web server with the lowest memory footprint
and the key features to build modern and efficient web infrastructure.
NGINX functionality includes HTTP server, HTTP and mail reverse proxy, caching,
load balancing, compression, request throttling, connection multiplexing and
reuse, SSL offload and HTTP media streaming.
NGINX is a high performance edge web server with the lowest memory footprint
and the key features to build modern and efficient web infrastructure.
NGINX functionality includes HTTP server, HTTP and mail reverse proxy, caching,
load balancing, compression, request throttling, connection multiplexing and
reuse, SSL offload and HTTP media streaming.
The modules in the Python standard library don't provide a way to upload large
Files via HTTP without having to load the entire file into memory first.
poster provides support for both streaming POST requests as well as
multipart/form-data encoding of string or file parameters.