Metadata-Version: 2.0
Name: bitbucket-linter
Version: 0.0.4
Summary: Run a linter on bitbucket diffs, and add comments.
Home-page: https://github.com/nadirizr/bitbucket_linter
Author: nadir.izr
Author-email: nadir@armis.com
License: MIT
Keywords: bitbucket,lint,pylint,pybitbucket
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
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
Requires-Dist: astroid (==1.4.4)
Requires-Dist: colorama (==0.3.7)
Requires-Dist: future (==0.15.2)
Requires-Dist: lazy-object-proxy (==1.2.1)
Requires-Dist: oauthlib (==1.0.3)
Requires-Dist: pybitbucket (==0.11.0)
Requires-Dist: pylint (==1.5.4)
Requires-Dist: requests (==2.9.1)
Requires-Dist: requests-oauthlib (==0.6.1)
Requires-Dist: simplejson (==3.8.2)
Requires-Dist: six (==1.10.0)
Requires-Dist: uritemplate (==0.6)
Requires-Dist: wheel (==0.26.0)
Requires-Dist: wrapt (==1.10.6)
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

bitbucket\_linter
=================

A script for running a linter and add comments to bitbucket.


