Metadata-Version: 2.1
Name: orthanc-server-extensions
Version: 2.2.1
Summary: A simple Orthanc python plugin based framework to extend Orthanc’s feature set with testable python scripts.
Home-page: https://github.com/walkIT-nl/orthanc-server-extensions
Author: WalkIT
Author-email: code@walkit.nl
License: GNU General Public License v3
Keywords: orthanc testing
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: requests
Requires-Dist: dataclasses

=========================
Orthanc Server Extensions
=========================


.. image:: https://img.shields.io/pypi/v/orthanc-server-extensions.svg
        :target: https://pypi.python.org/pypi/orthanc-server-extensions

.. image:: https://travis-ci.com/walkIT-nl/orthanc-server-extensions.svg?branch=main
        :target: https://travis-ci.com/walkIT-nl/orthanc-server-extensions

.. image:: https://readthedocs.org/projects/orthanc-server-extensions/badge/?version=latest
        :target: https://orthanc-server-extensions.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/walkit/orthanc-server-extensions/shield.svg
     :target: https://pyup.io/repos/github/walkIT-nl/orthanc-server-extensions/
     :alt: Updates



A simple Orthanc python plugin based framework to extend Orthanc’s feature set with testable python scripts.


* Free software: GNU General Public License v3
* Documentation: https://orthanc-server-extensions.readthedocs.io.


Features
--------

* run (integration) tests for your Orthanc python scripts


Running
-------

`docker-compose up --build` should greet you with 'orthanc started event handled!' message

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2021-01-09)
------------------

* First release on PyPI.


