Saturday, September 23, 2006

ipython bitbucket 7zip and Tabs for Amazon S3

Download ipython
or run ipython
for windows
http://ipython.scipy.org/dist/ipython-0.7.2.win32.exe


Download Bitbucket
http://garnaat.org/bitbucket/BitBucket-0.3e.tar.gz


download 7zip and unzip it
use it to unzip bitbucket
and

right click on mycomputer and goto advanced tab, add c:\python\ or whichever dir python is python24 or python25 to path

and then open a new cmd window goto where bitbucket is unzipped

run python setup.py install

now you ve installed bitbucket, same method of installation for most of python packages

now open ipython

run
import bitbucket

bitbucket.c
press tab

it autocompletes
type it out as
a= bitbucket.connect('Access', 'Secret')


a is a bitbucket object to interact with S3
try out a. press tab

No comments: