Read Commodore tape container images
Project description
t64
This Python module enables read access to C64s tape container files (.t64).
It provides methods to list and extract the files stored within a container, only PRG files are currently supported.
Examples
Classes reside in the t64 module, the whole module may be imported or just those definitions referenced by the user.
Displaying the contents of a container
To perform a directory list
from t64 import T64ImageReader
with T64ImageReader('example.t64') as t:
for line in t.directory():
print(line)
TODO
- detailed documentation
- better docstrings
- more examples
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file t64-1.2.tar.gz.
File metadata
- Download URL: t64-1.2.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
611ae5e35eb71cc24008d519b86d57576e9f906e8a2485d5c4eda618ce4d9858
|
|
| MD5 |
405dd98c7c8046b64a6e5463ea2c7779
|
|
| BLAKE2b-256 |
c9ed657eb8b11945426c3513fbd22125672b27cd9f59e5c53873f64a9cd581fa
|
File details
Details for the file t64-1.2-py3-none-any.whl.
File metadata
- Download URL: t64-1.2-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a53243f006f6e2bb24e05522ceddd52a1376b3ad0c52c9750a5d969573a6e24e
|
|
| MD5 |
ef34bcb921c0bfbf7cf40259de950b3c
|
|
| BLAKE2b-256 |
f3a203277b9fc9522e2995e6d02b3bf624fdb261c9d729409c4bc51ae8707737
|