Metadata-Version: 1.1
Name: waftools
Version: 0.4.9
Summary: Handy tools for the WAF meta build environment
Home-page: https://bitbucket.org/Moo7/waftools
Author: Michel Mooij
Author-email: michel.mooij7@gmail.com
License: MIT
Download-URL: https://bitbucket.org/Moo7/waftools/downloads/waftools-0.4.9.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:
        
        - Cross compile using several C/C++ cross compiler toolchains
        - C/C++ export to makefiles (e.g. **make**, **cmake**)
        - C/C++ export to IDE's (e.g. **Code::Blocks**, **Eclipse**, **Visual Studio**)
        - C/C++ source code checking using **cppcheck** (including *html* reports)
        - Clean and format C/C++ source code using **GNU** **indent**
        - Create installers using **NSIS**
        - Create C/C++ documentation using **DoxyGen**
        - List dependencies between build tasks
        
        A detailed description of *waftools* can be found at pythonhosted_.
        
        
        Installation
        ------------
        The *waftools* package can be installed using pip::
        
            pip install -I waftools [--user]
            wafinstall [--user]
        
        Note that the last step will download and install the waf_ meta build system
        as well.
        As alternative you can also clone the repository and install the latest
        revision::
        
            cd ~
            git clone https://bitbucket.org/Moo7/waftools.git waftools
            pip install -e ~/waftools [--user]
            wafinstall [--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 waftools_ projects 
        page.
        
        
        .. _waf: https://code.google.com/p/waf/
        .. _wafbook: http://docs.waf.googlecode.com/git/book_18/single.html
        .. _issue: https://bitbucket.org/Moo7/waftools/issues
        .. _pythonhosted: https://pythonhosted.org/waftools
        .. _waftools: https://bitbucket.org/Moo7/waftools
        
        
Keywords: waf,c,c++,cppcheck,codeblocks,eclipse,make,cmake,msdev,doxygen,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
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Utilities
