Chd Rs Py 0.1.5 | Coderz Repository

chd-rs-py 0.1.5

Last updated:

0 purchases

chd-rs-py 0.1.5 Image
chd-rs-py 0.1.5 Images

Free

Languages

Categories

Add to Cart

Description:

chdrspy 0.1.5

chd-rs-py
Extremly basic Python bindings to chd-rs.
pip install chd-rs-py

Usage
from chd import chd_open

chd_file = chd_open("Test.chd")
metadata = chd_file.metadata()

for m in metadata:
print(m.tag(), m.data())

for h in range(len(chd_file)):
# read the hunk (as bytes)
hunk = chd_file.hunk(h)

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.