Metadata-Version: 2.1
Name: BobBuildTool
Version: 0.20.0rc1
Summary: Functional cross platform build-automation tool
Home-page: https://bobbuildtool.github.io/
Author: Jan Klötzke
Author-email: jan@kloetzke.net
License: GPLv3+
Download-URL: https://github.com/BobBuildTool/bob/releases
Keywords: bob build-automation build-system
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: azure
License-File: LICENSE

[Bob Build Tool](https://bobbuildtool.github.io/)
=================================================

Bob is a build automation tool inspired by bitbake and portage. It is intended
for complex embedded projects and thus focuses on reproducible builds while
still being nice to developers in agile environments.

[![Documentation Status](http://readthedocs.org/projects/bob-build-tool/badge/?version=latest)](http://bob-build-tool.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://github.com/BobBuildTool/bob/actions/workflows/workflow.yaml/badge.svg)](https://github.com/BobBuildTool/bob/actions/workflows/workflow.yaml)
[![codecov.io](https://codecov.io/github/BobBuildTool/bob/coverage.svg?branch=master)](https://codecov.io/github/BobBuildTool/bob?branch=master)

Installation
============

To install the latest release just do a:

    $ python3 -m pip install BobBuildTool [--user]

See the [installation instructions](https://bob-build-tool.readthedocs.io/en/latest/installation.html)
for more information and other methods.

Getting started
===============

It's probably the best to head over to the
[documentation](http://bob-build-tool.readthedocs.io/). To get an impression
of how Bob is configured, have a look at the
[tutorials](https://github.com/BobBuildTool/bob-tutorials). A real project that
is built by Bob can be found [here](https://github.com/BobBuildTool/basement).

If you have a specific question you're welcome to post on the
[mailing list](mailto:bob-build-tool@freelists.org)
([FreeLists](http://www.freelists.org/list/bob-build-tool)).

