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.15.tar.gz
(73.3 kB
view details)
Built Distribution
ybt-0.3.15-py3-none-any.whl
(111.0 kB
view details)
File details
Details for the file ybt-0.3.15.tar.gz
.
File metadata
- Download URL: ybt-0.3.15.tar.gz
- Upload date:
- Size: 73.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | caa2629d8b8da25f5db3422f02eb620790c83206410cdd91ce9ad41b322286ae |
|
MD5 | 3cbc6b4a121a22bb62f7d7a7cf56338a |
|
BLAKE2b-256 | cc36c870135bbf73fcb5787be6ee481b99bbdf37836d8cee6343c1bb4ffcb31c |
Provenance
File details
Details for the file ybt-0.3.15-py3-none-any.whl
.
File metadata
- Download URL: ybt-0.3.15-py3-none-any.whl
- Upload date:
- Size: 111.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 561ea846352f4e9d0f1c646f034a2a9d37ee534338a71250f1ace158d402a76b |
|
MD5 | 34342db41603eabcc51ffe1f77d032b6 |
|
BLAKE2b-256 | fc8918e70af78e4e8bd3a11d53bfc8eeb876fee8f15e4cb88e194776032bc6df |