The kscale project
Project description
K-Scale Command Line Interface
This is a command line tool for interacting with various services provided by K-Scale Labs, such as:
Installation
pip install kscale
Usage
CLI
Download a URDF from the K-Scale Store:
kscale urdf download <artifact_id>
Upload a URDF to the K-Scale Store:
kscale urdf upload <artifact_id> <root_dir>
Python API
Reference a URDF by ID from the K-Scale Store:
from kscale import KScale
async def main():
kscale = KScale()
urdf_dir_path = await kscale.store.urdf("123456")
print(urdf_dir_path)
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
kscale-0.0.6.tar.gz
(13.5 kB
view details)
Built Distribution
kscale-0.0.6-py3-none-any.whl
(14.3 kB
view details)
File details
Details for the file kscale-0.0.6.tar.gz
.
File metadata
- Download URL: kscale-0.0.6.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ded2ffd023ac4aece9b7521f1c36abdc737d3efc1fe8e2e5745b5d8bf1de73e9 |
|
MD5 | 3cae677891b464177df256c96a7e9ce5 |
|
BLAKE2b-256 | d51edb2cd2db8bb59160ac9aa7ab0c9fda82f8c3e30db45c877193352700bc59 |
File details
Details for the file kscale-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: kscale-0.0.6-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a5e593be6bac97278e8981a6a9f9786d2c92637e166ba738c021552cc63b23c |
|
MD5 | f765b38c4f974b6d655c355726247edd |
|
BLAKE2b-256 | 00b4078c783ec59659dd1c5a13a18d1e26d8b27198327e731e065aac8f9f1af7 |