CARVIEW |
jacobian
(Jacob Kaplan-Moss)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Jacob Kaplan-Moss
- Website/Blog
- https://jacobian.org/
- Company
- Revolution Systems, LLC
- Location
- Lawrence, KS
- Member Since
- Aug 19, 2008 (about 1 year)
Following 20 coders and watching 26 repositories view all →
Public Repositories (17)
-
django-googlecharts
A suite of Django template tags to generate charts using Google's chart API.
Last updated Tue Feb 09 05:23:35 -0800 2010
-
python-cloudservers
Python bindings to Rackspace's Cloud Servers API
Last updated Mon Feb 08 12:34:38 -0800 2010
-
django-shorturls
A URL shortening app for Django.
Last updated Tue Dec 15 09:17:48 -0800 2009
-
django-buildbots
Tools and templates for maintaining Django's buildbots
Last updated Mon Dec 14 15:50:36 -0800 2009
-
chishop
Simple PyPI server written in django. Allows you to register/upload with distutils and install wi...
Forked from ask/chishop Fri Nov 13 14:21:33 -0800 2009
Last updated Thu Nov 12 01:27:27 -0800 2009
-
pony_server
A Django implementation of the XML RPC backend server for pony-build
Forked from ericholscher/pony_server Mon Oct 19 10:35:52 -0700 2009
Last updated Mon Nov 09 13:27:41 -0800 2009
-
pony-build-django
Last updated Sun Oct 18 13:11:06 -0700 2009
-
pony-build
CI for Python
Forked from ctb/pony-build Sat Oct 10 06:36:01 -0700 2009
Last updated Sun Oct 18 11:01:46 -0700 2009
-
jellyroll
You keep personal data in all sorts of places on the internets. Jellyroll brings them together on...
Last updated Fri Aug 28 15:29:20 -0700 2009
-
timetric
Python client for Timetric (https://timetric.com/)
Last updated Thu Jun 11 08:51:25 -0700 2009
-
geocoders
Ultra simple API for geocoding a single string against various web services.
Forked from simonw/geocoders Tue May 26 15:20:28 -0700 2009
Last updated Wed May 27 20:16:20 -0700 2009
-
django
Unofficial mirror of the Subversion repository
Forked from django/django Tue Nov 25 09:32:18 -0800 2008
Last updated Fri May 08 09:46:16 -0700 2009
-
django-faq
a simple faq application for django apps
Forked from howiworkdaily/django-faq Tue Mar 17 09:23:06 -0700 2009
Last updated Wed Mar 11 17:10:23 -0700 2009
-
munin-plugins
Some munin plugins I wrote, and a little Python microframework for writing 'em.
Last updated Thu Feb 26 20:00:10 -0800 2009
-
django-debug-toolbar
A configurable set of panels that display various debug information about the current request/res...
Forked from robhudson/django-debug-toolbar Mon Sep 15 02:10:26 -0700 2008
Last updated Fri Sep 19 07:56:08 -0700 2008
-
cheeserater
Source for cheeserater.com, the Django site I use in my tutorials.
Last updated Fri Sep 12 05:51:04 -0700 2008
-
uri
Python URI-Template library
Last updated Tue Aug 19 08:42:24 -0700 2008
Public Activity 
A Python module for communicating with the Twilio API and generating TwiML
"In Django-land, unittests are much faster than doctests. Convert them."
Document Management System (scanner -> appengine blobs)

-
Jacob Kaplan-Moss committed b362faae:
Fixed setup.py and MANIFEST to include README and docs. Bumped version to 1.0a4.

-
jacobian committed 0c27daaa:
Bump version to 1.0a3
-
jacobian committed b8286fb7:
Rename shell commands "flavors" to "flavor-list" and "images" to "image-list" to match the rest of the commands.
-
jacobian committed 9c8b5cbd:
Don't display help twice.
-
jacobian committed 6ee35eee:
Added missing image-create and image-delete commands. Dunno how I missed those.

-
Jacob Kaplan-Moss committed eccb9bd4:
Add the README to setup.py.

-
Jacob Kaplan-Moss committed 346e7b53:
A few more shell command tests and fixes to the bugs the new tests found.

-
Jacob Kaplan-Moss committed 4d3e4bce:
Push 1.0a1 to pypi.

-
Jacob Kaplan-Moss committed a09c5c2c:
Added a few docstrings, a minimal Sphinx doc set, and made sure ever thing works together. Now to write some real docs...