Metadata-Version: 2.4
Name: oaknut-afs
Version: 10.2.0
Summary: Acorn Level 3 File Server (AFS) filesystem support — the private on-disc format WFSINIT prepares in the tail of an old-map ADFS disc
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: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: oaknut-file>=10.0
Requires-Dist: oaknut-discimage>=10.0
Requires-Dist: oaknut-adfs>=10.0
Dynamic: license-file

# oaknut-afs

Python library for reading and writing Acorn Level 3 File Server (AFS)
disc partitions — the private on-disc filesystem that the Level 3 File
Server serves to BBC Micro, Master, and Archimedes clients over Econet.

AFS (identified by the `AFS0` magic in its info sectors) coexists with
ADFS on the same disc: WFSINIT — or oaknut's `initialise()` — shrinks
the ADFS partition and carves an AFS region out of the tail cylinders.

Part of the [oaknut](https://github.com/rob-smallshire/oaknut) monorepo.
