django-delegate is a Django app to get AUTOMATICALLY CHAINABLE MANAGER/QUERYSET DELEGATE METHODS.Normally, by defining manager methods, Django lets you do this:>>> SomeModel.objects.custom_query()... but it WON'T let you do this:>>>...

read more
h5dj

h5dj 0.1.0

h5dj is an app that provides HDF5 interfaces for...

read more

After a certain amount of time anyone concerning themselves with the Django framework is going to ask the question: I love Django's signals, indeed. But if only I could dispatch them asynchronously. Like, on some other thread or something, I don't really...

read more

django-docfield-couchdb is a Django app that provides Django fields for representing CouchDB docs other idioms.Django fields and other add-ons that represent key CouchDB data structures:- Docs, which can authoratively reside in either Couch or your Django...

read more
hdf5-django

hdf5-django 0.1.2

hdf5-django is a Django app that provides HDF5-based n-dimensional array tools 'n' types for Django.At the time of writing, this package contains:- HDF5Storage -- A django.core.files.storage.Storage subclass, enabling easy persistent ndarray storage......

read more