Metadata-Version: 2.4
Name: DiskWrangler
Version: 3.3.2
Summary: Cenbe's Commodore 64 Disk Image Explorer
Author-email: Glenn Holmer <cenbe@protonmail.com>
Project-URL: Repository, https://codeberg.org/Cenbe/diskwrangler.git
Keywords: Commodore,GEOS
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: jproperties>=2.1.2
Requires-Dist: d64py>=3.2.0
Requires-Dist: d64gfx>=1.1.0
Requires-Dist: PyQt6==6.10.1
Requires-Dist: PyQt6-Qt6==6.10.1
Requires-Dist: PyQt6-sip>=13.10.3
Requires-Dist: importlib-metadata; python_version >= "3.13"
Dynamic: license-file

### This is Cenbe's Disk Wrangler, an explorer for Commodore 64 disk images written in Python and Qt.

To install, follow these steps:

* You must have Python 3 installed for your operating system. Debian users may need to install qt6-base-dev.

* It's recommended to install into a virtual environment. You can install from PyPI:

    * pip install DiskWrangler

* Run the program:

    * python -m diskwrangler

There's a [video](https://youtu.be/CPXo1-wwHVw) of the Wrangler in action that will give you an idea of what it can do.
