unicodecsv
(0.9.4)
Released 10 years, 7 months ago
Python2's stdlib csv module is nice, but it doesn't support unicode. This module is a drop-in replacement which *does*.
jslibs
(0.10)
Released 11 years, 11 months ago
A package which does stuff with js libs
pfg.donationform
(1.2.3)
Released 12 years, 3 months ago
A PloneFormGen-based donation form that does checkout via PloneGetPaid.
Products.PDFtoOCR
(1.1)
Released 13 years, 3 months ago
PDFtoOCR does OCR processing on PDF documents. The text from OCR is used in the search results.
GitCommit
(0.9.9)
Released 11 years, 5 months ago
GitCommit is a free Python based script that does a few checks before running "git commit -av". Checks include running django unit tests and checking for TODO statements. To contribute, visit http://github.com/defcube/gitcommit/
emulaterest
(0.2)
Released 10 years, 11 months ago
WSGI middleware that does Rails style PUT and DELETE request emulation
va_nester
(0.1.3)
Released 12 years, 10 months ago
Prints nested lists. This is an exercise based on the book Head First Python and does not have too much practical implications.
jyu.rsslisting
(1.0.1)
Released 13 years, 3 months ago
A page, which displays an RSS feeds (or aggregation of several feeds) in the same way as RSS portlet does
mpm
(1.0.0)
Released 13 years, 3 months ago
a minimalist Python module project (hint: it doesn't do anything)
doctestpdbhacks
(0.1)
Released 13 years, 3 months ago
pdb doesn't play nice with doctests.. this is a quick hack to fix that.
tl.rename
(0.1.2)
Released 13 years, 3 months ago
A rename implementation that does more than substring replacement.
twitter-text-py
(2.0.0)
Released 10 years, 3 months ago
A library for auto-converting URLs, mentions, hashtags, lists, etc. in Twitter text. Also does tweet validation and search term highlighting.
gpglib
(0.1.1)
Released 10 years, 3 months ago
Library for decrypting gpg that doesn't shell out to gpg
nano
(0.6)
Released 10 years, 3 months ago
Does less! Loosely coupled mini-apps for django.
facepy
(0.8.4)
Released 10 years, 3 months ago
Facepy makes it really easy to interact with Facebook's Graph API
medialog.hidetitle
(1.0)
Released 10 years, 3 months ago
Makes it possible to mark items so the items title and description does not show.
pluckr
(0.0.3)
Released 10 years, 11 months ago
Pluck columns from CSV files in the command line. Like cut or awk, but doesn't choke on delimiter escaping.
gnumpy
(0.2)
Released 11 years, 4 months ago
Gnumpy is a simple Python module that interfaces in a way almost identical to numpy, but does its computations on your computer's GPU, using Cudamat.
zope2_bootstrap
(0.0.7)
Released 11 years, 5 months ago
This does what you think it does: applies Twitter Bootstrap styles to Zope2
Products.ZODBFriendlyCounter
(1.0a2)
Released 11 years, 5 months ago
A counter which generates unique IDs and does so without bloating the ZODB
rivr
(0.4.0)
Released 11 years, 11 months ago
rivr is a microweb framework inspired by djng
Products.Undoer
(1.0.4)
Released 11 years, 11 months ago
A tool that enables rolling back (undoing) changes to a Zope Application database based on date and time.
django-registration-extended-backend
(0.1.a2)
Released 12 years, 3 months ago
Backend for django registration that sends email in HTML and does email normalization
logrotate
(0.1.0)
Released 12 years, 3 months ago
A small, simple logrotate implementation for the Python logging module that only rotates files (it doesn't create and delete them) and therefore maintains owner, group and permission information
django-partial-page
(0.4.1)
Released 12 years, 8 months ago
Middleware that extracts {% block-s %} from pages and sends them as JSON. This allows the clients update parts of the pages, which is useful for Ajax apps and sites using History.PushState. If /mypage/ has {% block main_content %} in the template, make a request /mypage/?partial=main_content, and you'll receive a JSON: {"main_content": "..."}. The example Django project in the BitBucket contains a working JavaScript module that handles these requests and does something more.