Metadata-Version: 2.4
Name: llvm-lnt
Version: 0.4.11
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: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
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.5
Requires-Dist: WTForms>=3.2.0
Provides-Extra: server
Requires-Dist: gunicorn; 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: gunicorn; extra == "dev"
Requires-Dist: lit; extra == "dev"
Requires-Dist: psycopg2>=2.9.0; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

LNT: LLVM Nightly Test Infrastructure
=====================================

About
-----

LNT is an infrastructure for performance testing. The software itself
consists of two main parts, a web application for accessing and visualizing
performance data, and command line utilities to allow users to generate and
submit test results to the server.

The package was originally written for use in testing LLVM compiler
technologies, but is designed to be usable for the performance testing of any
software.


Documentation
-------------

The official LNT documentation is available online at: https://llvm.org/docs/lnt


Source
------

The LNT source is available in the llvm-lnt repository: https://github.com/llvm/llvm-lnt


Contributing
------------

To get started, please look at the [Developer Guide](https://llvm.org/docs/lnt/developer_guide.html) in the official documentation.
