/usr/lib/python2.7/dist-packages/yanc-0.3.3.egg-info/PKG-INFO is in python-nose-yanc 0.3.3-3.
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 | Metadata-Version: 1.1
Name: yanc
Version: 0.3.3
Summary: Yet another nose colorer
Home-page: https://github.com/0compute/yanc
Author: Arthur Noel
Author-email: arthur@0compute.net
License: GPL
Description: YANC
        ----
        
        YANC is color output plugin for nose that plays nicely with others.
        
        To enable the plugin pass `--with-yanc` to `nosetests`.
        
        .. image:: http://img.shields.io/travis/0compute/yanc/master.png
            :target: http://travis-ci.org/0compute/yanc
            :alt: Build
        
        .. image:: http://img.shields.io/coveralls/0compute/yanc/master.png
            :target: https://coveralls.io/r/0compute/yanc
            :alt: Coverage
        
        .. image:: https://landscape.io/github/0compute/yanc/master/landscape.png
            :target: https://landscape.io/github/0compute/yanc/master
            :alt: Code Health
        
        .. image:: http://img.shields.io/pypi/v/yanc.png
            :target: https://pypi.python.org/pypi/yanc/
            :alt: Latest Version
        
        .. image:: https://pypip.in/license/yanc/badge.png
            :target: https://github.com/0compute/yanc/blob/master/LICENSE
            :alt: License
        
Keywords: nose color
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Testing
 |