Metadata-Version: 2.5
Name: pathology-image-features
Version: 0.2.0
Summary: Package implementation of terms from the Pathology Image Features Ontology (PIFO).
Author-email: Sam Border <sam.border2256@gmail.com>
License: LICENSE
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: girder-client>=5.0.10
Requires-Dist: graphviz>=0.21
Requires-Dist: large-image-converter>=1.34.2
Requires-Dist: lxml>=6.1.1
Requires-Dist: matplotlib>=3.10.9
Requires-Dist: ontology-package-boilerplate>=0.1.0
Requires-Dist: pandas>=3.0.3
Requires-Dist: pytest>=9.1.1
Requires-Dist: rasterio>=1.4.4
Requires-Dist: rdflib>=7.6.0
Requires-Dist: scikit-image>=0.26.0
Requires-Dist: shapely>=2.1.2
Requires-Dist: sphinx-rtd-theme>=3.1.0
Requires-Dist: sphinx>=9.0.4
Requires-Dist: typing-extensions>=4.15.0
Description-Content-Type: text/markdown

# pathology-image-features
Repository dedicated to defining a functional feature ontology for pathology data.

## Installation
`pathology-image-features` is deployed through PyPI and can be installed using:

```bash
$ pip install pathology-image-features
```

## Usage

Example script defining an image feature/calculating/visualizing/etc.

## Contributing

Find some example contribution guidelines and reference that in a separate file

## License

`pathology-image-features` is licensed under the terms of the MIT License.

## Citation
If you find this project to be useful in your own research, please consider citing:

```
@article{
    title={},
    author={},
    journal={},
    volume={},
    number={},
    pages={},
    year={},
    publisher={}
}
```



