Metadata-Version: 2.1
Name: dicomgenerator
Version: 0.2.0
Summary: Create DICOM images for use in testing. Based on pydicom
Home-page: https://github.com/sjoerdk/dicomgenerator
Author: Sjoerd Kerkstra
Author-email: sjoerd.kerkstra@radboudumc.nl
License: MIT license
Keywords: dicomgenerator
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: ~=3.6
Requires-Dist: Pillow (==6.2.2)
Requires-Dist: numpy (==1.18.0)
Requires-Dist: pydicom (>2.0)
Requires-Dist: matplotlib (==3.1.2)
Requires-Dist: factory-boy (==2.12.0)

==============
dicomgenerator
==============


.. image:: https://github.com/DIAGNijmegen/dicomgenerator/workflows/build/badge.svg
        :target: https://github.com/sjoerdk/dicomgenerator/actions?query=workflow%3Abuild
        :alt: Build Status


Create DICOM images for use in testing. Uses pydicom.


* Free software: MIT license
* Documentation: https://dicomgenerator.readthedocs.io.


Features
--------

* Create templates from any DICOM file
* Optionally replace image data with dummy data
* Use pytest to generate arbitrary permutations of any template
* Includes pytest provider for generating valid DICOM values for person name, time, date, and UID

Installation
------------

Install with pip::

    pip install dicomgenerator


Currently using dev version of pydicom. To install use::

   pip install git+ssh://git@github.com/pydicom/pydicom.git


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-12-31)
------------------

* First release on PyPI.


