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.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

ybt-0.3.72.tar.gz (91.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: ybt-0.3.72.tar.gz
  • Upload date:
  • Size: 91.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.1

File hashes

Hashes for ybt-0.3.72.tar.gz
Algorithm Hash digest
SHA256 74e45699a422cdd5378ec04a290b24287f00e93c9820ebcce59934e43cfebbe0
MD5 8f515abc91034d7da24fe577c7d08947
BLAKE2b-256 174ab3be62eabb0a8358eeb5c7fce1b1215b02e5b771ed07489165c99a5ab8d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ybt-0.3.72-py3-none-any.whl
  • Upload date:
  • Size: 139.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.1

File hashes

Hashes for ybt-0.3.72-py3-none-any.whl
Algorithm Hash digest
SHA256 cc5e2498a6cf6f0c760be8c1ecf7f5e57636e977a6352573528cb4f0140b7341
MD5 65058d37c35c27c866ac1ea1d5747c73
BLAKE2b-256 468c40b16d3789c5d1fcb7f6ca63bb289d101987ca5901a729a78c3c74f17b97

See more details on using hashes here.

Supported by

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