with-cloud-blob

View on PyPIReverse Dependencies (0)

0.4.4 with_cloud_blob-0.4.4-py3-none-any.whl

Wheel Details

Project: with-cloud-blob
Version: 0.4.4
Filename: with_cloud_blob-0.4.4-py3-none-any.whl
Download: [link]
Size: 19656
MD5: bdc56b373aae43376039f54487cb8a2a
SHA256: f610d6ee246b95af6d46cd82b9dff81e06476dcd05207f4dcd04d280f65f7dc8
Uploaded: 2020-07-08 09:28:34 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: with-cloud-blob
Version: 0.4.4
Author: Kyrylo Shpytsya
Author-Email: kshpitsa[at]gmail.com
Home-Page: https://github.com/kshpytsya/with-cloud-blob
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.7, <3.9
Requires-Dist: atomicwrites (<2,>=1.4.0)
Requires-Dist: boto3 (<2,>=1.14.18)
Requires-Dist: click (<8,>=7.1.2)
Requires-Dist: click-log (<1,>=0.3.2)
Requires-Dist: fastavro (<1,>=0.23.5)
Requires-Dist: filelock (<4,>=3.0.12)
Requires-Dist: implements (<1,>=0.2.0)
Requires-Dist: pynacl (<2,>=1.4.0)
Requires-Dist: python-dynamodb-lock (<1,>=0.9.1)
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
[Description omitted; length: 483 characters]

WHEEL

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

RECORD

Path Digest Size
with_cloud_blob/__init__.py sha256=JD8O7Zwsb8LKNBRFsiP7UMu1lzW5NKB4aNNwksQX8Mg 130
with_cloud_blob/_cli.py sha256=9OE2WsNq2LqXlk3uF4IxefhmmsfLfrTp0xHItNtmuvs 17548
with_cloud_blob/_crypto.py sha256=smvJhLpjFOFFAnVIJwFCoCuwOygx-vPioGBBWvgFnfk 20331
with_cloud_blob/_log.py sha256=RaXqPESJCmLs8VsI17nf-XVr4g-_p4AsGMhfG0ED5bo 669
with_cloud_blob/backend_intf.py sha256=y_cD32swBCy-_qVYiyBiaj2WdfyEpx-Zw5Aau_MJ830 1677
with_cloud_blob/crypto_schemas.json sha256=WoTeEqNlA6sESbtFTK1wYaRfRNHmf_QEkESTPZE-dCc 1737
with_cloud_blob/backends/__init__.py sha256=KSLGmt22-ExVWhgO-Bd6n8gU3pW0ZiQiQjwDxpqDR6o 1074
with_cloud_blob/backends/_boto_helpers.py sha256=3m-11tIgMEVt3urW5TWAoR8wq3D3s5_BN9-h_Qz3frY 757
with_cloud_blob/backends/lock_dynamodb.py sha256=ff2vpA2uJqRecaRt9BUXf8xm-27r_73waz8CenrrW8M 1809
with_cloud_blob/backends/lock_file.py sha256=AP5XyLSUgwg8q6PeGYrfonxiM0AHrvzbwhg4X0VvlAY 560
with_cloud_blob/backends/storage_file.py sha256=9BM7CP6y2YmDO2vfbDl9RYntipEMVembO7X55MDx-QA 1065
with_cloud_blob/backends/storage_s3.py sha256=KNitA1_A3CLYOPcmvce5J9M5SQ4kVLjle4FKfXCHezc 7851
with_cloud_blob-0.4.4.dist-info/LICENSE sha256=U48A2zyMhCSnAgyPT2tRmC9IJozBqsub5Bjk-1bKY88 1072
with_cloud_blob-0.4.4.dist-info/METADATA sha256=CpcIoDomwAl1TnXGeQp1lJZMFcTNtGhM8NmjtxHtAuY 1739
with_cloud_blob-0.4.4.dist-info/WHEEL sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY 92
with_cloud_blob-0.4.4.dist-info/entry_points.txt sha256=v1isSrNhz9-0LbwFek5x0nX7Zhc8uidbZSufHrqZBqU 342
with_cloud_blob-0.4.4.dist-info/top_level.txt sha256=6NQzzOGvRQZ2oT3R9X_Y9iya6gEBCxpTmgOdyiWVeS8 16
with_cloud_blob-0.4.4.dist-info/RECORD

top_level.txt

with_cloud_blob

entry_points.txt

with-cloud-blob = with_cloud_blob._cli:main
dynamodb = with_cloud_blob.backends.lock_dynamodb:Backend
file = with_cloud_blob.backends.lock_file:Backend
file = with_cloud_blob.backends.storage_file:Backend
s3 = with_cloud_blob.backends.storage_s3:Backend