Metadata-Version: 2.1
Name: pynetdiscover
Version: 0.1.1
Summary: A Python module to scan devices on the network.
Author: Oxcanga
Author-email: ilgcreatny@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: scapy

# Network Scanner

This Python module allows you to scan devices on your network. It uses the Scapy library to perform a simple ARP scan.

## Installation

You can install the package via pip:

```bash
pip install pynetdiscover
