Metadata-Version: 2.1
Name: slicer-package-manager
Version: 0.9.0
Summary: Manage Slicer application and extension packages.
Author-email: Pierre Assemat <pierre.assemat@kitware.com>, Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
Maintainer-email: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
Project-URL: Documentation, https://slicer-package-manager.readthedocs.io
Project-URL: Source, https://github.com/girder/slicer_package_manager
Keywords: girder-plugin,slicer_package_manager
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: girder~=3.1.20
Requires-Dist: girder-hashsum-download~=3.1.20
Requires-Dist: html-sanitizer>=2.4.1
Provides-Extra: test
Requires-Dist: pytest~=7.4.0; extra == "test"
Requires-Dist: pytest-girder~=3.1.20; extra == "test"
Requires-Dist: pytest-lazy-fixture; extra == "test"
Requires-Dist: tox; extra == "test"
Requires-Dist: virtualenv; extra == "test"
Requires-Dist: ruff; extra == "test"

======================
Slicer Package Manager
======================

|CircleCI| |Documentation|

.. |CircleCI| image:: https://circleci.com/gh/girder/slicer_package_manager.svg?style=svg
    :target: https://circleci.com/gh/girder/slicer_package_manager
    :alt: Build Status

.. |Documentation| image:: https://readthedocs.org/projects/slicer-package-manager/badge/?version=latest
    :target: https://slicer-package-manager.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

The ``Slicer Package Manager`` includes a REST API service and CLI built on `Girder`_ for downloading, uploading
and organizing application and extension packages for both `3D Slicer`_ and `3D Slicer-based`_ applications.

.. _Girder: https://github.com/girder/girder
.. _3D Slicer: https://slicer.org
.. _3D Slicer-based: https://github.com/KitwareMedical/SlicerCustomAppTemplate


Documentation is available at https://slicer-package-manager.readthedocs.io

This software is licensed under the terms of the `Apache Licence Version 2.0 <https://github.com/girder/slicer_package_manager/blob/main/LICENSE>`_.

