moraes / tipfy (http://code.google.com/p/tipfy/)

Tipfy is a cute little Python framework for App Engine which follows the basic concepts of web.py and webapp. It is built on top of Werkzeug's WSGI utilities and is really small but powerful.

Clone this repository (size: 1.9 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/moraes/tipfy/

Shortlog (showing r: (tip) → r0:)

Age Author Message A M D

No changesets recorded yet.

Quickstart

$ hg clone http://bitbucket.org/moraes/tipfy/
...
$ hg pull -u # to pull changes and update
$ hg push # to push changes to this repo
						

Import existing data?

$ cd /path/to/existing/hg/repo/
$ hg push http://bitbucket.org/moraes/tipfy/
						

Prefer SSH?

$ hg clone ssh://hg@bitbucket.org/moraes/tipfy/
$ hg push ssh://hg@bitbucket.org/moraes/tipfy/
						

Further reading: "Using Bitbucket" & "Getting started with Mercurial"