Metadata-Version: 2.4
Name: tapfile
Version: 2.0
Summary: Read and write Commodore tape images
Author-email: Simon Rowe <srowe@mose.org.uk>
License-Expression: GPL-2.0
Project-URL: homepage, https://eden.mose.org.uk/gitweb/?p=python-cbmfiles.git
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# tapfile

This Python module enables access to tape image files (.tap) used by various Commodore microcomputer emulators and tools.

It provides a simple interface to read and write program and data files within an image.


## TODO

- Detailed documentation
- better docstrings
