This file is indexed.

/usr/lib/python2.7/dist-packages/Rabbyt-0.8.1.egg-info/PKG-INFO is in python-rabbyt 0.8.1-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
Metadata-Version: 1.0
Name: Rabbyt
Version: 0.8.1
Summary: A fast 2D sprite engine using OpenGL
Home-page: http://matthewmarshall.org/projects/rabbyt/
Author: Matthew Marshall
Author-email: matthew@matthewmarshall.org
License: MIT
Description: Rabbyt is a sprite library for Python with game development in mind.  It
        provides fast performance with an easy to use but flexable API.
        
        For a quick rundown on the current features see the website__.
        
        __ http://matthewmarshall.org/projects/rabbyt/
        
        You can find the `reference documentation here`__.
        
        __ http://matthewmarshall.org/projects/rabbyt/docs/
        
        
        
        Changes from Version 0.8 to Version 0.8.1
        ===============================================================
        
        
        * Added ``collide_groups()``, ``aabb_collide_groups()``,
          and ``aabb_collide_single()`` functions.
        
        * Fixed using sequences of anims with ``chain``.
        
        * Fixed a potential segmentation fault when aabb_collide is given invalid rects.
        
        * Added support for unary operators to anims.
        
        
        
        
        
Platform: UNKNOWN