Skip to main content

HTTP request signing library.Provides private key URL signing for secure HTTP requests.

Project description

hancock 1.1.0

HTTP request signing library.

Here’s a simple usage example:

import hancock

if __name__ == "__main__":
        url = "http://localhost:8000/service/"
        qs = { "color": "green" }

        url = hancock.sign(public_key, private_key, url, query)
        print(url)

        r = hancock.get(public_key, private_key, url, query)
        print(r.json())

get hancock

Install requests:

sudo easy_install hancock

Download the latest release from Python Package Index or clone the repository

More documentation is on it’s way (check the site for updates)

Provide any feedback and issues on the bug tracker, that should be coming soon.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hancock-1.1.0.tar.gz (8.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page