data-transfer-cli 0.3.5__tar.gz → 0.3.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {data_transfer_cli-0.3.5 → data_transfer_cli-0.3.6}/PKG-INFO +2 -2
- {data_transfer_cli-0.3.5 → data_transfer_cli-0.3.6}/README.md +1 -1
- {data_transfer_cli-0.3.5 → data_transfer_cli-0.3.6}/pyproject.toml +1 -1
- {data_transfer_cli-0.3.5 → data_transfer_cli-0.3.6}/data_transfer_cli/.env +0 -0
- {data_transfer_cli-0.3.5 → data_transfer_cli-0.3.6}/data_transfer_cli/__init__.py +0 -0
- {data_transfer_cli-0.3.5 → data_transfer_cli-0.3.6}/data_transfer_cli/conf/cli.cfg +0 -0
- {data_transfer_cli-0.3.5 → data_transfer_cli-0.3.6}/data_transfer_cli/dtcli.cfg +0 -0
- {data_transfer_cli-0.3.5 → data_transfer_cli-0.3.6}/data_transfer_cli/dtcli.py +0 -0
- {data_transfer_cli-0.3.5 → data_transfer_cli-0.3.6}/data_transfer_cli/dtproxy.py +0 -0
- {data_transfer_cli-0.3.5 → data_transfer_cli-0.3.6}/data_transfer_cli/parser/__init__.py +0 -0
- {data_transfer_cli-0.3.5 → data_transfer_cli-0.3.6}/data_transfer_cli/parser/cli_parser.py +0 -0
- {data_transfer_cli-0.3.5 → data_transfer_cli-0.3.6}/dtcli +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: data-transfer-cli
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.6
|
|
4
4
|
Summary: HiDALGO Data Transfer CLI provides commands to transfer data between different data providers and consumers using NIFI pipelines
|
|
5
5
|
License: APL-2.0
|
|
6
6
|
Author: Jesús Gorroñogoitia
|
|
@@ -220,7 +220,7 @@ A common command flow (e.g. transfer data from hdfs to hpc) would be like this:
|
|
|
220
220
|
The Data Transfer CLI tool's commands support transferring data to/from HPC clusters that require a 2FA token. These commands offer an optional flag *_2fa*. If set by the user, the command prompts the user (in the standard input) for the token when required.
|
|
221
221
|
|
|
222
222
|
## Predefined profiles for data hosts
|
|
223
|
-
To avoid feeding the Data Transfer CLI tool with many inputs decribing the hosts of the source and target data providers/consumers, the user can defined them in the `~/dtcli/
|
|
223
|
+
To avoid feeding the Data Transfer CLI tool with many inputs decribing the hosts of the source and target data providers/consumers, the user can defined them in the `~/dtcli/server_config` YAML file, as shown in the following YAML code snippet:
|
|
224
224
|
```
|
|
225
225
|
# Meluxina
|
|
226
226
|
login.lxp.lu:
|
|
@@ -201,7 +201,7 @@ A common command flow (e.g. transfer data from hdfs to hpc) would be like this:
|
|
|
201
201
|
The Data Transfer CLI tool's commands support transferring data to/from HPC clusters that require a 2FA token. These commands offer an optional flag *_2fa*. If set by the user, the command prompts the user (in the standard input) for the token when required.
|
|
202
202
|
|
|
203
203
|
## Predefined profiles for data hosts
|
|
204
|
-
To avoid feeding the Data Transfer CLI tool with many inputs decribing the hosts of the source and target data providers/consumers, the user can defined them in the `~/dtcli/
|
|
204
|
+
To avoid feeding the Data Transfer CLI tool with many inputs decribing the hosts of the source and target data providers/consumers, the user can defined them in the `~/dtcli/server_config` YAML file, as shown in the following YAML code snippet:
|
|
205
205
|
```
|
|
206
206
|
# Meluxina
|
|
207
207
|
login.lxp.lu:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "data-transfer-cli"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.6"
|
|
4
4
|
description = "HiDALGO Data Transfer CLI provides commands to transfer data between different data providers and consumers using NIFI pipelines"
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "Jesús Gorroñogoitia", email = "jesus.gorronogoitia@eviden.com" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|