I hereby claim:
- I am jnhmcknight on github.
- I am jnhmcknight (https://keybase.io/jnhmcknight) on keybase.
- I have a public key whose fingerprint is 6354 4B36 99BD 04CC 56B2 63F1 D2C8 64A5 BAC3 1834
To claim this, I am signing this object:
""" | |
Utilities for use with Mandrill Webhooks | |
requirements: | |
- six | |
- email-reply-parser (git+https://github.com/atc0m/email-reply-parser.git#egg=email_reply_parser) | |
""" | |
import base64 |
#!/usr/bin/env python | |
""" | |
Usage: python ./inject_ca.py <path/to/new/ca.crt> [<path/to/other/new/ca.crt> [...]] | |
""" | |
import certifi | |
import os | |
import re | |
import sys |
#!/usr/bin/env python | |
# Concept taken from http://code.activestate.com/recipes/527747-invert-css-hex-colors/ | |
# Modified to take the css filename as an argument and also handle rgb() and rgba() values | |
# | |
# To run: | |
# python ./colour-inverter.py <path/to/file.css> | |
import os | |
import re |
# -*- coding: utf-8 -*- | |
from flask import Flask | |
import logging | |
import boto3 | |
import os | |
from copy import deepcopy |
I hereby claim:
To claim this, I am signing this object: