Fresco

Fresco 0.5.6 updated

Fresco is for Python developers that want a lighter framework that lets them use their own templating and database interaction libraries. Fresco can also accommodate Pesto users, having a similar structure and development infrastructure.What is new in...

Mailtools

Mailtools 2.1

Writing a web application? Want to send some emails from it? Mailtools is an application that can help you with that!* Simple API for sending plain text messages, HTML and messages with attachments.* ThreadedMailer sends emails in the background and...

Yoyo-migrations is a database schema migration utility using plain SQL and the DB-API.What does yoyo-migrations do?As database applications evolve, changes to the database schema are often required. These can usually be written as one-off SQL scripts...

fresco

fresco 0.3.4

fresco is a web micro-framework written in Python.What is new in this release:Bugfix: Request.form was not handling unicode data in GET requests correctly fresco.core.request_class has been moved to FrescoApp.request_class Route arguments can take default...

read more
Flea

Flea 7.4.6

Flea helps you test WSGI applications without starting up an HTTP server. If you already know lxml, you'll know what makes flea so powerful. Flea is fully integrated with lxml's xpath api, letting you inspect, modify and navigate HTML documents returned...

read more
Swab

Swab 0.1.3

Swab is a simple WSGI A/B testing tool.Usage: 1. Define an experiment: from swab import Swab s = Swab('/tmp/.swab-test-data') s.addexperiment('button-size', ['default', 'larger'], 'order-completed') Here we have an experiment...

read more