capturejob

View on PyPIReverse Dependencies (0)

0.3.1 capturejob-0.3.1-py3-none-any.whl

Wheel Details

Project: capturejob
Version: 0.3.1
Filename: capturejob-0.3.1-py3-none-any.whl
Download: [link]
Size: 3305
MD5: 6bad1764083eda55bd05771da9d8ff17
SHA256: a21f858125d5f391614a2c1189469c9133b5d53cabf4c0f9324aca26b79f8f4a
Uploaded: 2022-03-13 06:00:16 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: capturejob
Version: 0.3.1
Summary: A library to capture job outputs to persistent storage
Author: aurecon
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8,<4.0
Requires-Dist: azure-storage-blob (<13.0.0,>=12.9.0)
Requires-Dist: dotmap (<2.0.0,>=1.3.26)
Requires-Dist: dyndebug (<0.3.0,>=0.2.0)
Requires-Dist: loguru (<0.6.0,>=0.5.3)
Requires-Dist: python-dotenv (<0.20.0,>=0.19.2)
Description-Content-Type: text/markdown
[Description omitted; length: 867 characters]

WHEEL

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

RECORD

Path Digest Size
capturejob/__init__.py sha256=WRc-LK-GNF9s1DeRqfo-4o-7dFuYiCBKco2vtS_C_zQ 1160
capturejob/__main__.py sha256=5xPLuTjZ5G392oqBBjLQ4-Xx82KCnjdjL_72pwwa424 48
capturejob/service/fileservice.py sha256=2n7y8svk1ytahzFUDYpSPuh7B7K-va5DAoeP7Cpeqek 1194
capturejob-0.3.1.dist-info/entry_points.txt sha256=Zyy6_5YB7zhRo6jfyaBfeSJcgKy1V5HaiIFbYrg83qk 63
capturejob-0.3.1.dist-info/WHEEL sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw 83
capturejob-0.3.1.dist-info/METADATA sha256=U9qr8s9QzphVn6mKk-zUCMPb6XgBJ9dXUrml4hTwot0 1554
capturejob-0.3.1.dist-info/RECORD

entry_points.txt

start = capturejob.main:main
test = pytest:main