Metadata-Version: 2.1
Name: internet
Version: 2022.4.20
Summary: Python library for working with IP addresses and other internet related functionalities
Home-page: https://github.com/idin/internet
Author: Idin
Author-email: py@idin.ca
License: MIT
Platform: UNKNOWN
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
Requires-Dist: base32hex
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyspark
Requires-Dist: disk

# internet
Python library for working with IP addresses and other internet related functionalities

# Installation
`pip install internet`

# Usage
```python
from internet.ipv4 import I
```

