This file is indexed.

/usr/lib/python3/dist-packages/os_api_ref-0.3.0.egg-info/PKG-INFO is in python3-os-api-ref 0.3.0+dfsg1-3.

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
Metadata-Version: 1.1
Name: os-api-ref
Version: 0.3.0
Summary: Sphinx Extensions to support API reference sites in OpenStack
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description: os-api-ref
        ==========
        
        Sphinx Extensions to support API reference sites in OpenStack
        
        This project is a collection of sphinx stanzas that assist in building
        an API Reference site for an OpenStack project in RST. RST is great
        for unstructured English, but displaying semi structured (and
        repetitive) data in tables is not it's strength. This provides tooling
        to insert semi-structured data describing request and response
        parameters, and turn those into nice tables.
        
        The project also includes a set of styling (and javascript) that is
        expected to layer on top of an ``oslosphinx`` theme base. This
        provides a nice set of collapsing sections for REST methods and
        javascript controls to expand / collapse all sections.
        
        Features
        --------
        
        * 2 new sphinx stanzas ``rest_method`` and ``rest_parameters`` which
          support putting semi-structured data into the RST files.
        
        TODO
        ----
        
        A list, in no particular order, of things we should do in this
        project. If you would like to contribute to any of these please show
        up in ``#openstack-dev`` on IRC and ask for ``sdague`` to discuss.
        
        * Enhance documentation with examples and best practices
        * Testing for the code
        * ``max_microversion`` parameter support - so that we automatically
          tag parameters that have been removed
        * microversion selector, so that you can get a version of the api-ref
          that hides all microversion elements beyond your selected version
          (this one is going to be a bit of complex javascript)
        * make this compatible with openstackdocstheme (which is equal parts
          work here and with the openstack docs theme).
        
        Potential ideas
        ~~~~~~~~~~~~~~~
        
        These aren't even quite todos, but just ideas about things that might
        be useful.
        
        * ``.. literalinclude`` is good for API samples files to be included,
          but should we have more markup that includes the full ``REST /URL``
          as well
        
        
        Sphinx stanzas
        --------------
        
        TODO: document the details of the stanzas
        
        
        * Free software: Apache license
        * Documentation: http://docs.openstack.org/developer/os-api-ref
        * Source: http://git.openstack.org/cgit/openstack/os-api-ref
        
        
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