Metadata-Version: 2.5
Name: pymedphys
Version: 0.42.0.dev0
Summary: Medical Physics library
Project-URL: Homepage, https://pymedphys.com
Project-URL: Repository, https://github.com/pymedphys/pymedphys
Project-URL: Documentation, https://docs.pymedphys.com
Author-email: PyMedPhys Contributors <developers@pymedphys.com>
License:                                  Apache License
                                   Version 2.0, January 2004
                                http://www.apache.org/licenses/
        
           TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
        
           1. Definitions.
        
              "License" shall mean the terms and conditions for use, reproduction,
              and distribution as defined by Sections 1 through 9 of this document.
        
              "Licensor" shall mean the copyright owner or entity authorized by
              the copyright owner that is granting the License.
        
              "Legal Entity" shall mean the union of the acting entity and all
              other entities that control, are controlled by, or are under common
              control with that entity. For the purposes of this definition,
              "control" means (i) the power, direct or indirect, to cause the
              direction or management of such entity, whether by contract or
              otherwise, or (ii) ownership of fifty percent (50%) or more of the
              outstanding shares, or (iii) beneficial ownership of such entity.
        
              "You" (or "Your") shall mean an individual or Legal Entity
              exercising permissions granted by this License.
        
              "Source" form shall mean the preferred form for making modifications,
              including but not limited to software source code, documentation
              source, and configuration files.
        
              "Object" form shall mean any form resulting from mechanical
              transformation or translation of a Source form, including but
              not limited to compiled object code, generated documentation,
              and conversions to other media types.
        
              "Work" shall mean the work of authorship, whether in Source or
              Object form, made available under the License, as indicated by a
              copyright notice that is included in or attached to the work
              (an example is provided in the Appendix below).
        
              "Derivative Works" shall mean any work, whether in Source or Object
              form, that is based on (or derived from) the Work and for which the
              editorial revisions, annotations, elaborations, or other modifications
              represent, as a whole, an original work of authorship. For the purposes
              of this License, Derivative Works shall not include works that remain
              separable from, or merely link (or bind by name) to the interfaces of,
              the Work and Derivative Works thereof.
        
              "Contribution" shall mean any work of authorship, including
              the original version of the Work and any modifications or additions
              to that Work or Derivative Works thereof, that is intentionally
              submitted to Licensor for inclusion in the Work by the copyright owner
              or by an individual or Legal Entity authorized to submit on behalf of
              the copyright owner. For the purposes of this definition, "submitted"
              means any form of electronic, verbal, or written communication sent
              to the Licensor or its representatives, including but not limited to
              communication on electronic mailing lists, source code control systems,
              and issue tracking systems that are managed by, or on behalf of, the
              Licensor for the purpose of discussing and improving the Work, but
              excluding communication that is conspicuously marked or otherwise
              designated in writing by the copyright owner as "Not a Contribution."
        
              "Contributor" shall mean Licensor and any individual or Legal Entity
              on behalf of whom a Contribution has been received by Licensor and
              subsequently incorporated within the Work.
        
           2. Grant of Copyright License. Subject to the terms and conditions of
              this License, each Contributor hereby grants to You a perpetual,
              worldwide, non-exclusive, no-charge, royalty-free, irrevocable
              copyright license to reproduce, prepare Derivative Works of,
              publicly display, publicly perform, sublicense, and distribute the
              Work and such Derivative Works in Source or Object form.
        
           3. Grant of Patent License. Subject to the terms and conditions of
              this License, each Contributor hereby grants to You a perpetual,
              worldwide, non-exclusive, no-charge, royalty-free, irrevocable
              (except as stated in this section) patent license to make, have made,
              use, offer to sell, sell, import, and otherwise transfer the Work,
              where such license applies only to those patent claims licensable
              by such Contributor that are necessarily infringed by their
              Contribution(s) alone or by combination of their Contribution(s)
              with the Work to which such Contribution(s) was submitted. If You
              institute patent litigation against any entity (including a
              cross-claim or counterclaim in a lawsuit) alleging that the Work
              or a Contribution incorporated within the Work constitutes direct
              or contributory patent infringement, then any patent licenses
              granted to You under this License for that Work shall terminate
              as of the date such litigation is filed.
        
           4. Redistribution. You may reproduce and distribute copies of the
              Work or Derivative Works thereof in any medium, with or without
              modifications, and in Source or Object form, provided that You
              meet the following conditions:
        
              (a) You must give any other recipients of the Work or
                  Derivative Works a copy of this License; and
        
              (b) You must cause any modified files to carry prominent notices
                  stating that You changed the files; and
        
              (c) You must retain, in the Source form of any Derivative Works
                  that You distribute, all copyright, patent, trademark, and
                  attribution notices from the Source form of the Work,
                  excluding those notices that do not pertain to any part of
                  the Derivative Works; and
        
              (d) If the Work includes a "NOTICE" text file as part of its
                  distribution, then any Derivative Works that You distribute must
                  include a readable copy of the attribution notices contained
                  within such NOTICE file, excluding those notices that do not
                  pertain to any part of the Derivative Works, in at least one
                  of the following places: within a NOTICE text file distributed
                  as part of the Derivative Works; within the Source form or
                  documentation, if provided along with the Derivative Works; or,
                  within a display generated by the Derivative Works, if and
                  wherever such third-party notices normally appear. The contents
                  of the NOTICE file are for informational purposes only and
                  do not modify the License. You may add Your own attribution
                  notices within Derivative Works that You distribute, alongside
                  or as an addendum to the NOTICE text from the Work, provided
                  that such additional attribution notices cannot be construed
                  as modifying the License.
        
              You may add Your own copyright statement to Your modifications and
              may provide additional or different license terms and conditions
              for use, reproduction, or distribution of Your modifications, or
              for any such Derivative Works as a whole, provided Your use,
              reproduction, and distribution of the Work otherwise complies with
              the conditions stated in this License.
        
           5. Submission of Contributions. Unless You explicitly state otherwise,
              any Contribution intentionally submitted for inclusion in the Work
              by You to the Licensor shall be under the terms and conditions of
              this License, without any additional terms or conditions.
              Notwithstanding the above, nothing herein shall supersede or modify
              the terms of any separate license agreement you may have executed
              with Licensor regarding such Contributions.
        
           6. Trademarks. This License does not grant permission to use the trade
              names, trademarks, service marks, or product names of the Licensor,
              except as required for reasonable and customary use in describing the
              origin of the Work and reproducing the content of the NOTICE file.
        
           7. Disclaimer of Warranty. Unless required by applicable law or
              agreed to in writing, Licensor provides the Work (and each
              Contributor provides its Contributions) on an "AS IS" BASIS,
              WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
              implied, including, without limitation, any warranties or conditions
              of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
              PARTICULAR PURPOSE. You are solely responsible for determining the
              appropriateness of using or redistributing the Work and assume any
              risks associated with Your exercise of permissions under this License.
        
           8. Limitation of Liability. In no event and under no legal theory,
              whether in tort (including negligence), contract, or otherwise,
              unless required by applicable law (such as deliberate and grossly
              negligent acts) or agreed to in writing, shall any Contributor be
              liable to You for damages, including any direct, indirect, special,
              incidental, or consequential damages of any character arising as a
              result of this License or out of the use or inability to use the
              Work (including but not limited to damages for loss of goodwill,
              work stoppage, computer failure or malfunction, or any and all
              other commercial damages or losses), even if such Contributor
              has been advised of the possibility of such damages.
        
           9. Accepting Warranty or Additional Liability. While redistributing
              the Work or Derivative Works thereof, You may choose to offer,
              and charge a fee for, acceptance of support, warranty, indemnity,
              or other liability obligations and/or rights consistent with this
              License. However, in accepting such obligations, You may act only
              on Your own behalf and on Your sole responsibility, not on behalf
              of any other Contributor, and only if You agree to indemnify,
              defend, and hold each Contributor harmless for any liability
              incurred by, or claims asserted against, such Contributor by reason
              of your accepting any such warranty or additional liability.
        
           END OF TERMS AND CONDITIONS
        
           APPENDIX: How to apply the Apache License to your work.
        
              To apply the Apache License to your work, attach the following
              boilerplate notice, with the fields enclosed by brackets "[]"
              replaced with your own identifying information. (Don't include
              the brackets!)  The text should be enclosed in the appropriate
              comment syntax for the file format. We also recommend that a
              file or class name and description of purpose be included on the
              same "printed page" as the copyright notice for easier
              identification within third-party archives.
        
           Copyright [yyyy] [name of copyright owner]
        
           Licensed under the Apache License, Version 2.0 (the "License");
           you may not use this file except in compliance with the License.
           You may obtain a copy of the License at
        
               http://www.apache.org/licenses/LICENSE-2.0
        
           Unless required by applicable law or agreed to in writing, software
           distributed under the License is distributed on an "AS IS" BASIS,
           WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
           See the License for the specific language governing permissions and
           limitations under the License.
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: <3.13,>=3.10
Requires-Dist: setuptools
Requires-Dist: tomlkit
Requires-Dist: typing-extensions
Provides-Extra: all
Requires-Dist: anthropic; extra == 'all'
Requires-Dist: anyio; extra == 'all'
Requires-Dist: astroid; extra == 'all'
Requires-Dist: attrs; extra == 'all'
Requires-Dist: dash; extra == 'all'
Requires-Dist: dbfread; extra == 'all'
Requires-Dist: dicompyler-core; extra == 'all'
Requires-Dist: doc8; extra == 'all'
Requires-Dist: httpx2; extra == 'all'
Requires-Dist: imageio[tifffile]; extra == 'all'
Requires-Dist: interpolation<3,>=2.2.7; extra == 'all'
Requires-Dist: ipython>=7.31.1; extra == 'all'
Requires-Dist: jupyter-book<2.0.0,>=0.12.0; extra == 'all'
Requires-Dist: keyring; extra == 'all'
Requires-Dist: matplotlib; extra == 'all'
Requires-Dist: mypy; extra == 'all'
Requires-Dist: natsort; extra == 'all'
Requires-Dist: networkx; extra == 'all'
Requires-Dist: numba; extra == 'all'
Requires-Dist: numpy<2,>=1.26; extra == 'all'
Requires-Dist: packaging; extra == 'all'
Requires-Dist: pandas>=1.0.0; extra == 'all'
Requires-Dist: pillow; extra == 'all'
Requires-Dist: plotly; extra == 'all'
Requires-Dist: pre-commit; extra == 'all'
Requires-Dist: psutil; extra == 'all'
Requires-Dist: pydicom>=2.0.0; extra == 'all'
Requires-Dist: pygithub; extra == 'all'
Requires-Dist: pylibjpeg-libjpeg>=1.3.2; extra == 'all'
Requires-Dist: pylint; extra == 'all'
Requires-Dist: pymssql; extra == 'all'
Requires-Dist: pynetdicom; extra == 'all'
Requires-Dist: pyright; extra == 'all'
Requires-Dist: pytest; extra == 'all'
Requires-Dist: pytest-rerunfailures; extra == 'all'
Requires-Dist: pytest-sugar; extra == 'all'
Requires-Dist: pytest-timeout; extra == 'all'
Requires-Dist: python-dateutil; extra == 'all'
Requires-Dist: pywin32; (sys_platform == 'win32' and python_version >= '3.10' and python_version < '3.13') and extra == 'all'
Requires-Dist: pyyaml; extra == 'all'
Requires-Dist: readme-renderer; extra == 'all'
Requires-Dist: requests; extra == 'all'
Requires-Dist: rope; extra == 'all'
Requires-Dist: ruff; extra == 'all'
Requires-Dist: scikit-learn; extra == 'all'
Requires-Dist: scipy; extra == 'all'
Requires-Dist: shapely>=1.7.0; extra == 'all'
Requires-Dist: sphinx-argparse; extra == 'all'
Requires-Dist: sphinx-book-theme; extra == 'all'
Requires-Dist: sqlalchemy; extra == 'all'
Requires-Dist: streamlit>=1.54; extra == 'all'
Requires-Dist: tabulate; extra == 'all'
Requires-Dist: timeago; extra == 'all'
Requires-Dist: toml; extra == 'all'
Requires-Dist: tqdm; extra == 'all'
Requires-Dist: trio; extra == 'all'
Requires-Dist: trio-asyncio; extra == 'all'
Requires-Dist: types-python-dateutil; extra == 'all'
Requires-Dist: types-pyyaml; extra == 'all'
Requires-Dist: types-requests; extra == 'all'
Requires-Dist: types-tabulate; extra == 'all'
Requires-Dist: types-toml; extra == 'all'
Requires-Dist: watchdog; extra == 'all'
Requires-Dist: xmltodict; extra == 'all'
Provides-Extra: cli
Requires-Dist: toml; extra == 'cli'
Provides-Extra: dev
Requires-Dist: doc8; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pyright; extra == 'dev'
Requires-Dist: readme-renderer; extra == 'dev'
Requires-Dist: rope; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: tabulate; extra == 'dev'
Requires-Dist: types-python-dateutil; extra == 'dev'
Requires-Dist: types-pyyaml; extra == 'dev'
Requires-Dist: types-requests; extra == 'dev'
Requires-Dist: types-tabulate; extra == 'dev'
Requires-Dist: types-toml; extra == 'dev'
Provides-Extra: dicom
Requires-Dist: pydicom>=2.0.0; extra == 'dicom'
Requires-Dist: pynetdicom; extra == 'dicom'
Provides-Extra: docs
Requires-Dist: interpolation<3,>=2.2.7; extra == 'docs'
Requires-Dist: ipython>=7.31.1; extra == 'docs'
Requires-Dist: jupyter-book<2.0.0,>=0.12.0; extra == 'docs'
Requires-Dist: matplotlib; extra == 'docs'
Requires-Dist: networkx; extra == 'docs'
Requires-Dist: numba; extra == 'docs'
Requires-Dist: numpy<2,>=1.26; extra == 'docs'
Requires-Dist: pydicom; extra == 'docs'
Requires-Dist: scipy; extra == 'docs'
Requires-Dist: sphinx-argparse; extra == 'docs'
Requires-Dist: sphinx-book-theme; extra == 'docs'
Requires-Dist: toml; extra == 'docs'
Requires-Dist: tqdm; extra == 'docs'
Provides-Extra: doctests
Requires-Dist: pytest; extra == 'doctests'
Requires-Dist: ruff; extra == 'doctests'
Requires-Dist: sphinx-book-theme; extra == 'doctests'
Requires-Dist: tabulate; extra == 'doctests'
Requires-Dist: toml; extra == 'doctests'
Provides-Extra: icom
Requires-Dist: numpy<2,>=1.26; extra == 'icom'
Provides-Extra: lint
Requires-Dist: astroid; extra == 'lint'
Requires-Dist: pylint; extra == 'lint'
Requires-Dist: ruff; extra == 'lint'
Provides-Extra: mosaiq
Requires-Dist: attrs; extra == 'mosaiq'
Requires-Dist: pandas>=1.0.0; extra == 'mosaiq'
Requires-Dist: pymssql; extra == 'mosaiq'
Requires-Dist: scikit-learn; extra == 'mosaiq'
Requires-Dist: sqlalchemy; extra == 'mosaiq'
Requires-Dist: toml; extra == 'mosaiq'
Provides-Extra: propagate
Requires-Dist: ruff; extra == 'propagate'
Provides-Extra: tests
Requires-Dist: anthropic; extra == 'tests'
Requires-Dist: astroid; extra == 'tests'
Requires-Dist: imageio; extra == 'tests'
Requires-Dist: matplotlib; extra == 'tests'
Requires-Dist: numba; extra == 'tests'
Requires-Dist: pandas>=1.0.0; extra == 'tests'
Requires-Dist: pillow; extra == 'tests'
Requires-Dist: psutil; extra == 'tests'
Requires-Dist: pydicom>=2.0.0; extra == 'tests'
Requires-Dist: pygithub; extra == 'tests'
Requires-Dist: pylibjpeg-libjpeg>=1.3.2; extra == 'tests'
Requires-Dist: pylint; extra == 'tests'
Requires-Dist: pynetdicom; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-rerunfailures; extra == 'tests'
Requires-Dist: pytest-sugar; extra == 'tests'
Requires-Dist: pytest-timeout; extra == 'tests'
Requires-Dist: python-dateutil; extra == 'tests'
Requires-Dist: shapely; extra == 'tests'
Requires-Dist: toml; extra == 'tests'
Requires-Dist: tqdm; extra == 'tests'
Provides-Extra: user
Requires-Dist: anthropic; extra == 'user'
Requires-Dist: anyio; extra == 'user'
Requires-Dist: attrs; extra == 'user'
Requires-Dist: dash; extra == 'user'
Requires-Dist: dbfread; extra == 'user'
Requires-Dist: dicompyler-core; extra == 'user'
Requires-Dist: httpx2; extra == 'user'
Requires-Dist: imageio[tifffile]; extra == 'user'
Requires-Dist: keyring; extra == 'user'
Requires-Dist: matplotlib; extra == 'user'
Requires-Dist: natsort; extra == 'user'
Requires-Dist: numba; extra == 'user'
Requires-Dist: numpy<2,>=1.26; extra == 'user'
Requires-Dist: packaging; extra == 'user'
Requires-Dist: pandas>=1.0.0; extra == 'user'
Requires-Dist: pillow; extra == 'user'
Requires-Dist: plotly; extra == 'user'
Requires-Dist: pydicom>=2.0.0; extra == 'user'
Requires-Dist: pylibjpeg-libjpeg>=1.3.2; extra == 'user'
Requires-Dist: pymssql; extra == 'user'
Requires-Dist: pynetdicom; extra == 'user'
Requires-Dist: python-dateutil; extra == 'user'
Requires-Dist: pywin32; (sys_platform == 'win32' and python_version >= '3.10' and python_version < '3.13') and extra == 'user'
Requires-Dist: pyyaml; extra == 'user'
Requires-Dist: requests; extra == 'user'
Requires-Dist: scikit-learn; extra == 'user'
Requires-Dist: scipy; extra == 'user'
Requires-Dist: shapely>=1.7.0; extra == 'user'
Requires-Dist: sqlalchemy; extra == 'user'
Requires-Dist: streamlit>=1.54; extra == 'user'
Requires-Dist: timeago; extra == 'user'
Requires-Dist: toml; extra == 'user'
Requires-Dist: tqdm; extra == 'user'
Requires-Dist: trio; extra == 'user'
Requires-Dist: trio-asyncio; extra == 'user'
Requires-Dist: watchdog; extra == 'user'
Requires-Dist: xmltodict; extra == 'user'
Description-Content-Type: text/x-rst

|logo|

.. |logo| image:: https://github.com/pymedphys/pymedphys/raw/ca501275227f190a77e641a75af925d9070952b6/lib/pymedphys/docs/_static/pymedphys_title.svg
    :target: https://docs.pymedphys.com/

.. START_OF_DOCS_IMPORT

**A community effort to develop an open standard library for Medical Physics
in Python. We build high quality, transparent software together via peer review
and open source distribution. Open code is better science.**

|build| |pypi| |python| |license|

.. |build| image:: https://github.com/pymedphys/pymedphys/actions/workflows/ci.yml/badge.svg?branch=main
   :target: https://github.com/pymedphys/pymedphys/actions/workflows/ci.yml

.. |pypi| image:: https://img.shields.io/pypi/v/pymedphys
    :target: https://pypi.org/project/pymedphys/

.. |python| image:: https://img.shields.io/pypi/pyversions/pymedphys
    :target: https://pypi.org/project/pymedphys/

.. |license| image:: https://img.shields.io/pypi/l/pymedphys
    :target: https://choosealicense.com/licenses/apache-2.0/


What is PyMedPhys?
==================

PyMedPhys is an open-source Medical Physics Python library built by an open
community that values code sharing, review, improvement, and learning from each
other. It is inspired by the collaborative work of our physics peers in
astronomy and the `Astropy Project`_. PyMedPhys is available on `PyPI`_ and
`GitHub`_.

PyMedPhys supports three main ways of working:

* a Python library for notebooks, scripts, and clinic-specific tooling
* a command line interface (CLI) for repeatable automation
* a point-and-click app layer for selected workflows

Beta level of development
*************************

PyMedPhys is currently within the ``beta`` stage of its life-cycle. It will
stay in this stage until the version number leaves ``0.x.x`` and enters
``1.x.x``. While PyMedPhys is in ``beta`` stage, **no API is guaranteed to be
stable from one release to the next.** Upgrading ``pymedphys`` can therefore
break existing scripts or workflows. We try to stay ahead of that by
documenting breaking changes in the `Release Notes`_.

Start here
**********

If you are new to PyMedPhys, start with these four questions in order:

1. `What PyMedPhys can do`_
2. `Choose your path`_
3. `Installation options`_
4. `Quick Start Guide`_

Common task areas
*****************

PyMedPhys is often used to:

* compare dose or fluence-like data with gamma, interpolation, and MetersetMap
* work with DICOM and pseudonymisation workflows
* work with delivery, logfile, and iCom data
* query or integrate with Mosaiq
* use point-and-click apps for selected workflows

Install PyMedPhys
*****************

PyMedPhys currently supports Python 3.10, 3.11, and 3.12.

For most users, we recommend using ``uv`` to create an environment and install
PyMedPhys:

.. code:: bash

    uv python install 3.12
    uv venv --python 3.12
    uv pip install "pymedphys[user]"

If you cannot use ``uv`` on your workstation, the `Quick Start Guide`_ also
includes a standard Python + ``venv`` + ``pip`` fallback path.

Choose the right interface
**************************

Use the **Python library** when you want notebooks, analysis, plots, and
clinic-specific workflows.

Use the **CLI** when you want repeatable commands, scheduled jobs, or shell
automation.

Use the **app layer** when you want the least coding and a graphical workflow.

For a fuller comparison, read `Choose your path`_.

Documentation
=============

The PyMedPhys documentation has two overarching guides:

1. **The Users Guide**: where you can `get started`_ with the library, the CLI,
   and the app layer; read task-focused `how-to guides`_; find
   `background information`_ on larger projects and concepts; and browse the
   `Technical Reference`_ when you already know the feature you need.

2. **The Contributors Guide**: for those who want to contribute to PyMedPhys.
   This includes the `Contributors Guide`_ landing page, detailed
   `workstation setup guides`_, important `repository information`_, and some
   `tips & tricks`_ for common problems.

Community
*********

PyMedPhys has a
`GitHub Discussions <https://github.com/pymedphys/pymedphys/discussions>`_
page to help users find their feet and to support collaboration and general
discussion.

.. END_OF_DOCS_IMPORT

Citing PyMedPhys
================

PyMedPhys' first paper in the Journal of Open Source Software contains more
background information, including the `Statement of Need`_. You can access the
paper `here <https://joss.theoj.org/papers/10.21105/joss.04555>`_.

When referencing PyMedPhys, please cite this paper as follows:

*Biggs, S., Jennings, M., Swerdloff, S., Chlap, P., Lane, D., Rembish, J.,
McAloney, J., King, P., Ayala, R., Guan, F., Lambri, N., Crewson, C.,
Sobolewski, M. (2022). PyMedPhys: A community effort to develop an open,
Python-based standard library for medical physics applications. Journal of Open
Source Software, 7(78), 4555, https://doi.org/10.21105/joss.04555*

Development
===========

PyMedPhys uses `uv`_ for package and project management and Hatchling to build
distributions. See the `Contributors Guide`_ for the complete setup and PR
workflow.

After cloning the repository, install the PyMedPhys dependencies and set up
pre-commit by running:

.. code:: bash

    uv sync --python 3.12 --locked --extra all --group dev
    uv run -- pre-commit install

Run automated tests with:

.. code:: bash

    uv run -- pymedphys dev tests


Our Team
========

PyMedPhys is what it is today due to its maintainers and contributors, both
past and present. Here is our team.

Maintainers
***********

* `Simon Biggs`_
    * `Anthropic PBC`_

.. _`Simon Biggs`: https://github.com/SimonBiggs

* `Stuart Swerdloff`_
    * `SJS Targeted Solutions, LLP`_, New Zealand

.. _`Stuart Swerdloff`: https://github.com/sjswerdloff

* `Matthew Jennings`_
    * `Icon Group`_, Australia

.. _`Matthew Jennings`: https://github.com/Matthew-Jennings

* `Phillip Chlap`_
    * `Radformation Inc.`_, USA
    * `University of New South Wales`_, Australia

.. _`Phillip Chlap`: https://github.com/pchlap


|sjs| |rah|

Active contributors
*******************

* `Derek Lane`_
    * `ELEKTA AB`_, Houston TX

.. _`Derek Lane`: https://github.com/dg1an3

* `Marcelo Jordao`_
    * `ELEKTA AB`_, Hong Kong SAR

.. _`Marcelo Jordao`: https://github.com/mguerrajordao

* `Jake Rembish`_
    * `UT Health San Antonio`_, USA

.. _`Jake Rembish`: https://github.com/rembishj

* `Nicola Lambri`_
    * `IRCCS Humanitas Research Hospital`_, Italy
    * `Humanitas University`_, Italy

.. _`Nicola Lambri`: https://github.com/nlambriICH

* `Cody Crewson`_
    * `Saskatchewan Cancer Agency`_, Canada

.. _`Cody Crewson`: https://github.com/crcrewso

* `Fada Guan`_
    * `Yale University School of Medicine`_, USA

.. _`Fada Guan`: https://github.com/guanfada

* `Marcus Fisk`_
    * `Cancer Care Riverina`_, Australia

.. _`Marcus Fisk`: https://github.com/laser47-hue

|uth| |ccr|

Past contributors
*****************

* `Matthew Cooper <https://github.com/matthewdeancooper>`_
* `Pedro Martinez <https://github.com/peterg1t>`_
* `Rafael Ayala <https://github.com/ayalalazaro>`_
* `Matthew Sobolewski <https://github.com/msobolewski>`_
* `Paul King <https://github.com/kingrpaul>`_
* `Jacob McAloney <https://github.com/JacobMcAloney>`_

..
   Unfortunately :target: being a variable name is no longer supported by
   GitHub within README.rst files. So... unfortunately we have some duplication
   below.

.. |rah| image:: https://github.com/pymedphys/pymedphys/raw/3f8d82fc3b53eb636a75336477734e39fa406110/docs/logos/gosa_200x200.png
    :target: https://www.rah.sa.gov.au/

.. |uth| image:: https://github.com/pymedphys/pymedphys/raw/3f8d82fc3b53eb636a75336477734e39fa406110/docs/logos/UTHSA_logo.png
    :target: https://www.uthscsa.edu/academics/biomedical-sciences/programs/radiological-sciences-phd

.. |sjs| image:: https://github.com/pymedphys/pymedphys/raw/7e9204656e0468b0843533472553a03a99387386/logos/swerdloff.png
    :target: https://github.com/sjswerdloff

.. |ccr| image:: https://github.com/pymedphys/pymedphys/raw/ec61e4e63a8624f4df44a8e90931bd0bca748e20/logos/cancercareriverina_200x200.png
    :target: https://cancercare.com.au/clinics/cancer-care-riverina/

.. _`Anthropic PBC`: https://www.anthropic.com/

.. _`ELEKTA Pty Ltd`: https://www.elekta.com/

.. _`ELEKTA AB`: https://www.elekta.com/

.. _`Icon Group`: https://icongroup.global/

.. _`University of New South Wales`: https://www.unsw.edu.au/

.. _`South Western Sydney Local Health District`: https://www.swslhd.health.nsw.gov.au/

.. _`Anderson Regional Cancer Center`: https://www.andersonregional.org/services/cancer-care/

.. _`Northern Beaches Cancer Care`: https://www.northernbeachescancercare.com.au/

.. _`University of Calgary`: https://www.ucalgary.ca/

.. _`Tom Baker Cancer Centre`: https://www.ahs.ca/tbcc

.. _`UT Health San Antonio`: https://www.uthscsa.edu/academics/biomedical-sciences/programs/radiological-sciences-phd

.. _`Hospital General Universitario Gregorio Marañón`: https://www.comunidad.madrid/hospital/gregoriomaranon/

.. _`Swerdloff Family`: https://github.com/sjswerdloff

.. _`SJS Targeted Solutions, LLP`: https://github.com/sjswerdloff

.. _`Radformation Inc.`: https://radformation.com/

.. _`IRCCS Humanitas Research Hospital`: https://www.humanitas.net/

.. _`Saskatchewan Cancer Agency`: http://www.saskcancer.ca/

.. _`Humanitas University`: https://www.hunimed.eu/

.. _`Yale University School of Medicine`: https://medicine.yale.edu/

.. _`Cancer Care Riverina`: https://cancercare.com.au/clinics/cancer-care-riverina/

.. _`Astropy Project`: https://www.astropy.org/
.. _`PyPI`: https://pypi.org/project/pymedphys/
.. _`GitHub`: https://github.com/pymedphys/pymedphys

.. _`Release Notes`: https://github.com/pymedphys/pymedphys/blob/main/CHANGELOG.md

.. _`Statement of Need`: https://docs.pymedphys.com/en/latest/statement-of-need.html
.. _`What PyMedPhys can do`: https://docs.pymedphys.com/en/latest/users/get-started/what-pymedphys-can-do.html
.. _`Choose your path`: https://docs.pymedphys.com/en/latest/users/get-started/choose-your-path.html
.. _`Installation options`: https://docs.pymedphys.com/en/latest/users/get-started/installation-options.html
.. _`Quick Start Guide`: https://docs.pymedphys.com/en/latest/users/get-started/quick-start.html
.. _`get started`: https://docs.pymedphys.com/en/latest/users/get-started/index.html
.. _`how-to guides`: https://docs.pymedphys.com/en/latest/users/howto/index.html
.. _`background information`: https://docs.pymedphys.com/en/latest/users/background/index.html
.. _`Technical Reference`: https://docs.pymedphys.com/en/latest/users/ref/index.html
.. _`Contributors Guide`: https://docs.pymedphys.com/en/latest/contrib/index.html
.. _`workstation setup guides`: https://docs.pymedphys.com/en/latest/contrib/setups/index.html
.. _`repository information`: https://docs.pymedphys.com/en/latest/contrib/info/index.html
.. _`tips & tricks`: https://docs.pymedphys.com/en/latest/contrib/tips/index.html
.. _`uv`: https://docs.astral.sh/uv/
