Metadata-Version: 2.4
Name: oaknut-discimage
Version: 10.5.0
Summary: Disc image sector abstractions shared by Acorn filesystem packages
Author-email: Robert Smallshire <robert@smallshire.org.uk>
License-Expression: MIT
Project-URL: Homepage, https://github.com/rob-smallshire/oaknut
Project-URL: Repository, https://github.com/rob-smallshire/oaknut
Project-URL: Issues, https://github.com/rob-smallshire/oaknut/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: System :: Filesystems
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: oaknut-file>=10.0
Dynamic: license-file

# oaknut-discimage

Sector-level disc image abstractions shared by the oaknut filesystem
packages. Provides `Surface`, `SectorsView`, `UnifiedDisc`, and the
generic `DiskFormat` dataclass used by `oaknut-dfs`, `oaknut-adfs`,
and the forthcoming `oaknut-disc` CLI.

Part of the [oaknut](https://github.com/rob-smallshire/oaknut)
monorepo — see the top-level README for the wider family context.
