Metadata-Version: 2.1
Name: dicomgenerator
Version: 0.3.2
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.*)
Requires-Dist: matplotlib (==3.1.2)
Requires-Dist: factory-boy (==2.12.0)

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



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

.. image:: https://img.shields.io/pypi/v/dicomgenerator.svg
    :target: https://pypi.python.org/pypi/dicomgenerator


Generate pydicom datasets and data elements for use in testing.


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


Features
--------

* Generates random valid DICOM values for person name, time, date, and UID
* Generates (templated) pydicom Datasets and DicomElements
* leverages Factory Boy to generate arbitrary permutations of any template
* Create templates from any DICOM file
* Optionally replace image data with dummy data

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

Install with pip::

    pip install dicomgenerator


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.


