Metadata-Version: 2.1
Name: buildstream-plugins
Version: 2.3.0
Summary: A collection of plugins for BuildStream.
Home-page: https://buildstream.build
Author: The Apache Software Foundation
Author-email: dev@buildstream.apache.org
License: Apache License Version 2.0
Project-URL: Documentation, https://apache.github.io/buildstream-plugins/
Project-URL: Source, https://github.com/apache/buildstream-plugins/
Project-URL: Tracker, https://github.com/apache/buildstream-plugins/issues
Project-URL: Mailing List, https://lists.apache.org/list.html?dev@buildstream.apache.org
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Build Tools
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE
License-File: NOTICE
Provides-Extra: cargo
Requires-Dist: tomli; python_version < "3.11" and extra == "cargo"

BuildStream Plugins
===================
A collection of plugins for the `BuildStream <https://buildstream.build>`_ project.


How to use plugins
------------------
Plugins must be declared by your BuildStream project.conf for use in your
project. For instructions on how to load plugins in your BuildStream project,
please consult the `plugin loading documentation <https://docs.buildstream.build/master/format_project.html#loading-plugins>`_
