Metadata-Version: 2.0
Name: bro-pkg
Version: 1.2.6
Summary: The Bro Package Manager
Home-page: https://github.com/bro/package-manager
Author: The Bro Project
Author-email: info@bro.org
License: University of Illinois/NCSA Open Source License
Description-Content-Type: UNKNOWN
Keywords: bro broctl brocontrol package manager scripts plugins security
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: University of Illinois/NCSA Open Source License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: Topic :: Utilities
Requires-Dist: gitpython
Requires-Dist: semantic-version
Requires-Dist: btest
Requires-Dist: configparser

.. _Bro: https://bro.org
.. _Bro package source: https://github.com/bro/packages
.. _documentation: http://bro-package-manager.readthedocs.io

Bro Package Manager
===================

The Bro Package Manager makes it easy for Bro_ users to install and manage third
party scripts as well as plugins for Bro and BroControl.  The command-line tool
is preconfigured to download packages from the `Bro package source`_ , a GitHub
repository that has been set up such that any developer can request their Bro
package be included. See the ``README`` file of that repository for information
regarding the package submission process.

:note: It's left up to users to decide for themselves via code review, GitHub
       comments/stars, or other metrics whether any given package is trustworthy
       as there is no implied guarantees that it's secure just because it's been
       accepted into the default package source.

See the package manager documentation_ for further usage information, how-to
guides, and walkthroughs.  For offline reading, it's also available in the
``docs/`` directory of the source code distribution.


