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

« back to all changes in this revision

Viewing changes to pydicom.egg-info/PKG-INFO

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2014-03-19 21:40:46 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20140319214046-ivq1iz1kwosi8kj3
Tags: 0.9.8-1
* Fresh upstream release
* Adjusting X-Python-Version due to
  "pydicom > 0.9.7 requires python 2.6 or later"

Show diffs side-by-side

added added

removed removed

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