Skip to main content

Yet another Build Tool

Project description

Travis CI status AppVeyor CI status

YaBT: Yet another Build Tool

Install

Requires Python 3.8 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.8 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.80.tar.gz (94.8 kB view details)

Uploaded Source

Built Distribution

ybt-0.3.80-py3-none-any.whl (139.4 kB view details)

Uploaded Python 3

File details

Details for the file ybt-0.3.80.tar.gz.

File metadata

  • Download URL: ybt-0.3.80.tar.gz
  • Upload date:
  • Size: 94.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for ybt-0.3.80.tar.gz
Algorithm Hash digest
SHA256 66d31e22cb36ea953d727dc3f66e3dd87048db2f04c477c9540d81524a42475e
MD5 05c8bfdea8952a3ddaef9b43650f451a
BLAKE2b-256 5382fc48c36179375ab8a80484789cd46bf72350b137a8a6c3e312366c92c435

See more details on using hashes here.

File details

Details for the file ybt-0.3.80-py3-none-any.whl.

File metadata

  • Download URL: ybt-0.3.80-py3-none-any.whl
  • Upload date:
  • Size: 139.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for ybt-0.3.80-py3-none-any.whl
Algorithm Hash digest
SHA256 a6ac1be7317ea789b814c1f77ea82c01c43d7a6ded5e087c6d2aad659689b210
MD5 e63656ce734d94a0c698361567151e79
BLAKE2b-256 aeb06d6a93197134f70293b0240e490c009b1a113b7907344da134cf84a37c2f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page