Metadata-Version: 1.1
Name: pylint-fields
Version: 0.2.0
Summary: An example package. Replace this with a proper project description. Generated with https://github.com/ionelmc/cookiecutter-pylibrary
Home-page: https://github.com/ionelmc/pylint-fields
Author: Ionel Cristian Mărieș
Author-email: contact@ionelmc.ro
License: BSD
Description: ===============================
        pylint-fields
        ===============================
        
        .. image:: http://img.shields.io/travis/ionelmc/pylint-fields/master.png?style=flat
            :alt: Travis-CI Build Status
            :target: https://travis-ci.org/ionelmc/pylint-fields
        
        .. image:: https://ci.appveyor.com/api/projects/status/github/ionelmc/pylint-fields?branch=master
            :alt: AppVeyor Build Status
            :target: https://ci.appveyor.com/project/ionelmc/pylint-fields
        
        .. image:: http://img.shields.io/coveralls/ionelmc/pylint-fields/master.png?style=flat
            :alt: Coverage Status
            :target: https://coveralls.io/r/ionelmc/pylint-fields
        
        .. image:: http://img.shields.io/pypi/v/pylint-fields.png?style=flat
            :alt: PYPI Package
            :target: https://pypi.python.org/pypi/pylint-fields
        
        .. image:: http://img.shields.io/pypi/dm/pylint-fields.png?style=flat
            :alt: PYPI Package
            :target: https://pypi.python.org/pypi/pylint-fields
        
        .. image:: https://landscape.io/github/ionelmc/pylint-fields/master/landscape.png?style=flat
            :target: https://landscape.io/github/ionelmc/pylint-fields/master
            :alt: Code Quality Status
        
        .. image:: https://readthedocs.org/projects/pylint-fields/badge/?style=flat
            :target: https://readthedocs.org/projects/pylint-fields
            :alt: Documentation Status
        
        An example package. Replace this with a proper project description. Generated with https://github.com/ionelmc/cookiecutter-pylibrary
        
        * Free software: BSD license
        
        Installation
        ============
        
        ::
        
            pip install pylint-fields
        
        Usage
        =====
        
        Add this to your pylint conf::
        
            [MASTER]
            load-plugins=pylint_fields
        
        
        Documentation
        =============
        
        https://pylint-fields.readthedocs.org/
        
        Development
        ===========
        
        To run the all tests run::
        
            tox
        
        
        Changelog
        =========
        
        0.1.0 (2014-10-22)
        -----------------------------------------
        
        * First release on PyPI.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
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 :: Utilities
