Metadata-Version: 2.4
Name: zkg
Version: 3.1.0
Summary: The Zeek Package Manager
Maintainer-email: The Zeek Project <info@zeek.org>
License: Copyright (c) 2016 The Board of Trustees of the University of Illinois.
        All rights reserved.
        
        Developed by:
        
            Cybersecurity Directorate
            National Center for Supercomputing Applications
            University of Illinois
            http://illinois.edu
        
        Permission is hereby granted, free of charge, to any person obtaining a
        copy of this software and associated documentation files (the
        "Software"), to deal with the Software without restriction, including
        without limitation the rights to use, copy, modify, merge, publish,
        distribute, sublicense, and/or sell copies of the Software, and to
        permit persons to whom the Software is furnished to do so, subject to
        the following conditions:
        
            * Redistributions of source code must retain the above copyright
              notice, this list of conditions and the following disclaimers.
        
            * Redistributions in binary form must reproduce the above copyright
              notice, this list of conditions and the following disclaimers in
              the documentation and/or other materials provided with the
              distribution.
        
            * Neither the names of the National Center for Supercomputing
              Applications, the University of Illinois, nor the names of its
              contributors may be used to endorse or promote products derived
              from this Software without specific prior written permission.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
        OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
        MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
        IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR
        ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
        TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
        SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
        
        Note that some files in the distribution may carry their own copyright
        notices.
        
Project-URL: Homepage, https://docs.zeek.org/projects/package-manager
Project-URL: Repository, https://github.com/zeek/package-manager
Keywords: zeek,zeekctl,zeekcontrol,package,manager,scripts,plugins,security
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 :: 3
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: Topic :: Utilities
Requires-Python: >=3.9
License-File: COPYING
Requires-Dist: GitPython>=3.1.43
Requires-Dist: semantic_version>=2.10.0
Requires-Dist: btest>=1.1
Provides-Extra: dev
Requires-Dist: Sphinx>=7.2.6; extra == "dev"
Requires-Dist: sphinx_rtd_theme>=2.0.0; extra == "dev"
Dynamic: license-file

.. _Zeek: https://www.zeek.org
.. _Zeek package source: https://github.com/zeek/packages
.. _documentation: https://docs.zeek.org/projects/package-manager

Zeek Package Manager
====================

The Zeek Package Manager makes it easy for Zeek users to install and
manage third party scripts as well as plugins for Zeek and ZeekControl.
The command-line tool is preconfigured to download packages from the
`Zeek package source`_ , a GitHub repository that has been set up such
that any developer can request their Zeek 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 ``doc/`` directory of the source code distribution.
