views:

289

answers:

3

I am writing a REST service in python and django and wanted to use Amazon's AWS authentication protocol. I was wondering if anyone knew of a python library that implemented formation of the header for sending and the validation of the header for recieving?

+2  A: 

Try this Library. I think it is the library you are searching for..

CalNet

You can find some Python Code Samples Here

Chathuranga Chandrasekara
A: 

boto is a Python library for AWS. I don't know however if it supports what you are asking for.

kgiannakakis
I know boto can form the aws header but I don't know if it can validate one.
Jason Christa
A: 

I think this code does exactly what you want :) I'll be happy to get comments for improvement if needed.

ScienceFriction