Metadata-Version: 2.0
Name: dvh
Version: 0.1.3
Summary: Small package for manipulating dose volume histograms in Python
Home-page: https://github.com/randlet/dvh
Author: Randle Taylor
Author-email: randle.taylor@gmail.com
License: BSD
Keywords: dvh
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: numpy

===============================
Dose Volume Histogram
===============================

.. image:: https://badge.fury.io/py/dvh.png
    :target: http://badge.fury.io/py/dvh

.. image:: https://travis-ci.org/randlet/dvh.png?branch=master
        :target: https://travis-ci.org/randlet/dvh

.. image:: https://pypip.in/d/dvh/badge.png
        :target: https://pypi.python.org/pypi/dvh


Small package for manipulating dose volume histograms in Python

* Free software: BSD license
* Documentation: http://dvh.rtfd.org.

Features
--------

* TODO



History
-------

0.1.0 (2014-05-01)
++++++++++++++++++

* First release on PyPI.

