Metadata-Version: 2.4
Name: docc-parser
Version: 0.1.0
Summary: A Sphinx extension for parsing and integrating Apple DocC documentation.
License-Expression: BSD-2-Clause
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: docutils>=0.22.4
Requires-Dist: sphinx>=9.1.0
Dynamic: license-file

# docc-parser

A Sphinx extension for parsing and integrating Apple DocC documentation directly into Sphinx.

## Overview

This package uses a Swift-based C API bridge to parse `.docc` archives in memory, allowing them to be processed directly by Sphinx to generate HTML documentation. It is designed to expose DocC concepts cleanly to the Python world without relying on subprocess execution.

## Notes
This project is mostly AI generated. Use at your own risk. 

## License

This project is licensed under the BSD 2-Clause License. See the [LICENSE](LICENSE) file for details.
