This file is indexed.

/usr/lib/python3/dist-packages/openstack_doc_tools-0.34.0.egg-info/PKG-INFO is in python3-openstack-doc-tools 0.34.0-2.

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
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Metadata-Version: 1.1
Name: openstack-doc-tools
Version: 0.34.0
Summary: Tools for OpenStack Documentation
Home-page: http://www.openstack.org/
Author: OpenStack Documentation
Author-email: openstack-doc@lists.openstack.org
License: UNKNOWN
Description: OpenStack Doc Tools
        *******************
        
        This repository contains tools used by the OpenStack Documentation
        project.
        
        For more details, see the `OpenStack Documentation wiki page
        <http://wiki.openstack.org/Documentation>`_.
        
        Prerequisites
        =============
        `Apache Maven <http://maven.apache.org/>`_ must be installed to build the
        documentation.
        
        To install Maven 3 for Ubuntu 12.04 and later, and Debian wheezy and later::
        
            apt-get install maven
        
        On Fedora::
        
            yum install maven
        
        You need to have Python 2.7 installed for using the tools.
        
        This package needs a few external dependencies including lxml. If you
        do not have lxml installed, you can either install python-lxml or have
        it installed automatically and build from sources. To build lxml from
        sources, you need a C compiler and the xml and xslt development
        packages installed.
        
        To install python-lxml, execute the following based on your
        distribution.
        
        On Fedora::
        
            yum install python-lxml
        
        On openSUSE::
        
            zypper in python-lxml
        
        On Ubuntu::
        
            apt-get install python-lxml
        
        For building from source,  install the dependencies of lxml.
        
        On Fedora::
        
            yum install python-devel libxml2-devel libxslt-devel
        
        On openSUSE::
        
            zypper in libxslt-devel
        
        On Ubuntu::
        
            apt-get install libxml2-dev libxslt-dev
        
        
        Updating RNG schema files
        =========================
        
        The repository contains in the directory ``os_doc_tools/resources`` a
        local copy of some RNG schema files so that they do not need to be
        downloaded each time for validation of XML and WADL files.
        
        Please see the ``README.txt`` in the directory for details on where
        these files come from.
        
        Publishing of books
        ===================
        If you run the ``openstack-doc-test --check-build``, it will copy all
        the books to the directory ``publish-docs`` in the top-level directory
        of your repository.
        
        By default, it outputs a directory with the same name as the directory
        where the pom.xml file lives in, such as admin-guide-cloud. You can
        also check the output of the build job for the name.
        
        Some books need special treatment and there are three options you can
        set in the file ``doc-test.conf``:
        
         * ``book`` - the name of a book that needs special treatment
         * ``target_dir`` - the path of subdirectory starting at ``target``
           that is the root for publishing
         * ``publish_dir`` - a new name to publish a book under
        
        As an example, to publish the compute-api version 2 in the directory
        ``publish-docs/api/openstack-compute/2``, use::
        
          book = openstack-compute-api-2
          target_dir = target/docbkx/webhelp/api/openstack-compute/2
          publish_dir = api/openstack-compute/2
        
        Note that these options can be specified multiple times and should
        always be used this way. You do not need to set ``publish_dir`` but if
        you set it, you need to use it every time.
        
        Also note that these are optional settings, the logic in the tool is
        sufficient for many of the books.
        
        * License: Apache License, Version 2.0
        * Source: http://git.openstack.org/cgit/openstack/openstack-doc-tools
        * Bugs: http://bugs.launchpad.net/openstack-manuals
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4