-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
26 lines (26 loc) · 935 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
Type: Package
Package: botor
Authors@R: c(
person("Gergely", "Daróczi", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3149-8537")),
person("System1", role = c("fnd"))
)
Title: 'AWS Python SDK' ('boto3') for R
Description: Fork-safe, raw access to the 'Amazon Web Services' ('AWS') 'SDK' via the 'boto3' 'Python' module, and convenient helper functions to query the 'Simple Storage Service' ('S3') and 'Key Management Service' ('KMS'), partial support for 'IAM', the 'Systems Manager Parameter Store' and 'Secrets Manager'.
SystemRequirements: Python and boto3 (https://aws.amazon.com/sdk-for-python)
Version: 0.4.0.9000
Date: 2023-03-12
URL: https://daroczig.github.io/botor/
BugReports: https://github.com/daroczig/botor/issues
RoxygenNote: 7.2.3
License: AGPL-3
Encoding: UTF-8
Imports:
utils,
reticulate,
checkmate,
logger,
jsonlite
Suggests:
testthat,
covr,
digest