blobpack 0.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
blobpack/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+ """Placeholder: reserves the blobpack name on PyPI."""
2
+ __version__ = "0.0.0"
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.5
2
+ Name: blobpack
3
+ Version: 0.0.0
4
+ Summary: Placeholder release reserving the name. Blob Pack: dataset media as plain STORED zip shards.
5
+ Author: Suhwan Choi
6
+ License-Expression: Apache-2.0
7
+ Requires-Python: >=3.9
8
+ Description-Content-Type: text/markdown
9
+
10
+ # blobpack
11
+
12
+ Name reservation for the Blob Pack reference implementation. First real release coming soon.
@@ -0,0 +1,4 @@
1
+ blobpack/__init__.py,sha256=RKzECSAQhdSFtFln_R49YB8QLGxQJadhld07Fy121-Q,77
2
+ blobpack-0.0.0.dist-info/METADATA,sha256=r0Eh827gI3lkV6_jCrytvge47NW755fjSNNOWKzzx3g,374
3
+ blobpack-0.0.0.dist-info/WHEEL,sha256=zOwg4jB6zX2kU910N-cMawjivD6tO8NEWvE12je1bVk,87
4
+ blobpack-0.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.32.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any