Yet another Build Tool
Project description
YaBT: Yet another Build Tool
Install
Requires Python 3.4 or above, so make sure you have it (type -P python3 && python3 -V
).
sudo apt-get install -y python3-dev python3-pip
sudo pip3 install --upgrade pip
sudo pip3 install ybt
To configure bash tab-completion, add the following line to your .bashrc
:
eval "$(register-python-argcomplete ybt)"
Development
Requires Python 3.4 or above, so make sure you have it (type -P python3 && python3 -V
).
Recommended with virtualenvwrapper.
Initial virtualenv setup with virtualenvwrapper (when no virtualenv is active, run deactivate
to make sure):
sudo apt-get install -y python3-dev python3-pip
mkvirtualenv --python="$( type -P python3 )" yabt
cd $WORKON_HOME/yabt
git clone git@github.com:resonai/ybt.git
cd ybt
# install development requirements
pip install -r requirements.txt
# install YaBT itself in local dev mode (in the virtualenv)
pip install -e .
You should be good to go now.
Try by running unit tests or manual test cases:
workon yabt
cd $WORKON_HOME/yabt/yabt
# Run unit tests:
make test
# Some manual tests:
cd tests/dag
ybt tree
ybt build
cd ../simple
ybt tree
# this one requires a running Docker engine,
# and the current user to be a member of the docker group
ybt build
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ybt-0.3.18.tar.gz
(75.9 kB
view details)
Built Distribution
ybt-0.3.18-py3-none-any.whl
(115.3 kB
view details)
File details
Details for the file ybt-0.3.18.tar.gz
.
File metadata
- Download URL: ybt-0.3.18.tar.gz
- Upload date:
- Size: 75.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68be3859a6120055a06705f8e38edeb778cc6ab9218e510d77fbf2f00c755328 |
|
MD5 | 07f78b84272dcf51f77e810852b6db5f |
|
BLAKE2b-256 | 0a90a730bfad06e2c884d78a853e6b255d60670bc6fa22b6ada08136ba661a3a |
Provenance
File details
Details for the file ybt-0.3.18-py3-none-any.whl
.
File metadata
- Download URL: ybt-0.3.18-py3-none-any.whl
- Upload date:
- Size: 115.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d474743177140488ba0daccfb9eb0ba5ee9e9243624fe5b505815501e1e20edb |
|
MD5 | 9d41ff6e69f075acf938984e9bde62e6 |
|
BLAKE2b-256 | d5937c4ccf9698f401f20e53b520e534a399927ac78a8efe2690d74c141d32e5 |