doh-proxy

View on PyPIReverse Dependencies (0)

0.0.9 doh_proxy-0.0.9-py3-none-any.whl

Wheel Details

Project: doh-proxy
Version: 0.0.9
Filename: doh_proxy-0.0.9-py3-none-any.whl
Download: [link]
Size: 23668
MD5: 680a6ba78c9adcdd74f4a682ccfd17be
SHA256: bdd6013043c10ec2dd860fa735726199de4ef60eafe11d53238385f70bf96c3e
Uploaded: 2019-07-04 09:21:25 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: doh-proxy
Version: 0.0.9
Summary: A client and proxy implementation of https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-13
Author: Manu Bretelle
Author-Email: chantra[at]fb.com
Home-Page: https://github.com/facebookexperimental/doh-proxy
License: BSD
Keywords: doh proxy dns https
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Utilities
Requires-Dist: aioh2 (>=0.2.1)
Requires-Dist: aiohttp (>=2.3.0)
Requires-Dist: dnspython
Requires-Dist: aiohttp-remotes (>=0.1.2)
Requires-Dist: colour-runner; extra == "integration_tests"
Provides-Extra: integration_tests
Description-Content-Type: text/markdown
[Description omitted; length: 4856 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.33.4)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
dohproxy/__init__.py sha256=LwAiEKYy2yubVPdoZo1sQ4K2Pox832GyiFjQckodikw 250
dohproxy/client.py sha256=3L6WzvMCer_Qm0eLhyJ6N6C8ggO_UF1YpbAGJlGWnjc 1525
dohproxy/client_protocol.py sha256=mlWdmi-61c56FvKZl5XO11PLmR76iKzigm1CQQq_cik 5018
dohproxy/constants.py sha256=8z-twwHpYbtGEO4ulioWkigraI-GoJlchFf5SqfCR-A 375
dohproxy/httpproxy.py sha256=OuDuY82rfjf-n4mOEf41H5UR6h6H5rSwmSptt58aGdM 5127
dohproxy/integration.py sha256=5tj3KffGNvw-MU_aVHGBex_mpTwK_r_w7RHIL4KdZAo 10004
dohproxy/protocol.py sha256=Y3Xi47BhzSum3eSnRtOpUh9HVQvau8RnJ4u9ctzme74 5876
dohproxy/proxy.py sha256=2imHQ9OOpWyVgaxrHUSxyDLx11koAm0yav4SXK4e3wA 10027
dohproxy/server_protocol.py sha256=ckLUDoffYdwa8JApIXUSd2oZHiuSQN8d1Blu9NlyDDo 5353
dohproxy/stub.py sha256=n-QGmyNpvD7wGENGry8-VUuo0REKcePEQuGHHGn6I70 1376
dohproxy/utils.py sha256=dnGPyP-Ke751NxvLlPdH7Hj2j2-7DSGanigrZ7rHQew 10283
doh_proxy-0.0.9.dist-info/LICENSE sha256=DQv1M5sJbT3cfs8ffc0h1sQkENmhPdknt-9kxtdWotc 1530
doh_proxy-0.0.9.dist-info/METADATA sha256=W2qVSKx5xksSIo8VMMyIzqOV0nJWZhTC-b6RsU-n78U 5880
doh_proxy-0.0.9.dist-info/WHEEL sha256=S8S5VL-stOTSZDYxHyf0KP7eds0J72qrK0Evu3TfyAY 92
doh_proxy-0.0.9.dist-info/entry_points.txt sha256=D49rgqIn7zxK2iTk5ubnacQceX4fQ_0BFN1Z2YS40P0 155
doh_proxy-0.0.9.dist-info/top_level.txt sha256=sdFAaXWIspBGyGZ5MYzaHvJXt9mc_FWaal7OxxbjwzY 9
doh_proxy-0.0.9.dist-info/RECORD

top_level.txt

dohproxy

entry_points.txt

doh-client = dohproxy.client:main
doh-httpproxy = dohproxy.httpproxy:main
doh-proxy = dohproxy.proxy:main
doh-stub = dohproxy.stub:main