Yet another Build Tool
Project description
YaBT: Yet another Build Tool
Install
Requires Python 3.6 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.6 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ybt-0.3.71.tar.gz.
File metadata
- Download URL: ybt-0.3.71.tar.gz
- Upload date:
- Size: 91.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
091ff272119f73032e362fd17186757e3134be477f46858ed383a21ce5be9b7a
|
|
| MD5 |
7b9aab731ef4c4154c778f44f7b17655
|
|
| BLAKE2b-256 |
44b7c4622253fdb41fbbfe5f75dfe75afb4cc1accae14c007d134f5477fbae33
|
File details
Details for the file ybt-0.3.71-py3-none-any.whl.
File metadata
- Download URL: ybt-0.3.71-py3-none-any.whl
- Upload date:
- Size: 138.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca1233a0b6c1eb23486afc0af151371394eb3277e624d511db5814eb4d0021d5
|
|
| MD5 |
d5b15d1a550a349a242bfce47f0417e0
|
|
| BLAKE2b-256 |
b3e161fdd64845622964f4ca9cdd981398c9d088f028bc36af19df27dd3c465c
|