Metadata-Version: 2.4
Name: VeryyIP
Version: 2.0
Summary: A Python library for handling IP addresses (local and public) with OS-specific commands
Home-page: 
Author: Xscripts Inc.
Author-email: sunnyplaysyt9@gmail.com
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

# VeryyIP

**VeryyIP** is a Python library for handling IP addresses (local and public). It can detect your operating system and run OS-specific commands to manage IP addresses, DNS, and more.

## Installation

Install via pip:

```bash
pip install VeryyIP
