PK!sfbouchon/__init__.pyfrom flask import Flask, request, jsonify import os app = Flask(__name__) __version__ = "0.1.0" @app.route("/") @app.route("/") def show_subpath(path=""): return jsonify( { "request": { "method": request.method, "path": request.path, "full_path": request.full_path, "headers": dict(sorted(request.headers.items())), }, "system": {"env": dict(sorted(os.environ.items()))}, } ) PK!eLLbouchon/__main__.pyfrom bouchon import app if __name__ == '__main__': app.run(debug=True) PK!HڽTUbouchon-0.1.2.dist-info/WHEEL A н#Z;/"d&F[xzw@Zpy3Fv]\fi4WZ^EgM_-]#0(q7PK!Hl;Ab bouchon-0.1.2.dist-info/METADATAMO1stB#q%<.Ciܶڏ޲!jy<3'SC4)h-YVswN|GklSI}nVlL.79}P󖌃:/B{aHWKg6c=_.&8ϯQ۞b4åydq6t.*|X;O861)8wZ.jyrٙ7H3K/PK!HoEFbbouchon-0.1.2.dist-info/RECORDuϹ@oAA(@].Eifmd %TCU: iI0d tY#2(k1Q:1"sy}~nTdPW*"Z\v$;n=?3WG/8dFZ$23 zH{16s nYʐi^kΌH/̓Ӥ2hSuS%39HӵrAtizO4_]OsHg bvuVoPK!sfbouchon/__init__.pyPK!eLL3bouchon/__main__.pyPK!HڽTUbouchon-0.1.2.dist-info/WHEELPK!Hl;Ab ?bouchon-0.1.2.dist-info/METADATAPK!HoEFbXbouchon-0.1.2.dist-info/RECORDPKg