Metadata-Version: 2.1
Name: network-tool
Version: 0.1
Summary: Un outil simple pour effectuer des opérations réseau
Home-page: https://github.com/votreusername/network_tool
Author: Ayena Aurel
Author-email: ayenaaurel15@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: scapy

# Network Tool

Un outil simple pour effectuer des opÃ©rations rÃ©seau en Python.

## Installation

```
pip install network_tool
```

## Utilisation

```python
from network_tool import NetworkTool

tool = NetworkTool()
tool.ping("8.8.8.8")
```

## FonctionnalitÃ©s

- `ping`: Envoie un ping Ã  une adresse IP spÃ©cifiÃ©e.

## Licence

Ce projet est sous licence MIT.
