Metadata-Version: 2.1
Name: c64os-util
Version: 0.0.1
Summary: A collection of utilities for dealing with C64 OS files.
Home-page: https://pypi.org/p/c64os-util
License: MIT
Keywords: commodore,c64,C64 OS
Author: voidstar
Author-email: voidstar@anachronauts.club
Requires-Python: >=3.10,<4.0
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Documentation, https://c64os-util.readthedocs.io/
Project-URL: Repository, https://github.com/woodrowbarlow/c64os-util
Description-Content-Type: text/markdown

# C64 OS Utilities

The `c64os_util` Python package provides a collection of classes, methods, and
scripts that allow you to parse, generate, or manipulate certain types of files
that are used in C64 OS. This package is useful to developers who are
cross-assembling C64 OS applications and wish to package up their resources as
part of the build pipeline.

For installation and usage instructions, or for an overview of features, please
refer to the [documentation](https://c64os-util.readthedocs.io/).

