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.32.tar.gz
(83.2 kB
view details)
Built Distribution
ybt-0.3.32-py3-none-any.whl
(125.7 kB
view details)
File details
Details for the file ybt-0.3.32.tar.gz
.
File metadata
- Download URL: ybt-0.3.32.tar.gz
- Upload date:
- Size: 83.2 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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1165d0decbcff722f4026fb4248df1ed4e8d6284d62d88e2dc698f24633dc1e8 |
|
MD5 | a403e8fb5e30f5c0788735e56c9a8c9e |
|
BLAKE2b-256 | 80f8c92df3825c910bca6137666fa192a91b842235e8e0d1e62a4e303802962f |
Provenance
File details
Details for the file ybt-0.3.32-py3-none-any.whl
.
File metadata
- Download URL: ybt-0.3.32-py3-none-any.whl
- Upload date:
- Size: 125.7 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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24a8b8969df58ea71e221c441bf60e0d2fd455dd93906451a251e6ac74b21930 |
|
MD5 | 820facd1887ab07df2a0a90eb43d3748 |
|
BLAKE2b-256 | b5930286d5178928a85b8416fcbd9cb7cbdba2f79a3d553d2d4c9ca22f7a057d |