Metadata-Version: 2.4
Name: llvm-lnt
Version: 0.4.2.dev0
Summary: LLVM Nightly Test Infrastructure
Author-email: Daniel Dunbar <daniel@zuster.org>
License-Expression: LicenseRef-Apache-2.0-with-LLVM-exception
Project-URL: Homepage, https://llvm.org
Project-URL: Documentation, https://llvm.org/docs/lnt
Project-URL: Repository, https://github.com/llvm/llvm-lnt
Project-URL: Bug Reports, https://github.com/llvm/llvm-lnt/issues
Keywords: web,testing,performance,development,llvm
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.TXT
Requires-Dist: aniso8601>=1.2.0
Requires-Dist: certifi
Requires-Dist: click>=8.1.0
Requires-Dist: Flask-RESTful>=0.3.10
Requires-Dist: Flask-WTF>=1.2.0
Requires-Dist: Flask>=3.1.0
Requires-Dist: Jinja2>=3.1.0
Requires-Dist: MarkupSafe>=3.0.0
Requires-Dist: PyYAML>=6.0.0
Requires-Dist: requests
Requires-Dist: SQLAlchemy==1.3.24
Requires-Dist: typing
Requires-Dist: Werkzeug>=3.1.0
Requires-Dist: WTForms>=3.2.0
Provides-Extra: server
Requires-Dist: gunicorn>=19.9.0; extra == "server"
Requires-Dist: psycopg2>=2.9.0; extra == "server"
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: filecheck; extra == "dev"
Requires-Dist: Flake8-pyproject; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: lit; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

LLVM "Nightly Test" Infrastructure
==================================

This directory and its subdirectories contain the LLVM nightly test
infrastructure. This is technically version "4.0" of the LLVM nightly test
architecture.

The infrastructure has the following layout:

 $ROOT/lnt - Top-level Python 'lnt' module

 $ROOT/lnt/server/db - Database schema, utilities, and examples of the LNT plist format.

 $ROOT/docs - Sphinx documentation for LNT.

 $ROOT/tests - Tests for the infrastructure.

For more information, see the web documentation, or docs/.

Testing
=======

Testing is done by running tox from the top-level directory. It runs the tests
for Python 3 and checks code style.
