-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 905 Bytes
/
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
Package: jupycost
Title: Monitor costs and usage of AWS-hosted 2i2c JupyterHubs
Version: 0.0.0.9000
Authors@R: c(
person("Andy", "Teucher", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7840-692X")),
person("Openscapes LLC", role = "cph")
)
Description: Functions to query the AWS Cost Explorer API and Prometheus to
monitor resource usage and costs in AWS-hosted JupyterHubs administered by 2i2c
(<https://2i2c.org>).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/Openscapes/jupycost
BugReports: https://github.com/Openscapes/jupycost/issues
Depends:
R (>= 4.1.0)
Imports:
cli,
dplyr,
glue,
httr2,
lubridate,
purrr,
rlang,
sixtyfour
Remotes:
getwilds/sixtyfour
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3