-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.15 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: cloudcidrs
Type: Package
Title: Tools to Obtain and Work with Cloud Provider CIDR Blocks
Version: 0.1.1
Date: 2016-10-12
Author: Bob Rudis ([email protected])
Maintainer: Bob Rudis <[email protected]>
Description: Some cloud providers provide either an API or a file that contains all of the
public networks that make up their cloud infrastructure. Many force you to obtain this
data from publicly available internet routing registration data. Tools are provided that
provide a standard API to obtain the network information for supported cloud providers.
Each provider function returns processed, raw data structures that can be normalized
with additional functions to enable predictable and consistent data formats for
further processing.
URL: https://github.com/cloudyr/cloudcidrs
BugReports: https://github.com/cloudyr/cloudcidrs/issues
License: AGPL
Suggests:
testthat,
urltools,
rgeolocate,
cymruservices,
covr
LazyData: true
Depends:
R (>= 3.2.0)
Imports:
purrr,
iptools,
httr,
jsonlite,
gdns,
stringi,
xml2,
rvest,
dplyr,
RoxygenNote: 6.0.1.9000
Encoding: UTF-8
Remotes:
hrbrmstr/ripestat