Yet another Build Tool
Project description
[![Travis CI status](https://travis-ci.org/resonai/ybt.svg?branch=master)](https://travis-ci.org/resonai/ybt) [![AppVeyor CI status](https://ci.appveyor.com/api/projects/status/12kdeqf4u0egjwq5/branch/master?svg=true)](https://ci.appveyor.com/project/itamaro/ybt)
YaBT: Yet another Build Tool
## Install
Requires Python 3.4 or above, so make sure you have it (type -P python3 && python3 -V).
`sh 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:
`sh 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](http://virtualenvwrapper.readthedocs.org).
Initial virtualenv setup with virtualenvwrapper (when no virtualenv is active, run deactivate to make sure):
`sh 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:
`sh 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
File details
Details for the file ybt-0.3.12.tar.gz
.
File metadata
- Download URL: ybt-0.3.12.tar.gz
- Upload date:
- Size: 71.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ea48bb240f93df58b2d06acbe0a279a680eb10e2515bd890504a600bbe3e27b |
|
MD5 | 17b402409392763906573fb537ea0027 |
|
BLAKE2b-256 | b2e9b84448ec9fa88664c80e32dd89ab4587ad877ba1dc55cd526470287c02c4 |
Provenance
File details
Details for the file ybt-0.3.12-py3-none-any.whl
.
File metadata
- Download URL: ybt-0.3.12-py3-none-any.whl
- Upload date:
- Size: 109.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 917059fa0340bba4003dab19bf6fcedb8f0c5d28d59c0b6fe1e9de922324e721 |
|
MD5 | 2e1c1a08a060d55e058df8d6710c4ab1 |
|
BLAKE2b-256 | 1a9d0b36973af926de4fb7a61a327d862c7d9dc757dd1809dcb492825ae9e161 |