This file is indexed.

/usr/lib/python3/dist-packages/characteristic-0.1.0.egg-info/PKG-INFO is in python3-characteristic 0.1.0-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
Metadata-Version: 1.1
Name: characteristic
Version: 0.1.0
Summary: Say 'yes' to types but 'no' to typing!
Home-page: https://github.com/hynek/characteristic/
Author: Hynek Schlawack
Author-email: hs@ox.cx
License: MIT
Description: characteristic: Say ‘yes’ to types but ‘no’ to typing!
        ======================================================
        
        .. image:: https://travis-ci.org/hynek/characteristic.svg
           :target: https://travis-ci.org/hynek/characteristic
        
        .. image:: https://coveralls.io/repos/hynek/characteristic/badge.png?branch=master
            :target: https://coveralls.io/r/hynek/characteristic?branch=master
        
        .. begin
        
        
        ``characteristic`` is an `MIT <http://choosealicense.com/licenses/mit/>`_-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols.
        
        You just specify the attributes to work with and ``characteristic`` gives you:
        
        - a nice human-readable ``__repr__``,
        - a complete set of comparison methods,
        - and a kwargs-based initializer (that cooperates with your existing one)
        
        *without* writing dull boilerplate code again and again.
        
        So put down that type-less data structures and welcome some class into your life!
        
        ``characteristic``\ ’s documentation lives at `Read the Docs <https://characteristic.readthedocs.org/>`_, the code on `GitHub <https://github.com/hynek/characteristic>`_.
        It’s rigorously tested on Python 2.6, 2.7, 3.3+, and PyPy.
        
        
        Authors
        -------
        
        ``characteristic`` is written and maintained by `Hynek Schlawack <https://hynek.me/>`_.
        
        The development is kindly supported by `Variomedia AG <https://www.variomedia.de/>`_.
        
        It’s inspired by Twisted’s `FancyEqMixin <http://twistedmatrix.com/documents/current/api/twisted.python.util.FancyEqMixin.html>`_ but is implemented using class decorators because `sub-classing is bad for you <https://www.youtube.com/watch?v=3MNVP9-hglc>`_, m’kay?
        
        
        The following folks helped forming ``characteristic`` into what it is now:
        
        - `Glyph <https://github.com/glyph>`_
        - `Itamar Turner-Trauring <https://github.com/itamarst>`_
        - `Jean-Paul Calderone <https://github.com/exarkun>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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 :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules