Metadata-Version: 2.2
Name: slicer-core
Version: 5.11.0.3
Summary: 3DSlicer Core libraries as a python standalone project
Keywords: Python,VTK,ITK,3DSlicer,Slicer,Medical
Author-Email: Kitware Europe <kitware@kitware.eu>, Alexy Pellegrini <alexy.pellegrini@kitware.com>
License: Apache 2.0 License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: C++
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Requires-Python: >=3.10
Requires-Dist: vtk==9.6.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: virtualenv; extra == "test"
Description-Content-Type: text/markdown

# Slicer Core

SlicerCore, formally known as "VTK MRML", is an alternative build-system for the 3DSlicer project.  
It is intended to build a Python Package (wheel) from the core libraries and loadables modules of 3DSlicer.

## Documentation and Examples

- **[3DSlicer API documentation](https://apidocs.slicer.org/main/index.html)**
- **[trame-slicer](https://github.com/KitwareMedical/trame-slicer)**: slicer-core usage example.

## Acknowledgments

This project uses [3D Slicer](https://www.slicer.org/) source code, an open-source software platform for medical image informatics, image processing, and three-dimensional visualization:  
Fedorov A., Beichel R., Kalpathy-Cramer J., Finet J., Fillion-Robin J-C., Pujol S., Bauer C., Jennings D., Fennessy F.M., Sonka M., Buatti J., Aylward S.R., Miller J.V., Pieper S., Kikinis R. [3D Slicer as an Image Computing Platform for the Quantitative Imaging Network](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3466397/pdf/nihms383480.pdf). Magnetic Resonance Imaging. 2012 Nov;30(9):1323-41. PMID: 22770690. PMCID: PMC3466397.

## License

Apache License, Version 2.0.
See LICENSE file for details.
