Skip to main content

Software Builder Tool

Project description

Builder Tool

This is a Python project that provides a tool for building software. It is language agnostic and works by allowing a user to specify the build tasks which should be performed.

There are two major reasons for writing this. Build tools like ant and gradle are plentiful but many are overly bloated with tons of stuff that's either unnecessary or overly generalized and prone to being convoluted to learn. I wanted something simple to maintain from a project and development workflow perspective.

There are plenty of build related things this tool cannot do. If you run across those, I'm sure one of the others will suit you just fine. This one is really meant to be standalone or to play well with something simple like make at the top level of the build process. It is an attempt to have a straightforward build tool that is not over-engineered. The KISS rule reigns here.

Full documentation may be found here.

Installation

The tool is written in Python and requires Python 3.7 or better. To install straight from PyPi, just do:

pip install builder-tool

If you need to, you can install it from this repo by doing:

git clone https://github.com/jskress/builder-tool
cd builder-tool
python setup.py install

You may want to do the install in a virtual environment. See the setup.py file for which other packages are required (there aren't many and mostly what you'd expect).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

builder-tool-0.2.1.tar.gz (59.4 kB view hashes)

Uploaded Source

Built Distribution

builder_tool-0.2.1-py2.py3-none-any.whl (72.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page