Metadata-Version: 2.0
Name: wemake-python-styleguide
Version: 0.0.1
Summary: Opinionated styleguide that we use in wemake.services projects
Home-page: https://github.com/wemake-services/wemake-python-styleguide
Author: Nikita Sobolev
Author-email: mail@sobolevn.me
License: MIT
Keywords: flake8,plugin,wemake.services,styleguide
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: Flake8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Dist: flake8


wemake-python-styleguide
------------------------

.. image:: https://img.shields.io/badge/style-wemake.services-green.svg?label=&logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC%2FxhBQAAAAFzUkdCAK7OHOkAAAAbUExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP%2F%2F%2F5TvxDIAAAAIdFJOUwAjRA8xXANAL%2Bv0SAAAADNJREFUGNNjYCAIOJjRBdBFWMkVQeGzcHAwksJnAPPZGOGAASzPzAEHEGVsLExQwE7YswCb7AFZSF3bbAAAAABJRU5ErkJggg%3D%3D
    :target: https://wemake.services

.. image:: https://travis-ci.org/wemake-services/wemake-python-styleguide.svg?branch=master
    :target: https://travis-ci.org/wemake-services/wemake-python-styleguide

.. image:: https://coveralls.io/repos/github/wemake-services/wemake-python-styleguide/badge.svg?branch=master
    :target: https://coveralls.io/github/wemake-services/wemake-python-styleguide?branch=master


Welcome to the most opinionated linter ever.


Installation
============

.. code:: bash

    pip install wemake-python-styleguide


Project status
==============

Right now we are collecting all the things we dislike in `python` and `django` to forbid them forever.
Do you want to contribute? Feel free to submit:

1. `python issues <https://github.com/wemake-services/wemake-python-styleguide/issues/1>`_
2. `code smells <https://github.com/wemake-services/wemake-python-styleguide/issues/2>`_
3. `django issues <https://github.com/wemake-services/wemake-python-styleguide/issues/4>`_


