/paddle

Young and dynamic build system for Python

Primary LanguageKotlinMIT LicenseMIT

Paddle

Young and dynamic build system for Python.

Setup

To install Paddle you can execute the following curl command:

curl -s 'https://raw.githubusercontent.com/tanvd/paddle/master/scripts/install.sh' -o ./install.sh && chmod +x install.sh && ./install.sh && rm ./install.sh