forked from daroczig/botor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 930 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.1
Date: 2025-01-23
URL: https://daroczig.github.io/botor/
BugReports: https://github.com/daroczig/botor/issues
RoxygenNote: 7.3.2
License: AGPL-3
Encoding: UTF-8
Imports:
utils,
reticulate,
checkmate,
logger,
jsonlite
Suggests:
testthat,
covr,
digest