Socket
Book a DemoInstallSign in
Socket

wtools

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wtools

WAF build tools

pipPyPI
Version
1.0.13
Maintainers
1

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 gcc (cross-compile) toolchains (wtools.wcc)
  • C/C++ export to Makefiles (wtools.make)
  • C/C++ export to Eclipse projects using WAF (wtools.eclipse_waf)
  • C/C++ export to Eclipse projects using GNU make (wtools.eclipse_make)
  • C/C++ code formatting (wtools.indent)
  • Display component information as tree (wtools.tree)
  • Package binaries, libraries and files; supports .rpm, .deb and .ipk (ipkg/opkg) (wtools.pkg)

Take a look at the wafbook For a detailed description of the waf build system.

Installation

The wtools package can be installed using pip:

pip3 install wtools --upgrade --no-cache-dir --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.

Keywords

waf

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts