This file is indexed.

/usr/lib/python2.7/dist-packages/trytond-3.4.0.egg-info/PKG-INFO is in tryton-server 3.4.0-3+deb8u3.

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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Metadata-Version: 1.1
Name: trytond
Version: 3.4.0
Summary: Tryton server
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker@tryton.org
License: GPL-3
Download-URL: http://downloads.tryton.org/3.4/
Description: trytond
        =======
        
        The server of the Tryton application platform.
        A three-tiers  high-level general purpose application platform
        written in Python and use Postgresql as main database engine.
        It is the core base of an Open Source ERP.
        It provides modularity, scalability and security.
        
        Installing
        ----------
        
        See INSTALL
        
        Package Contents
        ----------------
        
          bin/
              Script for startup.
        
          doc/
              sphinx documentation in reStructuredText.
              To generate the HTML (trytond module must be in PYTHONPATH):
        
                sphinx-build doc/ doc/
        
          etc/
              Configuration files.
        
          trytond/
              trytond sources.
        
        Database Backends
        -----------------
        
        Tryton is mainly developed for PostgreSQL (8.2 or later) but there are other 
        backends available. Here are some warnings about using other backends:
        
          * MySQL
        
            * The lock implementation of MySQL requires that Tryton locks all tables.
        
            * There are problems with floating-point comparisons.
              See: http://dev.mysql.com/doc/refman/5.5/en/problems-with-float.html
        
            * Tryton uses a VARCHAR(255) for Char, Selection and Reference fields.
        
            * MySQL can not create indexes containing text or blob fields.
        
            * Timestamp has a precision of second which is used for optimistic lock.
        
            * Tryton uses a DECIMAL(65, 30) for Decimal fields and DOUBLE(255, 30) for
              Float fields.
        
            * MySQL version should be 5.0 or later.
        
          * SQLite
        
            * SQLite can not alter column definitions nor create foreign keys.
        
            * SQL constraints are validated by Tryton instead of database.
        
            * Timestamp has a precision of second which is used for optimistic lock.
        
        Support
        -------
        
        If you encounter any problems with Tryton, please don't hesitate to ask
        questions on the Tryton bug tracker, mailing list, wiki or IRC channel:
        
          http://bugs.tryton.org/
          http://groups.tryton.org/
          http://wiki.tryton.org/
          irc://irc.freenode.net/tryton
        
        License
        -------
        
        See LICENSE
        
        Copyright
        ---------
        
        See COPYRIGHT
        
        
        For more information please visit the Tryton web site:
        
          http://www.tryton.org/
        
Keywords: business application platform ERP
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: Bulgarian
Classifier: Natural Language :: Catalan
Classifier: Natural Language :: Czech
Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Natural Language :: German
Classifier: Natural Language :: Russian
Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks