Skip to main content

The most elegant build system.

Project description

Pel is the most elegant build system

Introduction

Pel is an easy-to-use build system/task runner written in Python. It is designed to be more advanced than task runners like Make or Invoke, but much simpler than complex build systems like CMake or Bazel.

Installation

Installation from pip

pip3 install --user pel

It is safe to install Pel as a global Python package. Installing Pel will never modify any other Python packages on your computer.

Development status

Pel is still in the early stages of development. It is not currently ready for production use.

Features

Cross-platform support

Pel is written in pure Python, and is intended to work on any operating system supported by Python, such as:

  • Linux
  • Windows
  • macOS
  • FreeBSD

Why we made Pel

Most build systems are either too simple or too complex.

  • A simple build system, like Make or Invoke makes it easy to run arbitrary shell commands, but makes it hard to add non-trivial dependency management and build caching
  • A complex build system, like CMake or Bazel, offers sophisticated dependency management and build caching, but only for predefined types of build targets. These build systems are excellent choices for building a large C++ monorepo, but can be unwieldy to integrate with arbitrary commands and obscure build tools.

Pel is designed to be the happy medium between simple and complex.

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

pel-0.0.1.tar.gz (256.5 kB view hashes)

Uploaded Source

Built Distribution

pel-0.0.1-py3-none-any.whl (265.7 kB view hashes)

Uploaded 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