Total Pageviews

Sunday, 15 December 2013

一些python项目

DJ-Skeletor

DJ-Skeletor is a skeleton Django project. We’re using Dj-Skeletor to quickly get up and running on a new project. It includes some of the best practices in Django world we’ve adopted (Fabric, South, Django Debug Toolbar, Raven).

Python Video Converter

Python Video Converter is a pure-pythonic wrapper around ffmpeg/avconv utilities, the defacto standard open source tools for audio and video manipulation on Linux and other systems. The converter supports media probing (getting information about the media file),audio/video conversion and thumbnail generation.

Django Restless

Django Restless is a lightweight RESTful API framework for Django. Restless helps you write APIs that loosely follow the RESTful paradigm, without forcing you to do so. While that’s possible to do in other frameworks as well, it can be quite cumbersome. It’s more like a set of useful tools than a set thing you must comply with.

Django Dynamic Model

Django Dynamic Model provides models which can be modified (fields added, or removed) at runtime, from the code, without changing SQL database schema. The dynamic fields can coexist with regular fields, can be picked up and used by model forms, and can be accessed in the usual object.field fashion in the code and templates.

Tornado Proxy

Tornado Proxy is an asyncronous HTTP proxy with tunnelling (CONNECT) support, that can be used as standalone script, or integrated within Tornado apps.