Python bindings to chd-rs
Project description
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)
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
chd_rs_py-0.1.5.tar.gz
(5.5 kB
view details)
Built Distributions
File details
Details for the file chd_rs_py-0.1.5.tar.gz
.
File metadata
- Download URL: chd_rs_py-0.1.5.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.13.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d2711373a4ce0a80b8084b1126efe00c090cb7762741ec2b2ae5d11925de422 |
|
MD5 | a7ea879180c23f14006444162bcd60de |
|
BLAKE2b-256 | ea605b944ca6b8e9ef34ae67d22b90805193c4c6d4589d8bb30d8f1e51c5c3b2 |
File details
Details for the file chd_rs_py-0.1.5-cp37-none-win_amd64.whl
.
File metadata
- Download URL: chd_rs_py-0.1.5-cp37-none-win_amd64.whl
- Upload date:
- Size: 229.8 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.13.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7296be51a1ce0e1e5f65cbb8eed44c9339f4b45f39a027c8c943b0c77bb0871 |
|
MD5 | 2a53fce7f28c4acef17d0029ade862e5 |
|
BLAKE2b-256 | f8b511fa853af4a1aad7ca4e694d6cbe8ac81436d5005853309c6afe2905b0e3 |
File details
Details for the file chd_rs_py-0.1.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
.
File metadata
- Download URL: chd_rs_py-0.1.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.7m, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.13.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cbab79f57a7a03caa835714bd754ddced8eb60264c5dc13f1168a89b3670ec6 |
|
MD5 | 124a78cd612d177bd7fbdf921444143b |
|
BLAKE2b-256 | 9b75518a67525a060a7922c561bd5d2402df0a1ff6e1bcf7ba5ca887b631b639 |