Metadata-Version: 2.1
Name: pan-python
Version: 0.16.0
Summary: Multi-tool set for Palo Alto Networks PAN-OS, Panorama, WildFire and AutoFocus
Home-page: https://github.com/kevinsteves/pan-python
Author: Kevin Steves
Author-email: kevin.steves@pobox.com
License: UNKNOWN
Description: pan-python
        ==========
        
        ``pan-python`` is a Python package for Palo Alto Networks
        Next-Generation Firewalls, WildFire and AutoFocus.  It provides
        several components:
        
        - Python and command line interface to the PAN-OS and Panorama XML API
        - Command line program for managing PAN-OS XML configurations
        - Python and command line interface to the WildFire API
        - Python and command line interface to the AutoFocus API
        - Python and command line interface to the PAN-OS licensing API
        
        Documentation
        -------------
        
        - Rendered reStructuredText from GitHub:
        
          https://github.com/kevinsteves/pan-python/tree/master/doc
        
        - HTML from source distribution:
        
          doc/\*.html
        
        Install
        -------
        
        ``pan-python`` is available as a
        `release <https://github.com/kevinsteves/pan-python/releases>`_
        on GitHub and as a
        `package <https://pypi.org/project/pan-python/>`_
        on PyPi.
        
        Python versions 2.7 and 3.x are supported with a single code base.
        There are no external modules required to use ``pan-python``.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst
