ybt 0.2.0rc18
pip install ybt==0.2.0rc18
Newer version available (0.3.80)
Released:
Yet Another Build Tool
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache License, Version 2.0)
- Author: Itamar Ostricher
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
=======================
YABT: Yaweza Build Tool
=======================
AKA: Yet Another Build Tool (the open source project).
Install
-------
Requires Python 3.4 or above, so make sure you have it (``type -P python3 && python3 -V``).
.. code-block:: shell
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`:
.. code-block:: shell
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):
.. code-block:: shell
sudo apt-get install -y python3-dev python3-pip
mkvirtualenv --python="$(type -P python3)" yabt
cd $WORKON_HOME/yabt
git clone git@bitbucket.org:yowza3d/yabt.git
cd yabt
# 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:
.. code-block:: shell
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
YABT: Yaweza Build Tool
=======================
AKA: Yet Another Build Tool (the open source project).
Install
-------
Requires Python 3.4 or above, so make sure you have it (``type -P python3 && python3 -V``).
.. code-block:: shell
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`:
.. code-block:: shell
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):
.. code-block:: shell
sudo apt-get install -y python3-dev python3-pip
mkvirtualenv --python="$(type -P python3)" yabt
cd $WORKON_HOME/yabt
git clone git@bitbucket.org:yowza3d/yabt.git
cd yabt
# 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:
.. code-block:: shell
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache License, Version 2.0)
- Author: Itamar Ostricher
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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.2.0rc18.tar.gz
.
File metadata
- Download URL: ybt-0.2.0rc18.tar.gz
- Upload date:
- Size: 47.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
42c215a789041d54e18f0404187079f2d7616b3ce9e8544616762ce1cca7f186
|
|
MD5 |
d2593eb79fe1af20679b03019bcc8e2b
|
|
BLAKE2b-256 |
f2ec98d389b4b60e89e0825cc26d5404260f8eec2e6bab68fc3fed8edbf98b8c
|
File details
Details for the file ybt-0.2.0rc18-py3-none-any.whl
.
File metadata
- Download URL: ybt-0.2.0rc18-py3-none-any.whl
- Upload date:
- Size: 74.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
eaa2e6938148c7698d04f7b53eeecbb86cdcbdec876717609a2c344343946cf2
|
|
MD5 |
879b87a404cdea9398ad334c597cc260
|
|
BLAKE2b-256 |
99591673a147b11a01505dfc442c73a0179b72623ede5f27d9fe5451c9034723
|