I hereby claim:
- I am patforna on github.
- I am patforna (https://keybase.io/patforna) on keybase.
- I have a public key whose fingerprint is 5A60 EA90 21C5 0C18 059F 7F4B 2BF2 F336 B8AE 9C12
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Effective software delivery teams with technical point of contact.
Software delivery team.
class Simian < Formula | |
desc "Simian (Similarity Analyser) identifies duplication in a number of programming languages and even plain text files." | |
homepage "http://www.harukizaemon.com/simian" | |
url "http://www.harukizaemon.com/simian/simian-2.4.0.tar.gz" | |
sha256 "6d41d8cac8a3e6b8e219d0eafea4b59ac2b641c1b6e72070ed3969738160f38d" | |
def install | |
libexec.install "bin/simian-2.4.0.jar" | |
(bin+'simian').write <<-EOS.undent | |
#!/bin/sh |
""" | |
This code is based on https://github.com/DataDog/dd-trace-py/blob/3f7fbe920d8d8195e4028e522cbe43a974fe91f2/ddtrace/contrib/flask/middleware.py | |
Copyright (c) 2016, Datadog <[email protected]> | |
""" | |
import logging | |
from ddtrace import compat | |
from ddtrace.ext import http, errors, AppTypes | |
from ddtrace.propagation.http import HTTPPropagator |