Metadata-Version: 2.1
Name: lftools
Version: 0.30.0
Summary: Linux Foundation Release Engineering Tools
Home-page: https://docs.releng.linuxfoundation.org/projects/lftools
Author: LF Releng
Author-email: releng@linuxfoundation.org
License: EPL-1.0
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: bs4
Requires-Dist: click
Requires-Dist: defusedxml
Requires-Dist: docker
Requires-Dist: email-validator
Requires-Dist: httplib2
Requires-Dist: jsonschema
Requires-Dist: lxml
Requires-Dist: oauth2client
Requires-Dist: pygerrit2
Requires-Dist: pygithub
Requires-Dist: python-jenkins
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: ruamel.yaml
Requires-Dist: setuptools (>=36.5.0)
Requires-Dist: six
Requires-Dist: tabulate
Requires-Dist: tqdm
Requires-Dist: xdg (==3.0.2)
Provides-Extra: ldap
Requires-Dist: python-ldap (~=3.1.0) ; extra == 'ldap'
Provides-Extra: openstack
Requires-Dist: shade (~=1.27.1) ; extra == 'openstack'

# LF Tools

This project's documentation is available on ReadTheDocs (RTD)

<https://lf-releng-tools.readthedocs.io>

LF Tools is a collection of scripts and utilities that are useful to Linux
Foundation projects' CI and Releng related activities. We try to create
these tools to be as generic as possible such that they are reusable in other
CI environments.

Ubuntu Dependencies:

- build-essentials
- python-dev



