Metadata-Version: 2.4
Name: ovos-skill-ip
Version: 0.3.0a4
Summary: OVOS IP address skill
Author-email: JarbasAi <jarbasai@mailfence.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-skill-ip
Keywords: ovos,skill,plugin
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ifaddr
Requires-Dist: ovos-workshop<10.0.0,>=0.0.12
Provides-Extra: test
Requires-Dist: ovoscope<2.0.0,>=1.5.0; extra == "test"
Requires-Dist: ovos-adapt-parser>=1.3.3a1; extra == "test"
Requires-Dist: pytest<9,>=7.0.0; extra == "test"
Requires-Dist: pytest-timeout>=2.0.0; extra == "test"
Dynamic: license-file

# <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/info-circle.svg' card_color='#22a7f0' width='50' height='50' style='vertical-align:bottom'/> Device IP Address
Network connection information

## About
This skill reports the [IP address](https://en.wikipedia.org/wiki/IP_address) of the device. It answers with the address and shows it on screen, if the device has a display.

## Install
```bash
pip install ovos-skill-ip
```

## Examples
* "What's your network address?"
* "What's your IP address?"
* "Tell me your IP address"
* "Tell me your network address"
* "What network are you connected to?"

## Related projects
* [OpenVoiceOS/ovos-workshop](https://github.com/OpenVoiceOS/ovos-workshop) - the skill framework this skill runs on
* [OpenVoiceOS](https://github.com/OpenVoiceOS) - the org that maintains this skill

## Credits
Mycroft AI (@MycroftAI)

## Category
**Configuration**

## Tags
#IP-address
#IPaddress
#network-address
#network
#system
