Metadata-Version: 2.0
Name: flake8-checkstyle
Version: 0.0.1
Summary: Output Checkstyle XML reports of flake8 violations.
Home-page: https://github.com/d9magai/flake8-checkstyle
Author: Daichi Kumagai
Author-email: d9magai@gmail.com
License: MIT License
Description-Content-Type: UNKNOWN
Keywords: flake8 checkstyle
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Flake8
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-checkstyle
===========

Output Checkstyle XML reports of flake8 violations.

License
-------

* MIT License


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

0.0.1 (2018-01-08)
------------------

* First release on PyPI.


