Metadata-Version: 2.1
Name: OpenREM
Version: 0.8.0
Summary: Radiation Exposure Monitoring for physicists
Home-page: http://openrem.org/
Author: Ed McDonagh
Author-email: ed@openrem.org
License: GPLv3 with additional permissions
Platform: UNKNOWN
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 :: 2.7
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/x-rst
Requires-Dist: django (<1.9,>=1.8)
Requires-Dist: django-filter (<0.15,>=0.10)
Requires-Dist: pytz (>=0a)
Requires-Dist: humanize
Requires-Dist: pydicom (==0.9.9)
Requires-Dist: django-pagination
Requires-Dist: xlsxwriter
Requires-Dist: celery (>=3.1)
Requires-Dist: argparse (>=1.2.1)
Requires-Dist: django-qsstats-magic
Requires-Dist: python-dateutil
Requires-Dist: django-solo
Requires-Dist: django-crispy-forms
Requires-Dist: pandas
Requires-Dist: xlrd
Requires-Dist: testfixtures (>=6.0)
Requires-Dist: mock
Requires-Dist: django-debug-toolbar

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

.. 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

Bitbucket:

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

Coveralls:

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

Codacy:

.. image:: https://api.codacy.com/project/badge/Grade/2117af7281134e42ace3efe5fc4a5255
    :target: https://www.codacy.com/app/OpenREM/openrem

.. image:: https://api.codacy.com/project/badge/Coverage/2117af7281134e42ace3efe5fc4a5255
    :target: https://www.codacy.com/app/OpenREM/openrem


OpenREM is a Django app to extract, store, display and export Radiation Exposure
Monitoring related information, primarily from DICOM files.

This is release 0.8.0, which features extensive improvements to code quality, interface speed and functionality,
documentation, imports and exports. It is tested to a much greater extent than ever before and is the first release to
feature `openSkin dose maps <http://docs.openrem.org/en/0.8.0/skindosemap.html>`_ for specific fluoroscopy systems.

Please review the `release notes <http://docs.openrem.org/en/0.8.0/release-0.8.0.html>`_ for more details.

Full documentation can be found on Read the Docs: http://docs.openrem.org/, and a demo site can be seen at
http://demo.openrem.org; username `demo` password `demo`

For upgrades, please review the `version release notes <http://docs.openrem.org/en/0.8.0/release-0.8.0.html>`_. For
fresh installs, please review the `install docs <http://docs.openrem.org/en/0.8.0/installation.html>`_.

Contribution of code, ideas, bug reports documentation is all welcome.
Please feel free to fork the repository and send me pull requests. See
`the website <http://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`

OpenREM currently ships with charts that use the HighCharts libraries. This is free to use in a non-commercial setting.
For other environments please contact Highcharts for licencing. For more information, please see
`their website <http://highcharts.com>`_, or the
`Non-Commercial FAQ <https://shop.highsoft.com/faq>`_.


