This file is indexed.

/usr/lib/python3/dist-packages/inflection-0.3.1.egg-info/PKG-INFO is in python3-inflection 0.3.1-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
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
Metadata-Version: 1.1
Name: inflection
Version: 0.3.1
Summary: A port of Ruby on Rails inflector to Python
Home-page: http://github.com/jpvanhal/inflection
Author: Janne Vanhala
Author-email: janne.vanhala@gmail.com
License: MIT
Description: Inflection
        ==========
        
        |build status|_
        
        .. |build status| image:: https://secure.travis-ci.org/jpvanhal/inflection.png?branch=master
           :alt: Build Status
        .. _build status: http://travis-ci.org/jpvanhal/inflection
        
        Inflection is a string transformation library.  It singularizes and pluralizes
        English words, and transforms strings from CamelCase to underscored string.
        Inflection is a port of `Ruby on Rails`_' `inflector`_ to Python.
        
        .. _Ruby on Rails: http://rubyonrails.org
        .. _inflector: http://api.rubyonrails.org/classes/ActiveSupport/Inflector.html
        
        Resources
        ---------
        
        - `Documentation <http://inflection.readthedocs.org/>`_
        - `Issue Tracker <http://github.com/jpvanhal/inflection/issues>`_
        - `Code <http://github.com/jpvanhal/inflection>`_
        - `Development Version
          <http://github.com/jpvanhal/inflection/zipball/master#egg=Inflection-dev>`_
        
        
        Changelog
        ---------
        
        Here you can see the full list of changes between each Inflection release.
        
        0.3.1 (May 3, 2015)
        ^^^^^^^^^^^^^^^^^^^
        
        - Fixed trove classifiers not showing up on PyPI.
        - Fixed "human" pluralized as "humen" and not "humans".
        - Fixed "potato" pluralized as "potatos" and not "potatoes".
        
        0.3.0 (March 1, 2015)
        +++++++++++++++++++++
        
        - Added `tableize()` function.
        
        0.2.1 (September 3, 2014)
        +++++++++++++++++++++++++
        
        - Added Python 2, Python 3 and Python 3.4 trove classifiers.
        
        0.2.0 (June 15, 2013)
        +++++++++++++++++++++
        
        - Added initial support for Python 3.
        - Dropped Python 2.5 support.
        
        0.1.2 (March 13, 2012)
        ++++++++++++++++++++++
        
        - Added Python 2.5 support.
        
        0.1.1 (February 24, 2012)
        +++++++++++++++++++++++++
        
        - Fixed some files not included in the distribution package.
        
        0.1.0 (February 24, 2012)
        +++++++++++++++++++++++++
        
        - Initial public release
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy