Metadata-Version: 2.1
Name: azureip
Version: 0.1.1
Summary: A Simple tool to check if an IP address is within an Azure subnet
Home-page: https://github.com/deanobalino/azureip
Author: Dean Bryen
Author-email: dean.bryen@microsoft.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Azure IP Check

A Simple tool for checking if an IP address is within a Microsoft Azure subnet. 

### Installation

Install with pip

> Note: Requires Python 3

`pip install azureip`

or

`pip3 install azureip`

### Usage

Simply provide the IP address that you wish to check as the argument:

`azureip <ip address-to-check>`

### TODO

- Add support for searching multiple IP addreses

### Credits

Created with ❤️ by Dean Bryen  
💡 Inspiration from Adam Stuart and James Complin

You can learn more about Microsoft Azure IP ranges and retrieve the raw list yourself from here: https://docs.microsoft.com/en-us/rest/api/virtualnetwork/servicetags/list

