file like object for zstandard
Project description
read
import zd
with zd.open(
"./test.zd"
) as f:
for i in f:
print(i)
write
import zd
# argsument level is optional, default is 10
with zd.open( "./test.zd", "w", level=10) as f:
for i in range(10):
f.write(i)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zd-0.0.4.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
zd-0.0.4-py3-none-any.whl
(8.0 kB
view details)
File details
Details for the file zd-0.0.4.tar.gz.
File metadata
- Download URL: zd-0.0.4.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08dfb1a0bb41b03fb80f8cca64421f5af11dbb6a9e87ac2ba7da9b204fd89bf9
|
|
| MD5 |
4d225466ab7e2a1b9e96e6a0f65c6996
|
|
| BLAKE2b-256 |
8913b5cdcb2b68fd4d28bc954cf3955f1ab50a8abdfdbe5cc8d7f37d8215ef0e
|
File details
Details for the file zd-0.0.4-py3-none-any.whl.
File metadata
- Download URL: zd-0.0.4-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fffebe4a6ec015d86a000638c4c91c3658cf4682c23778ec4baad9f100a4dfeb
|
|
| MD5 |
de0cd0ed919453a5370d505204d9325a
|
|
| BLAKE2b-256 |
6b53d24a243078bb74a3813631a5582533387a690a11da4290602806b889bf43
|