Metadata-Version: 2.4
Name: OpenREM
Version: 1.0.0b3
Summary: Developer beta only
Home-page: https://openrem.org/
Author: Ed McDonagh
Author-email: ed@openrem.org
License: GPLv3 with additional permissions
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Healthcare Industry
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: COPYING-GPLv3
Requires-Dist: django<4,>=3.2.25
Requires-Dist: django-filter==22.1
Requires-Dist: django-solo==2.0.0
Requires-Dist: django-crispy-forms==1.14.0
Requires-Dist: django-js-reverse==0.9.1
Requires-Dist: pydicom==2.4.4
Requires-Dist: pynetdicom==2.1.1
Requires-Dist: matplotlib==3.9.2
Requires-Dist: numpy==2.1.0
Requires-Dist: plotly==5.24.1
Requires-Dist: scipy==1.14.0
Requires-Dist: pandas==2.2.2
Requires-Dist: pytz==2024.1
Requires-Dist: humanize==4.4.0
Requires-Dist: xlsxwriter==3.0.3
Requires-Dist: openpyxl==3.1.0
Requires-Dist: testfixtures==7.0.3
Requires-Dist: mock==4.0.3
Requires-Dist: requests==2.28.1
Requires-Dist: defusedxml==0.7.1
Requires-Dist: psycopg2-binary==2.9.9
Requires-Dist: gunicorn==20.1.0
Requires-Dist: huey==2.4.5
Requires-Dist: redis==4.5.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

.. image:: https://bytebucket.org/openrem/openrem/raw/develop/docs/openrem0105.png
    :width: 105px
    :align: right
    :height: 105px
    :alt: OpenREM logo

#######
OpenREM
#######

**This is a beta release for developers only at this stage**

OpenREM is a free, open source application for patient radiation dose monitoring. The software is capable of importing and
displaying data from a wide variety of x-ray dose related sources with filtering, charts and analysis. The software also
enables easy export of the data in a form that is suitable for further analysis by suitably qualified medical physics
personnel.

Documentation is on Read the Docs: https://docs.openrem.org/, and a demo of the release version can be seen at
http://demo.openrem.org; username `demo` password `demo`

For upgrades and fresh installs, please review the
`install docs <https://docs.openrem.org/en/1.0.0b3-docs/installation.html>`_.

Contribution of code, ideas, bug reports documentation is all welcome.
Please feel free to fork the repository and send pull requests. See
`the website <https://openrem.org/getinvolved>`_ for more information.

There is a developer demo site, which at times has a working demo of recent code, but might not, and
might be broken. It can be found at http://dev.openrem.org; username `demo` password `demo`

Current release version:

.. image:: https://img.shields.io/pypi/v/openrem.svg?
    :target: https://badge.fury.io/py/openrem

.. image:: https://img.shields.io/pypi/pyversions/openrem.svg?
    :target: https://badge.fury.io/py/openrem

.. image:: https://img.shields.io/badge/License-GPLv3-blue.svg?
   :target: https://bitbucket.org/openrem/openrem/raw/develop/LICENSE

Development version

.. image:: https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue

.. image:: https://img.shields.io/bitbucket/issues/openrem/openrem.svg?
    :target: https://bitbucket.org/openrem/openrem/issues?status=new&status=open

.. image:: https://img.shields.io/bitbucket/pipelines/openrem/openrem/develop
    :target: https://bitbucket.org/openrem/openrem/addon/pipelines/home

.. image:: https://coveralls.io/repos/bitbucket/openrem/openrem/badge.svg?branch=develop
    :target: https://coveralls.io/bitbucket/openrem/openrem?branch=develop

.. image:: https://app.codacy.com/project/badge/Grade/9a3ead1299da41f99bf6d701d72e0363
    :target: https://www.codacy.com/bb/openrem/openrem/dashboard

.. image:: https://app.codacy.com/project/badge/Coverage/9a3ead1299da41f99bf6d701d72e0363
    :target: https://www.codacy.com/bb/openrem/openrem/dashboard

Sonar Cloud

.. image:: https://sonarcloud.io/api/project_badges/measure?project=openrem_openrem&metric=coverage
    :target: https://sonarcloud.io/dashboard?id=openrem_openrem

.. image:: https://sonarcloud.io/api/project_badges/measure?project=openrem_openrem&metric=sqale_rating
    :target: https://sonarcloud.io/dashboard?id=openrem_openrem

.. image:: https://sonarcloud.io/api/project_badges/measure?project=openrem_openrem&metric=alert_status
    :target: https://sonarcloud.io/dashboard?id=openrem_openrem

.. image:: https://sonarcloud.io/api/project_badges/measure?project=openrem_openrem&metric=reliability_rating
    :target: https://sonarcloud.io/dashboard?id=openrem_openrem

.. image:: https://sonarcloud.io/api/project_badges/measure?project=openrem_openrem&metric=security_rating
    :target: https://sonarcloud.io/dashboard?id=openrem_openrem
