A CLI tool for interacting with the Shaped API.
Project description
Shaped CLI
CLI for interactions with the Shaped API.
Installing the Shaped CLI
pip install shaped
Initialize
shaped init --api-key <API_KEY>
Model API
Create Model (File)
shaped create-model --file <PATH_TO_FILE>
Create Model (STDIN)
cat $(PATH_TO_FILE) | shaped create-model
List Models
shaped list-models
View Model
shaped view-model --model-name <MODEL_NAME>
Delete Model
shaped delete-model --model-name <MODEL_NAME>
Dataset API
Create Dataset
shaped create-dataset --file <PATH_TO_FILE>
List Datasets
shaped list-datasets
Dataset Insert
shaped dataset-insert --dataset-name <DATASET_NAME> --file <DATAFRAME_FILE> --type <FILE_TYPE>
Delete dataset
shaped delete-dataset --dataset-name <DATASET_NAME>
Rank API
Rank
shaped rank --model-name <MODEL_NAME> --user-id <USER_ID>
Similar Items
shaped similar --model-name <MODEL_NAME> --item-id <ITEM_ID>
Similar Users
shaped similar --model-name <MODEL_NAME> --user-id <USER_ID>
Development
Installing the Shaped CLI from Test PyPI
Upon all pushes to main branch, a new version of the CLI is published to Test PyPI. To install the latest version of the CLI from Test PyPI, run the following commands:
conda create -n cli-dev python=3.9
conda activate cli-dev
export PACKAGE_VERSION={} # Specify the version you want to install
pip install --extra-index-url https://test.pypi.org/simple/ shaped-cli==$PACKAGE_VERSION
Releasing a new CLI version to PyPI
To release a new version of the CLI to PyPI, open a PR changing the version of the package in setup.py
, following Semantic Versioning principles, e.g. 0.1.1
.
CircleCI will generate an approval prompt when this branch is merged to main, and upon approval will publish to PyPI.
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
shaped-0.10.0.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file shaped-0.10.0.tar.gz
.
File metadata
- Download URL: shaped-0.10.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 380a3b69193513fc3e33bcc5304304121a8db4c4bddd9c7137a569d9e1e5299e |
|
MD5 | cd6d92a8a0e71176224aa1f286c168d1 |
|
BLAKE2b-256 | 22a343e874e809d355820b99b8fda1502068099d9e33c63531c35986f0a8265c |
File details
Details for the file shaped-0.10.0-py3-none-any.whl
.
File metadata
- Download URL: shaped-0.10.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3a898def748eb32e1711d8e0bfc7564cfea87ee7536a33e498c827fd0b1a305 |
|
MD5 | 01476ea4c2f6fd6fc17a5356094ae069 |
|
BLAKE2b-256 | 5369fc8d10d8de6831393e38923282d66e4f0d8c5a8e4294d1eb456c23b468d8 |