cidr-tools
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "cidr-tools", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "silverwind <me@silverwind.io>", | ||
@@ -5,0 +5,0 @@ "description": "Tools to work with IPv4 and IPv6 CIDR network lists", |
@@ -10,3 +10,3 @@ # cidr-tools | ||
```bash | ||
$ pip3 install netaddr | ||
$ pip3 install -r requirements.txt | ||
$ npm i --save cidr-tools | ||
@@ -13,0 +13,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7554