metsuri

View on PyPIReverse Dependencies (0)

0.5.0 metsuri-0.5.0-py3-none-any.whl

Wheel Details

Project: metsuri
Version: 0.5.0
Filename: metsuri-0.5.0-py3-none-any.whl
Download: [link]
Size: 14351
MD5: c3f7cb6ecac230d9ab5a9319cc43a8c7
SHA256: cdcc86eb83dd1892883ae09e0efd475eb301f01b8926ab59f8c251e1ab599200
Uploaded: 2024-05-06 16:37:30 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: metsuri
Version: 0.5.0
Summary: Serial log collector and uploader
Author: Sami J. Lehtinen
Author-Email: sami.lehtinen[at]kone.com
Home-Page: https://github.com/koneopen/metsuri
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: docopt (>=0.6.2)
Requires-Dist: boto3 (>=1.16)
Requires-Dist: pyserial (>=3.4)
Requires-Dist: rich (>=9.0)
Requires-Dist: freezegun; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: tox-pyenv; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3339 characters]

WHEEL

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

RECORD

Path Digest Size
metsuri/VERSION sha256=oK1QZAE5pST4ZZEVcUW_HUZ06pwGW_6iFVjw97BEMMg 6
metsuri/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
metsuri/log_check.py sha256=x4XDkmcyMaAk7lxeGayRBDgwhpmSNClB-ABVY9hOP3s 982
metsuri/log_download.py sha256=XNXkNN5fYQ4qmohs-yJIuuuhwO4hSWUIbASAOzuR5XI 6477
metsuri/log_generate.py sha256=BReccRT8sWp0zPqdlldu-E1OjwSSej_DefcBWobJY3Q 713
metsuri/log_uploader.py sha256=XNgQD7Ukt5-4M3ub5kxG1GjsrV_ACIGdktCpIeHwYz8 14081
metsuri/serial_logger.py sha256=hbMRiNAchiR_ydxrxCtHoSQY6LmyjnPoVzkB21paQZE 5839
metsuri-0.5.0.dist-info/LICENSE sha256=_ZlItgzI8B2CxnrALlF-KY2gobCDOOLPew9hm9T-c0c 1059
metsuri-0.5.0.dist-info/METADATA sha256=nXTveU5WSrVyrG6yri5pSWbS3-XRxfuOFECEJj47vPQ 4113
metsuri-0.5.0.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
metsuri-0.5.0.dist-info/entry_points.txt sha256=z47s3qsJtNFU1WVypG8q3CQF_FCPFT_Ro4kxp63Y8IU 219
metsuri-0.5.0.dist-info/top_level.txt sha256=MS881vOIamNsLne3LdQ6IWohAFO2sp_aF6R9Owco4hc 8
metsuri-0.5.0.dist-info/RECORD

top_level.txt

metsuri

entry_points.txt

log-check = metsuri.log_check:main
log-download = metsuri.log_download:main
log-generate = metsuri.log_generate:main
log-uploader = metsuri.log_uploader:main
serial-logger = metsuri.serial_logger:main