Metadata-Version: 2.0
Name: flake8-coding
Version: 1.0.1
Summary: Adds coding magic comment checks to flake8
Home-page: https://github.com/tk0miya/flake8-coding
Author: Takeshi KOMIYA
Author-email: i.tkomiya at gmail.com
License: Apache License 2.0
Keywords: pep8 flake8 coding
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
Requires-Dist: flake8

Flake8 Coding plugin
=====================

.. image:: https://travis-ci.org/tk0miya/flake8-coding.svg?branch=master
   :target: https://travis-ci.org/tk0miya/WebDispatch

.. image:: https://coveralls.io/repos/tk0miya/flake8-coding/badge.png?branch=master
   :target: https://coveralls.io/r/tk0miya/flake8-coding?branch=master

.. image:: https://pypip.in/wheel/flake8-coding/badge.png
   :target: https://pypi.python.org/pypi/flake8-coding/
   :alt: Wheel Status

Checks for coding magic comment (``coding:``) in all python files.

Install
--------

Install with pip::

    $ pip install flake8-coding

Further options
----------------

accept-encodings
    Acceptable source code encodings for ``coding:`` magic comment.
    Default is ``latin-1, utf-8``.

Requirements
-------------

* Python 2.6, 2.7, 3.3, 3.4
* flake8

License
--------

Apache License 2.0


