vs-parsedvd
DVDs were an error.
A wrapper for DVD file structure and ISO files.
You can find me in the IEW Discord server, @Setsugennoao#6969.
How to install
Install vsparsedvd with the following command:
$ pip install vsparsedvd
Or if you want the latest git version, install it with this command:
$ pip install git+https://github.com/Irrational-Encoding-Wizardry/vs-parsedvd.git
Usage
After installation, functions can be loaded and used as follows:
from vsparsedvd import IsoFile, DGIndexNV
# Indexing with D2VWitch
haruhi = IsoFile(r".\Suzumiya_2009_DVD\KABA_6001.ISO")
...
# Indexing with DGIndexNV
haruhi = IsoFile(r".\Suzumiya_2009_DVD\KABA_6001.ISO", DGIndexNV())
ep1, ep2, dvd_menu = haruhi.get_title(None, [(0, 7), (8, 15), -1])
...
Release files for vsparsedvd 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vsparsedvd-0.1.0.tar.gz | 13.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vsparsedvd-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:31.2 kB
Release files / vsparsedvd-0.1.0.tar.gz
| Download URL | vsparsedvd-0.1.0.tar.gz |
|---|---|
| Size | 13.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a3cfde05445928d15471e82def9ed7a4a9a95d8ac0b0be03ae07800422b51395
|
|
BLAKE2b-256 checksum How to use checksums |
f0aae43f1a5a2b8371d5d8680d3cb23adc0000aab6ab05acb968074bfbe098dc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.15
|
Release files / vsparsedvd-0.1.0-py3-none-any.whl
| Download URL | vsparsedvd-0.1.0-py3-none-any.whl |
|---|---|
| Size | 17.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
490de3f0f3b0d4a64b4200687e5dfe8e7ed0c7a572a3693733d62959dcfc367d
|
|
BLAKE2b-256 checksum How to use checksums |
9eb26a9425729d1076c5dec04c8e12152d7b594b74328852e8ad3a8f6778ce8b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.15
|