~ubuntu-branches/ubuntu/vivid/pydicom/vivid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Metadata-Version: 1.1
Name: pydicom
Version: 0.9.8
Summary: Pure python package for DICOM medical file reading and writing
Home-page: http://pydicom.googlecode.com
Author: Darcy Mason
Author-email: darcymason@gmail.com
License: MIT license
Description: 
            pydicom is a pure python package for parsing DICOM files.
            DICOM is a standard (http://medical.nema.org) for communicating
            medical images and related information such as reports
            and radiotherapy objects.
        
            pydicom makes it easy to read these complex files into natural
            pythonic structures for easy manipulation.
            Modified datasets can be written again to DICOM format files.
            See the `Getting Started <http://code.google.com/p/pydicom/wiki/GettingStarted>`_
            wiki page for installation and basic information, and the
            `Pydicom User Guide <http://code.google.com/p/pydicom/wiki/PydicomUserGuide>`_ page
            for an overview of how to use the pydicom library.
            
Keywords: dicom python medical imaging
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries