This file is indexed.

/usr/lib/python2.7/dist-packages/model_mommy-1.5.1.egg-info/PKG-INFO is in python-model-mommy 1.5.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
Metadata-Version: 1.1
Name: model-mommy
Version: 1.5.1
Summary: Smart object creation facility for Django.
Home-page: http://github.com/vandersonmota/model_mommy
Author: vandersonmota
Author-email: vandersonmota@gmail.com
License: Apache 2.0
Description-Content-Type: UNKNOWN
Description: ============================================
        Model Mommy: Smart fixtures for better tests
        ============================================
        
        *Model-mommy* offers you a smart way to create fixtures for testing in Django.
        With a simple and powerful API you can create many objects with a single line of code.
        
        .. image:: https://travis-ci.org/vandersonmota/model_mommy.svg?branch=master
            :target: https://travis-ci.org/vandersonmota/model_mommy
            :alt: Test Status
        
        .. image:: https://badge.fury.io/py/model_mommy.svg
            :target: https://badge.fury.io/py/model_mommy
            :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/gratipay/vandersonmota.svg?style=social&label=Donate
            :target: https://www.gratipay.com/vandersonmota
        
        Install
        =======
        
        .. code-block:: console
        
            pip install model_mommy
        
        
        Usage and Info
        ==============
        
        *     http://model-mommy.readthedocs.org/
        
        
        Maintainers
        ===========
        
        *     Bernardo Fontes - https://github.com/berinhard/
        
        
        Creator
        =======
        
        *     Vanderson Mota - https://github.com/vandersonmota/
        
Keywords: django testing factory python
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6