cli
Project description
ANC CLI Tool
Overview
The ANC 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 ANC CLI tool
sudo pip install anc
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
anc ds list
# Or you can specify a dataset name.
anc 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.
anc ds get cifar-10-batches-py -v 1.0
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).
anc ds add /mnt/weka/xug/dvc_temp/cifar-10-batches-py -v 1.0
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file anc-0.3.6.tar.gz.
File metadata
- Download URL: anc-0.3.6.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.6 Linux/5.15.0-94-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e236324108a2312b82dee9914298103189a089f7f5199c5b4dfaa2e333c43fb6
|
|
| MD5 |
a59f8b86c73e4ed94e1455638d97499b
|
|
| BLAKE2b-256 |
9ea89a02689f2ed73df741f5a84fac9db59aad7b8c87e0f69b59b8c58ec29568
|
File details
Details for the file anc-0.3.6-py3-none-any.whl.
File metadata
- Download URL: anc-0.3.6-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.6 Linux/5.15.0-94-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8274a6efe8da929eaa826c53f85922f7523a2559841f9f96094671b3ee20e8a
|
|
| MD5 |
252cd537648361db1446fc5b83c176e7
|
|
| BLAKE2b-256 |
4af8fb6fd15836265392c32a6c5b660760e3927eddb443c924cff4d25c93806f
|