Metadata-Version: 1.1
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
Description: 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
        
        
        
        
Keywords: yapf,style format,pep8
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
