Metadata-Version: 2.0
Name: po-yayapf
Version: 0.0.2
Summary: yet another individual yapf
Home-page: https://github.com/podhmo/yayapf
Author: podhmo
Author-email: ababjam61+github@gmail.com
License: UNKNOWN
Keywords: yapf,style format,pep8
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: yapf
Provides-Extra: docs
Provides-Extra: testing

yayapf
========================================

yet another yapf. (the goal is removing this package)

supporting below format.

.. code-block:: python

  from foo import (
      x,
      y,
  )
  from foo import (  # NOQA
      x,
      y,
  )


install

.. code-block:: bash

  pip install git+https://github.com/podhmo/yayapf

sample .style.yapf

.. code-block::

  [style]
  based_on_style = pep8
  dedent_closing_brackets=true





