This file is indexed.

/usr/lib/python3/dist-packages/os_win-1.2.0.egg-info/PKG-INFO is in python3-os-win 1.2.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
Metadata-Version: 1.1
Name: os-win
Version: 1.2.0
Summary: Windows / Hyper-V library for OpenStack projects.
Home-page: http://www.cloudbase.it/
Author: Cloudbase Solutions Srl
Author-email: info@cloudbasesolutions.com
License: UNKNOWN
Description: ======
        os-win
        ======
        
        Windows / Hyper-V library for OpenStack projects.
        
        This library contains Windows / Hyper-V specific code commonly used in
        OpenStack projects. The library can be used in any other OpenStack projects
        where it is needed.
        
        * Free software: Apache license
        * Documentation: http://docs.openstack.org/developer/os-win
        * Source: http://git.openstack.org/cgit/openstack/os-win
        * Bugs: http://bugs.launchpad.net/os-win
        
        
        How to Install
        --------------
        
        os-win is released on Pypi, meaning that it can be installed and upgraded via
        pip. To install os-win, run the following command:
        
        ::
        
            pip install os-win
        
        To upgrade os-win, run the following command:
        
        ::
        
            pip install -U os-win
        
        Note that the first OpenStack release to use os-win is Mitaka. Previous
        releases do not benefit from this library.
        
        Tests
        -----
        
        You will have to install the test dependencies first to be able to run the
        tests.
        
        ::
        
            C:\os_win> pip install -r requirements.txt
            C:\os_win> pip install -r test-requirements.txt
        
        You can run the unit tests with the following command.
        
        ::
        
            C:\os_win> nosetests os_win\tests
        
        
        How to contribute
        -----------------
        
        To contribute to this project, please go through the following steps.
        
        1. Clone the project and keep your working tree updated.
        2. Make modifications on your working tree.
        3. Run unit tests.
        4. If the tests pass, commit your code.
        5. Submit your code via ``git review``.
        6. Check that Jenkins and the Microsoft Hyper-V CI pass on your patch.
        7. If there are issues with your commit, ammend, and submit it again via
           ``git review``.
        8. Wait for the patch to be reviewed.
        
        
        Features
        --------
        
        os-win is currently used in the following OpenStack projects:
        
        * nova
        * cinder
        * compute-hyperv
        * networking-hyperv
        * ceilometer
        * os-brick
        
        
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 :: Microsoft :: Windows
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