[![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.8 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.8 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
```
Raw data
{
"_id": null,
"home_page": "https://github.com/resonai/ybt",
"name": "ybt",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Itamar Ostricher",
"author_email": "yabt@resonai.com",
"download_url": "https://files.pythonhosted.org/packages/53/82/fc48c36179375ab8a80484789cd46bf72350b137a8a6c3e312366c92c435/ybt-0.3.80.tar.gz",
"platform": null,
"description": "[![Travis CI status](https://travis-ci.org/resonai/ybt.svg?branch=master)](https://travis-ci.org/resonai/ybt)\n[![AppVeyor CI status](https://ci.appveyor.com/api/projects/status/12kdeqf4u0egjwq5/branch/master?svg=true)](https://ci.appveyor.com/project/itamaro/ybt)\n\nYaBT: Yet another Build Tool\n============================\n\n## Install\n\nRequires Python 3.8 or above, so make sure you have it (`type -P python3 && python3 -V`).\n\n```sh\nsudo apt-get install -y python3-dev python3-pip\nsudo pip3 install --upgrade pip\nsudo pip3 install ybt\n```\n\nTo configure bash tab-completion, add the following line to your `.bashrc`:\n\n```sh\neval \"$(register-python-argcomplete ybt)\"\n```\n\n## Development\n\nRequires Python 3.8 or above, so make sure you have it (`type -P python3 && python3 -V`).\n\nRecommended with [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org).\n\nInitial virtualenv setup with virtualenvwrapper (when no virtualenv is active, run `deactivate` to make sure):\n\n```sh\nsudo apt-get install -y python3-dev python3-pip\nmkvirtualenv --python=\"$( type -P python3 )\" yabt\ncd $WORKON_HOME/yabt\ngit clone git@github.com:resonai/ybt.git\ncd ybt\n# install development requirements\npip install -r requirements.txt\n# install YaBT itself in local dev mode (in the virtualenv)\npip install -e .\n```\n\nYou should be good to go now.\n\nTry by running unit tests or manual test cases:\n\n```sh\nworkon yabt\ncd $WORKON_HOME/yabt/yabt\n# Run unit tests:\nmake test\n# Some manual tests:\ncd tests/dag\nybt tree\nybt build\ncd ../simple\nybt tree\n# this one requires a running Docker engine,\n# and the current user to be a member of the docker group\nybt build\n```\n",
"bugtrack_url": null,
"license": "Apache License, Version 2.0",
"summary": "Yet another Build Tool",
"version": "0.3.80",
"project_urls": {
"Homepage": "https://github.com/resonai/ybt"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "aeb06d6a93197134f70293b0240e490c009b1a113b7907344da134cf84a37c2f",
"md5": "e63656ce734d94a0c698361567151e79",
"sha256": "a6ac1be7317ea789b814c1f77ea82c01c43d7a6ded5e087c6d2aad659689b210"
},
"downloads": -1,
"filename": "ybt-0.3.80-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e63656ce734d94a0c698361567151e79",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 139352,
"upload_time": "2024-06-09T10:57:26",
"upload_time_iso_8601": "2024-06-09T10:57:26.939663Z",
"url": "https://files.pythonhosted.org/packages/ae/b0/6d6a93197134f70293b0240e490c009b1a113b7907344da134cf84a37c2f/ybt-0.3.80-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5382fc48c36179375ab8a80484789cd46bf72350b137a8a6c3e312366c92c435",
"md5": "05c8bfdea8952a3ddaef9b43650f451a",
"sha256": "66d31e22cb36ea953d727dc3f66e3dd87048db2f04c477c9540d81524a42475e"
},
"downloads": -1,
"filename": "ybt-0.3.80.tar.gz",
"has_sig": false,
"md5_digest": "05c8bfdea8952a3ddaef9b43650f451a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 94791,
"upload_time": "2024-06-09T10:57:29",
"upload_time_iso_8601": "2024-06-09T10:57:29.155563Z",
"url": "https://files.pythonhosted.org/packages/53/82/fc48c36179375ab8a80484789cd46bf72350b137a8a6c3e312366c92c435/ybt-0.3.80.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-09 10:57:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "resonai",
"github_project": "ybt",
"travis_ci": true,
"coveralls": true,
"github_actions": true,
"appveyor": true,
"requirements": [
{
"name": "argcomplete",
"specs": [
[
">=",
"1.1"
]
]
},
{
"name": "colorama",
"specs": [
[
">=",
"0.3"
]
]
},
{
"name": "ConfigArgParse",
"specs": [
[
">=",
"0.10"
]
]
},
{
"name": "GitPython",
"specs": [
[
">=",
"1.0"
]
]
},
{
"name": "munch",
"specs": [
[
">=",
"2.1"
]
]
},
{
"name": "networkx",
"specs": [
[
">=",
"2.0"
]
]
},
{
"name": "ostrichlib",
"specs": [
[
">=",
"0.1"
]
]
},
{
"name": "requests",
"specs": [
[
">=",
"2.18.0"
]
]
},
{
"name": "six",
"specs": [
[
">=",
"1.13.0"
]
]
},
{
"name": "google-cloud-storage",
"specs": []
},
{
"name": "ruff",
"specs": []
},
{
"name": "pytest",
"specs": [
[
">=",
"4.6"
]
]
},
{
"name": "pytest-cov",
"specs": [
[
">=",
"2.6.1"
]
]
},
{
"name": "pytest-ruff",
"specs": []
},
{
"name": "tox",
"specs": [
[
">=",
"2.3"
]
]
}
],
"tox": true,
"lcname": "ybt"
}