Metadata-Version: 1.1
Name: pyastyle
Version: 1.1.4
Summary: Python wrapper extension for Artistic Style
Home-page: https://github.com/timonwong/pyastyle
Author: Timon Wong
Author-email: timon86.wang@gmail.com
License: UNKNOWN
Description: Python module for astyle
        ========================
        
        | |version| |travis| |appveyor|
        
        .. |version| image:: https://pypip.in/version/pyastyle/badge.svg?style=flat
            :alt: PyPI Package latest release
            :target: https://pypi.python.org/pypi/pyastyle
        
        .. |travis| image:: https://travis-ci.org/timonwong/pyastyle.svg?branch=master
            :alt: Travis-CI Build Status
            :target: https://travis-ci.org/timonwong/pyastyle
        
        .. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/timonwong/pyastyle?branch=master&svg=true
            :alt: AppVeyor Build Status
            :target: https://ci.appveyor.com/project/timonwong/pyastyle
        
        This is a python wrapper extension for `Artistic Style`_, a wonderful code formatter & beautifier.
        
        
        Compilation
        -----------
        
        ::
        
            python setup.py build
        
        
        Credits
        -------
        
        **Artistic Style** - A Free, Fast and Small Automatic Formatter for C, C++, C#, and Java Source Code
        
        Licensed under `GNU Lesser General Public License version 3.0`_
        
        .. _Artistic Style: http://sourceforge.net/projects/astyle
        .. _GNU Lesser General Public License version 3.0: http://astyle.sourceforge.net/license.html
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: Implementation :: CPython
