Metadata-Version: 2.4
Name: histopia
Version: 0.0.1
Summary: Histology Spatial Topology for Omics Profiling and Inter-section Alignment
Project-URL: Homepage, https://github.com/oncologylab/histopia
Project-URL: Repository, https://github.com/oncologylab/histopia
Project-URL: Issues, https://github.com/oncologylab/histopia/issues
Author: Oncology Lab
License: License pending
License-File: LICENSE
Keywords: computational-pathology,histology,image-registration,spatial-omics,tissue-sections
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
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 :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == 'dev'
Requires-Dist: pytest>=8; extra == 'dev'
Requires-Dist: ruff>=0.6; extra == 'dev'
Requires-Dist: twine>=5; extra == 'dev'
Description-Content-Type: text/markdown

# Histopia

**Histology Spatial Topology for Omics Profiling and Inter-section Alignment**

Histopia is a computational research-software package for serial-section
histology and proteomic image analysis. The long-term goal is to support
inter-section image alignment, spatial topology reconstruction, protein and
marker intensity profiling, and later 3D reconstruction across tissue sections.

This `0.0.1` release is intentionally minimal. It reserves the package name and
establishes a maintainable Python package foundation before migrating research
pipelines from earlier codebases.

## Installation

```bash
pip install histopia
```

For local development:

```bash
python -m pip install -e ".[dev]"
python -m pytest
python -m ruff check .
```

## Current Status

Histopia is in the planning and scaffolding stage. Production image-analysis
APIs are not yet included in this initial release.

## License

The license is pending. See `LICENSE` for the current placeholder.
