This file is indexed.

/usr/lib/python3/dist-packages/PyXB-1.2.5.egg-info is in python3-pyxb 1.2.5-1.

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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Metadata-Version: 1.1
Name: PyXB
Version: 1.2.5
Summary: PyXB ("pixbee") is a pure Python package that generates Python source code for classes that correspond to data structures defined by XMLSchema.
Home-page: http://pyxb.sourceforge.net
Author: Peter A. Bigot
Author-email: pabigot@users.sourceforge.net
License: Apache License 2.0
Description: PyXB is a pure `Python <http://www.python.org>`_ package that generates
        Python code for classes that correspond to data structures defined by
        `XMLSchema <http://www.w3.org/XML/Schema>`_.  In concept it is similar to
        `JAXB <http://en.wikipedia.org/wiki/JAXB>`_ for Java and `CodeSynthesis XSD
        <http://www.codesynthesis.com/products/xsd/>`_ for C++.
        
        The major goals of PyXB are:
        
        * Provide a generated Python interface that is "Pythonic", meaning similar
          to one that would have been hand-written:
        
          + Attributes and elements are Python properties, with name conflicts
            resolved in favor of elements
          + Elements with maxOccurs larger than 1 are stored as Python lists
          + Bindings for type extensions inherit from the binding for the base type
          + Enumeration constraints are exposed as class (constant) variables
        
        * Support bi-directional conversion (document to Python and back)
        
        * Allow easy customization of the generated bindings to provide
          functionality along with content
        
        * Support all XMLSchema features that are in common use, including:
        
          + complex content models (nested all/choice/sequence)
          + cross-namespace dependencies
          + include and import directives
          + constraints on simple types
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Provides: PyXB