Metadata-Version: 2.1
Name: py-local
Version: 0.5.2
Summary: Local Network Module for Python
Home-page: https://github.com/codelao/py-local
Author: Lao
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fake-useragent >=1.3.0
Requires-Dist: colorama >=0.4.6

<h1 align="center">
  <img src="https://github.com/codelao/py-local/blob/main/logo.png" width="50%">
</h1>

<p align="center">
  Work with your local network easily
</p>

### [Project's wiki](https://github.com/codelao/py-local/wiki)
**or:**
`git clone https://github.com/codelao/py-local.wiki.git`

#### Contents
- [Home](https://github.com/codelao/py-local/wiki)
  - [Welcome to py-local's wiki!](https://github.com/codelao/py-local/wiki#welcome-to-py-locals-wiki)
    - [Description](https://github.com/codelao/py-local/wiki#description)
- [Getting started](https://github.com/codelao/py-local/wiki/Getting-started)
  - [Usage](https://github.com/codelao/py-local/wiki/Getting-started#usage)
    - [Getting current local IPv4 address](https://github.com/codelao/py-local/wiki/Getting-started#getting-current-local-ipv4-address)
    - [Getting current local IPv6 address](https://github.com/codelao/py-local/wiki/Getting-started#getting-current-local-ipv6-address)
    - [Getting current active Wi-Fi or Ethernet interface](https://github.com/codelao/py-local/wiki/Getting-started#getting-current-active-wi-fi-or-ethernet-interface)
    - [Getting status of network interface](https://github.com/codelao/py-local/wiki/Getting-started#getting-status-of-network-interface)
  - [Notes](https://github.com/codelao/py-local/wiki/Getting-started#notes)
- [Installation](https://github.com/codelao/py-local/wiki/Installation)
  - [Install via pip](https://github.com/codelao/py-local/wiki/Installation#install-via-pip)
