Metadata-Version: 2.1
Name: pyosirix_example_project
Version: 0.0.1.dev19
Summary: An example of a Python project that can be used to install into OsiriX
Author-email: Matthew D Blackledge <matthew.blackledge@icr.ac.uk>
Maintainer-email: Matthew D Blackledge <mattyblackledge@gmail.com>
Keywords: Dicom,Medical Imaging,Image Processing
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Description-Content-Type: text/markdown
License-File: LICENSE

# pyOsiriX Example Project
An example project to demonstrate a method for creating a full project for use in pyOsiriX.

![WelcomeOsiriXgrpc!](https://raw.githubusercontent.com/osirixgrpc/pyosirix_example_project/main/docs/assets/explanation.png)

Tools used here:

 - [PIP](pip.md): Used for packaging your code for your users.
 - [GitHub](github.md): Used for CI/CD and version control.
 - [DVC](dvc): Used for model or data versioning.
 - [pyTest](pytest.md): Used for testing your code automatically.
 - [MkDocs](mkdocs.md): Used for generating documentation.
 - [bump2version](bumpversion.md): Used for semantic version control.
 - [gRPC](grpc): Used to communicate with the server and with osirix.
