Metadata-Version: 2.0
Name: flake8-formatter-abspath
Version: 0.1.4
Summary: A flake8 formatter plugin that shows the absolute path of files with warnings
Home-page: https://github.com/jarshwah/flake8_formatter_abspath
Author: Josh Smeaton
Author-email: josh.smeaton@gmail.com
License: MIT license
Keywords: flake8_formatter_abspath flake8 formatter
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: flake8 (>=3.0.0)

===============================
flake8-formatter-abspath
===============================


.. image:: https://img.shields.io/pypi/v/flake8_formatter_abspath.svg
        :target: https://pypi.python.org/pypi/flake8_formatter_abspath

.. image:: https://img.shields.io/travis/jarshwah/flake8_formatter_abspath.svg
        :target: https://travis-ci.org/jarshwah/flake8_formatter_abspath

.. image:: https://pyup.io/repos/github/jarshwah/flake8_formatter_abspath/shield.svg
     :target: https://pyup.io/repos/github/jarshwah/flake8_formatter_abspath/
     :alt: Updates


A flake8 formatter plugin that shows the absolute path of files with warnings.

* Free software: MIT license

Installation
------------

.. code-block:: bash

     pip3 install flake8
     pip3 install flake8_formatter_abspath

Usage
-----

.. code-block:: bash

     $ flake8 --format=abspath flake8_formatter_abspath
     /Users/jarshwah/dev/flake8_formatter_abspath/flake8_formatter_abspath/plugin.py:5:1: F401 'sys' imported but unused

Jenkins WarningsPublisher
-------------------------

TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.0 (2017-04-08)
------------------

* Use `flake8 --format=abspath` to report the absolute path of files with warnings


