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.36.tar.gz
(83.9 kB
view details)
Built Distribution
ybt-0.3.36-py3-none-any.whl
(126.5 kB
view details)
File details
Details for the file ybt-0.3.36.tar.gz
.
File metadata
- Download URL: ybt-0.3.36.tar.gz
- Upload date:
- Size: 83.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 687ac4f14e6fc056fe7489ae9c9f4d674d493e78b540f6ca1c303eefcaec2670 |
|
MD5 | 6e976058f94032b042f77650451a1558 |
|
BLAKE2b-256 | 956ce49ba2f4cb2adb0862216388bc732e98c3c7c19e0dfa39d558bfee1735b9 |
Provenance
File details
Details for the file ybt-0.3.36-py3-none-any.whl
.
File metadata
- Download URL: ybt-0.3.36-py3-none-any.whl
- Upload date:
- Size: 126.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4369da0b1d70de64b61541361934af6ea832b7de64e4f010bbb7f01d4c593c9 |
|
MD5 | c023cce0ca0ad0198bfa52a92ae5fb97 |
|
BLAKE2b-256 | 8b57d2b4a320463ad20774f6d943a79ac5bb678a9369ed8b0078c4c0fb35d62f |