cli
Project description
A7N CLI Tool
Overview
The A7N CLI tool is a comprehensive command line interface designed to facilitate the management of various resources within the company. Initially, it supports managing datasets and their versions, enabling users to interact seamlessly with a remote server for fetching, listing, and adding datasets.
Installation
# Instructions for installing the A7N CLI tool
sudo pip install a7n-global-cli
Dataset
- Fetch Datasets: Retrieve specific versions of datasets from a remote server.
- List Versions: View all available versions of a dataset.
- Add Datasets: Upload new datasets along with their versions and descriptions to the remote server.
Usage
list
a7n ds list
# Or you can specify a dataset name.
a7n ds list -n <dataset name>
get
# According to the above list result, you can download the specific version dataset.
# Ensure that the destination path for downloads is a permanent storage location(e.g. /mnt/weka/xxx). Currently, downloading data to local storage is not permitted.
a7n ds get -n cifar-10-batches-py -v v3.0 -d /mnt/weka/xug/
add
# Upload a specific version of a dataset. The dataset name will be determined based on the file or folder name extracted from the specified path.
# Ensure that the dataset is stored in a permanent location recognized by the server (e.g., /mnt/weka/xxx).
a7n ds add -s /mnt/weka/xug/dvc_temp/cifar-10-batches-py -v "v3.0" -m "my first upload"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file a7n_global_cli-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: a7n_global_cli-0.0.9-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65438f9482b0f5d69aa65b307792deff3a4b4598d1bd3591b3dbb2c52a79aa2c |
|
MD5 | 07f02c4e7a165cf076bb504c05431362 |
|
BLAKE2b-256 | fee39fb37a79d7cb788264cb803ae80373b5852a56327410d7a345490e219b45 |