Metadata-Version: 2.1
Name: releng-tool
Version: 0.12.0
Summary: release engineering utility tool
Home-page: https://releng.io
Author: releng-tool
Author-email: releng@releng.io
License: BSD-2-Clause
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Provides-Extra: statistics
License-File: LICENSE

releng-tool
===========

.. image:: https://img.shields.io/pypi/v/releng-tool.svg
    :target: https://pypi.python.org/pypi/releng-tool
    :alt: pip Version

.. image:: https://github.com/releng-tool/releng-tool/workflows/build/badge.svg?branch=master
    :target: https://github.com/releng-tool/releng-tool/actions?query=workflow%3Abuild
    :alt: Build Status

.. image:: https://img.shields.io/badge/docs-releng.io-333.svg
    :target: https://docs.releng.io
    :alt: Documentation

.. image:: https://img.shields.io/pypi/dm/releng-tool.svg
    :target: https://pypi.python.org/pypi/releng-tool
    :alt: PyPI download month

releng-tool aims to provide a way to prepare a structured environment to
assist in the building of a project.

Overview
--------

When dealing with the release engineering of a project, assets may be found in
multiple locations and may require various methods to extract, build and more.
releng-tool can be used to process a defined set of projects/packages which
identify where resources can be fetched, how packages can be extracted and
methods to patch, configure, build and install each individual package for a
target root.

For detailed documentation on the releng-tool project, please consult the
`releng-tool documentation`_.

Requirements
------------

* Python_ 2.7 or 3.4+

Host tools such as Git_, scp, etc. may be required depending on the project
being processed (e.g. if a package's sources fetch from a Git source, a Git
client tool is required to perform said fetch).

Installation
------------

This tool can be installed using pip_:

.. code-block:: shell

   pip install releng-tool
    (or)
   python -m pip install releng-tool

For Arch Linux users, this package is also available on AUR:

 | Arch User Repository - releng-tool
 | https://aur.archlinux.org/packages/releng-tool/

Usage
-----

This tool can be invoked from a command line using:

.. code-block:: shell

   releng-tool --help
    (or)
   python -m releng_tool --help

Examples
--------

Examples of releng-tool projects can be found in
`releng-tool's examples repository`_.

.. _Git: https://git-scm.com/
.. _Python: https://www.python.org/
.. _pip: https://pip.pypa.io/
.. _releng-tool documentation: https://docs.releng.io/
.. _releng-tool's examples repository: https://github.com/releng-tool/releng-tool-examples


