murakami

View on PyPIReverse Dependencies (0)

0.1.0 murakami-0.1.0-py3-none-any.whl

Wheel Details

Project: murakami
Version: 0.1.0
Filename: murakami-0.1.0-py3-none-any.whl
Download: [link]
Size: 22712
MD5: 4636b3c1dbc897a970affd6e088a388d
SHA256: 2388f0c0c76134434b245bb92570c0cb5e674f920ce4b7f88a2a3a40433ee344
Uploaded: 2019-10-25 00:25:29 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: murakami
Version: 0.1.0
Summary: A webthings-compliant network measurement tool from M-Lab.
Author: Josh King
Author-Email: josh[at]throneless.tech
Home-Page: https://github.com/throneless-tech/murakami
Project-Url: Repository, https://github.com/throneless-tech/murakami
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6,<4.0
Requires-Dist: apscheduler (<4.0,>=3.6)
Requires-Dist: configargparse (<0.15.0,>=0.14.0)
Requires-Dist: jsonlines (<2.0,>=1.2)
Requires-Dist: livejson (<2.0,>=1.8)
Requires-Dist: paramiko (<3.0,>=2.6)
Requires-Dist: scp (<0.14.0,>=0.13.2)
Requires-Dist: tomlkit (<0.6.0,>=0.5.5)
Requires-Dist: webthing (<0.13.0,>=0.12.0)
Description-Content-Type: text/markdown
[Description omitted; length: 8107 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 0.12.17
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
murakami/__init__.py sha256=QONE21XVd_BB97Z_q5MFcSDBvTPnOh3X9EKUGHsbKoA 473
murakami/__main__.py sha256=9PRyk4bdbAFjFhIImew37xylszSiVLjbnI-4WvBCptc 6472
murakami/defaults.py sha256=PaPl_DJk2efVu49IKG9xVz9lgkPy3cw2CJvysDO8VV4 279
murakami/errors.py sha256=kPRM4iSfOAVVriB11LgxVKqbBcdaDz_O9Xg2-rwFhg8 728
murakami/exporter.py sha256=s8rSpAvaNr1ropDh0NKev8LZVlNmCuXoTXHpbjiKUpY 2093
murakami/exporters/gcs.py sha256=3pdtVBIHVULmg61KXC3IHVm8-9tLlZHXmiS57il3IVo 2279
murakami/exporters/local.py sha256=w6b_i4r8Ao3L_sXRR4UYIWnlHNjNXlJZpHvDXxqme-A 1256
murakami/exporters/scp.py sha256=-ne5_-nQyOCNMSONjCC2GjWmLeapVwKg9SdKMau7iL8 2693
murakami/runner.py sha256=hPxoytFXIPixfbDAQbuGcBIu1k9RXYOZzEKbaapmNjg 2610
murakami/runners/dash.py sha256=ChDG-sdGAR89RG0ULM_T8GzIhQo8K3edsWd5Odol7Xw 1111
murakami/runners/libndt5.py sha256=LO0wdA7G_7lLhsYwqMdKrL8AEhgh9DTtzfOtDZskZmw 1394
murakami/runners/libndt7.py sha256=KtDHMD7kAYgXOqxGXklwcvw_esbkJ0lNW-OgYzyS4U8 1424
murakami/runners/speedtest.py sha256=ZkYWx_BugQIF27ZsDQYmBhXuxpu_uyRZNVfu6cYZ6pY 1171
murakami/server.py sha256=a8yVaA_DS2xolnL-1CgZ-ESYipD0HJK1sCj304HpVA8 8636
murakami/thing.py sha256=AVFqBiaAlrmDKaPWXX6NDqjVeXwygmGIPBZAaILhg8Y 1189
murakami/utils.py sha256=GFE-p4nLbpby60IRBUZDBzOA8WOl6hBX2BGCuXjEU-c 212
murakami-0.1.0.dist-info/entry_points.txt sha256=WhWhav5iyeRvJH3u1qnnSD4Qk6rlc4Bpy6o0--RBSu4 393
murakami-0.1.0.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
murakami-0.1.0.dist-info/WHEEL sha256=f_L0I4hqSDuunYLcjib7afhVEQa4uCwremk0_wPx54s 85
murakami-0.1.0.dist-info/METADATA sha256=FJypsmDg-3UTfMAdJMqGRROk3aiLAgrocu1h_xBF6Lk 9026
murakami-0.1.0.dist-info/RECORD

entry_points.txt

murakami = murakami.__main__:main
gcs = murakami.exporters.gcs:GCSExporter
local = murakami.exporters.local:LocalExporter
scp = murakami.exporters.scp:SCPExporter
dash = murakami.runners.dash:DashClient
ndt5 = murakami.runners.libndt5:LibndtClient
ndt7 = murakami.runners.libndt7:LibndtClient
speedtest = murakami.runners.speedtest:SpeedtestClient