Metadata-Version: 1.1
Name: wtools
Version: 0.1.8
Summary: WAF build tools
Home-page: https://bitbucket.org/Moo7/wtools
Author: Michel Mooij
Author-email: michel.mooij7@gmail.com
License: MIT
Download-URL: https://bitbucket.org/Moo7/wtools/downloads/wtools-0.1.8.tar.gz
Description: Summary
        -------
        This package contains a collection of tools for the waf_ build environment
        intended for both native- as well cross compilation of C/C++ based projects.
        
        Following provides a non-exhausting list of functions provided:
        
        - C/C++ setup cross-compile toolchains (**wtools.wcc**)
        - C/C++ export to makefiles (**wtools.wmake**)
        - C/C++ export to Eclipse (**wtools.weclipse**)
        - C/C++ code formatting (**wtools.indent**)
        
        
        Installation
        ------------
        The *wtools* package can be installed using pip::
        
            pip install -I wtools [--user]
        
        As alternative you can also clone the repository and install the latest
        revision::
        
            cd ~
            git clone https://bitbucket.org/Moo7/wtools.git wtools
            pip install -e ~/wtools [--user]
        
        
        Support
        -------
        If you have any suggestions for improvements and/or enhancements, please feel 
        free to drop me a note by creating an issue_ at the wtools_ projects 
        page.
        
        
        .. _waf: https://waf.io
        .. _wafbook: https://waf.io/book/
        .. _issue: https://bitbucket.org/Moo7/wtools/issues
        .. _wtools: https://bitbucket.org/Moo7/wtools
        
        
Keywords: waf,c,c++,eclipse,make,GNU indent
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: Microsoft :: Windows :: Windows Vista
Classifier: Operating System :: Microsoft :: Windows :: Windows XP
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Utilities
