This file is indexed.

/usr/lib/python2.7/dist-packages/pydicom-0.9.7.egg-info/PKG-INFO is in python-dicom 0.9.7-1.1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
37
38
Metadata-Version: 1.1
Name: pydicom
Version: 0.9.7
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.4
Classifier: Programming Language :: Python :: 2.5
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