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.47.tar.gz
(88.8 kB
view details)
Built Distribution
ybt-0.3.47-py3-none-any.whl
(134.2 kB
view details)
File details
Details for the file ybt-0.3.47.tar.gz
.
File metadata
- Download URL: ybt-0.3.47.tar.gz
- Upload date:
- Size: 88.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ee3fb575a160f4f91cb45d1231b2d685cb3edcae5faf8a22e522c2bcab4531d |
|
MD5 | 195b0db3f344e985d7ec1b9c9f0891a2 |
|
BLAKE2b-256 | 88f5ec51442e016e812cec5a0cbf54277b7a320dc80d005c83f251952f5804d6 |
Provenance
File details
Details for the file ybt-0.3.47-py3-none-any.whl
.
File metadata
- Download URL: ybt-0.3.47-py3-none-any.whl
- Upload date:
- Size: 134.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf0891053398de949c7825e669bb8b55b8a40a5f1c0e0babad794837ceb3ccb9 |
|
MD5 | 96ddc014f6c8869cc01c8b979432f52e |
|
BLAKE2b-256 | bced6e10818d765bb59a0f90de56cb99ebd6caba35218ca88dde4fb60d244131 |