ybt


Nameybt JSON
Version 0.3.79 PyPI version JSON
download
home_pagehttps://github.com/resonai/ybt
SummaryYet another Build Tool
upload_time2024-01-04 05:52:20
maintainer
docs_urlNone
authorItamar Ostricher
requires_python
licenseApache License, Version 2.0
keywords
VCS
bugtrack_url
requirements argcomplete colorama ConfigArgParse GitPython munch networkx ostrichlib requests six google-cloud-storage flake8 pytest pytest-cov pytest-flake8 tox
Travis-CI
coveralls test coverage
            [![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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Itamar Ostricher",
    "author_email": "yabt@resonai.com",
    "download_url": "https://files.pythonhosted.org/packages/02/ff/316994d6ce87a920d169e4578dbf7d189ade4145768d36e97d42c020edd0/ybt-0.3.79.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\n\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Yet another Build Tool",
    "version": "0.3.79",
    "project_urls": {
        "Homepage": "https://github.com/resonai/ybt"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02ff316994d6ce87a920d169e4578dbf7d189ade4145768d36e97d42c020edd0",
                "md5": "dca1751ad9f655ed59b9e4fdc90550da",
                "sha256": "4967eef2012c8c961f9d38fc445617d8023b1203d39e52a75f9c0f2985735ed0"
            },
            "downloads": -1,
            "filename": "ybt-0.3.79.tar.gz",
            "has_sig": false,
            "md5_digest": "dca1751ad9f655ed59b9e4fdc90550da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 94958,
            "upload_time": "2024-01-04T05:52:20",
            "upload_time_iso_8601": "2024-01-04T05:52:20.241941Z",
            "url": "https://files.pythonhosted.org/packages/02/ff/316994d6ce87a920d169e4578dbf7d189ade4145768d36e97d42c020edd0/ybt-0.3.79.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-04 05:52:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "resonai",
    "github_project": "ybt",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "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": "flake8",
            "specs": [
                [
                    "<",
                    "4"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    ">=",
                    "4.6"
                ]
            ]
        },
        {
            "name": "pytest-cov",
            "specs": [
                [
                    ">=",
                    "2.6.1"
                ]
            ]
        },
        {
            "name": "pytest-flake8",
            "specs": [
                [
                    ">=",
                    "1.0"
                ]
            ]
        },
        {
            "name": "tox",
            "specs": [
                [
                    ">=",
                    "2.3"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "ybt"
}
        
Elapsed time: 0.16327s