Metadata-Version: 2.1
Name: ipv6offset
Version: 2.0.0
Summary: A Simple Tool To Find The IPv6 Address Offset For A Given IPv6.
Author: VietDuc19
License: GPLv3
Keywords: IPv6 offset
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: netaddr

# IPv6 Address Offset
This Is a Simple Tool To Find The IPv6 Address Offset For a Given IPv6, Designed For Beginners Like Me Who Are Learning About IPv6.

## Example Usage
If You Have The IPv6 Address `2405:1327:476::ad` & You Can't Quickly Determine The IPv6 Address 98 Units Before or 12 Units After, You Can Use This Script As Follows:

```ipv6offset 2405:1327:476::ad - 98```

Output: 2405:1327:476::4b

```ipv6offset 2405:1327:476::ad + 12```

Output: 2405:1327:476::b9

## Installation
To Install This Tool, Simply Run:

```
pip install ipv6offset
```

## Purpose
Hopefully, This Script Will Make Learning IPv6 Easier For You.
