Metadata-Version: 2.4
Name: ose-plugin-hierarchical-spreadsheets
Version: 1.4.2
Summary: OntoSpreadEd plugin for hierarchical spreadsheet generation
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: networkx>=3.6.1
Requires-Dist: ose-core==1.4.2
Requires-Dist: scipy>=1.17.0

# OSE Plugin: Hierarchical Spreadsheets

OntoSpreadEd plugin for generating hierarchical spreadsheet exports during ontology releases.

## Description

This plugin adds a release step that generates hierarchical spreadsheet representations of ontologies. It exports ontology structures in a format that preserves parent-child relationships in an easy-to-read tabular format.

## Installation

```bash
pip install ose-plugin-hierarchical-spreadsheets
```

## Requirements

- Python 3.12+
- ose-core

## Usage

Add the `GenerateHierarchicalSpreadsheetReleaseStep` to your release script configuration to include hierarchical spreadsheet generation in your release pipeline.

## License

LGPL-3.0-or-later
