Metadata-Version: 2.1
Name: scapy-packet_viewer
Version: 0.0.2
Summary: Packet viewer for SecDev's Scapy.
Home-page: https://github.com/TH-eMundo/scapy-packet_viewer
Author: Andreas Korb, Nils Weiss, Tabea Spahn, Tim Henkes
Author-email: todo@e-mundo.de
License: GPLv2
Description: [![PyPI](https://img.shields.io/pypi/v/scapy-packet_viewer.svg)](https://pypi.org/project/scapy-packet_viewer/)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/scapy-packet_viewer.svg)](https://pypi.org/project/scapy-packet_viewer/)
        [![Documentation Status](https://readthedocs.org/projects/scapy-packet_viewer/badge/?version=latest)](https://scapy-packet_viewer.readthedocs.io/en/latest/?badge=latest)
        
        TODO: non-Travis build status
        
        # scapy-packet_viewer #
        
        Packet viewer for SecDev's [Scapy](https://scapy.net/).
        
        ## Installation ##
        
        Install the latest release using pip (`pip install scapy-packet_viewer`) or manually from source by running `pip install .` (preferred) or `python setup.py install` in the cloned repository.
        
        `scapy-packet_viewer` by itself only installs the minimum required dependencies to run the bare packet viewer, but not any of its custom views. To install dependencies for those too, use `scapy-packet_viewer[full]` instead (or run `pip install .[full]` in the project root).
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Security
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: full
